• How to get the mouse button state?

    From Zenchess@21:1/5 to All on Thu Dec 15 03:01:13 2022
    Looking to get the mouse buttons state , but not when interacting with a Dolphin window, instead from windows itself. What I'm doing is using gdi+ to draw arrows over an external chess program so the cursor won't be over any dolphin windows.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Zenchess@21:1/5 to Zenchess on Thu Dec 15 03:06:29 2022
    On Thursday, December 15, 2022 at 5:01:15 AM UTC-6, Zenchess wrote:
    Looking to get the mouse buttons state , but not when interacting with a Dolphin window, instead from windows itself. What I'm doing is using gdi+ to draw arrows over an external chess program so the cursor won't be over any dolphin windows.

    Hilariously ChatGPT was able to answer my question, looks like I need to use getAsyncKeyState:

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)