mirror of https://github.com/quasar/Quasar.git
Removed redundant code
This commit is contained in:
parent
358324c7c2
commit
0c054e2a2c
|
@ -9,9 +9,6 @@ public static class NativeMethodsHelper
|
|||
private const int MOUSEEVENTF_LEFTUP = 0x04;
|
||||
private const int MOUSEEVENTF_RIGHTDOWN = 0x08;
|
||||
private const int MOUSEEVENTF_RIGHTUP = 0x10;
|
||||
private const int MOUSEEVENTF_MIDDLEDOWN = 0x20;
|
||||
private const int MOUSEEVENTF_MIDDLEUP = 0x40;
|
||||
private const int MOUSEEVENTF_WHEEL = 0x0800;
|
||||
|
||||
public static void DoMouseEventLeft(Point p, bool isMouseDown)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue