Home » Developing U++ » U++ Developers corner » Precisions on keyflags value in MouseMove
Precisions on keyflags value in MouseMove [message #35900] |
Sun, 01 April 2012 10:06 |
Didier
Messages: 690 Registered: November 2008 Location: France
|
Contributor |
|
|
Hi,
virtual void MouseMove(Point p, dword keyflags);
In the Ctrl:: help, keyflags is said to contain only SHIFT/TAB/CTRL flags. But when watching the value I noticed that it also contained the mouse buttons (which I was searching for).
Question:
- Is this behaviour OS dependant (I'm on linux).
- If not, then where are the defines/enums associated to the individal bits (mouse left=0x800000, mouse right=0x400000, ....). The ones defined int CtrlCore.h do not fit
[Updated on: Sun, 01 April 2012 10:06] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Nov 01 01:34:00 CET 2024
Total time taken to generate the page: 0.00969 seconds
|