mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Remove unused code
This commit is contained in:
parent
de407599b1
commit
0ead2cb731
1 changed files with 0 additions and 10 deletions
|
@ -15,16 +15,6 @@ namespace VoiDPlugins.OutputMode
|
|||
_lastContact = false;
|
||||
}
|
||||
|
||||
public void MouseDown(MouseButton button)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
public void MouseUp(MouseButton button)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
public void SetPosition(Vector2 pos)
|
||||
{
|
||||
Touch.SetPosition(new POINT((int)pos.X, (int)pos.Y));
|
||||
|
|
Loading…
Add table
Reference in a new issue