If a mouse button is pressed and a window is shown that window will receive the MouseUp event when the mouse button is released.
Is it possible to detect, once the window is shown, whether or not a mouse button is already pressed?
|
feedback
|
|
I would try this:
| |||||||||||
feedback
|
|
To answer your question directly, you can test for mouse button state with The difference between these is that From the documentation of
I suspect that you should be using | |||||||
feedback
|
GetAsyncKeyStatereturns the physical mouse button state, whilstGetKeyStatereturns logical (regarding what have you set in theSwitch primary and secondary buttonsoption in mouse settings). – TLama Feb 23 at 12:57