Menu

#1514 Incorrect value of TOUCHEVENTF_MOVE

closed-invalid
nobody
2011-03-05
2011-02-02
No

Those two fellows have incorrect values:
#define TOUCHEVENTF_DOWN 0x0001
#define TOUCHEVENTF_MOVE 0x0002

According to MSDN the values should be as follows:
#define TOUCHEVENTF_DOWN 0x0002
#define TOUCHEVENTF_MOVE 0x0001

Related

Issues: #2205

Discussion

  • Chris Sutcliffe

    Chris Sutcliffe - 2011-03-05
    • status: open --> closed-invalid
     
  • Chris Sutcliffe

    Chris Sutcliffe - 2011-03-05

    Looking at winuser.h:

    winuser.h:#define MOUSEEVENTF_MOVE 0x00000001
    winuser.h:#define MOUSEEVENTF_LEFTDOWN 0x00000002