mouse again.
Windows. Is there a way to detect it via hardware somehow? I've tried
using GetAsyncKeyState with #VK_MBUTTON but it always reports 0...
Edit: Also, there are NO drivers for it that work with Windows 2000.




Code: Select all
If GetAsyncKeyState_(#VK_MBUTTON)
MButton=#True
Else
MButton=#False
EndIf
Code: Select all
if WindowEvent()=#WM_MButtonDown
...