Closed KalevGonvick closed 1 month ago
You can use MOUSEEVENTF_XDOWN or MOUSEEVENTF_XUP and specify the button number in the mouseData field to pick which button you want to use.
I found this info in the docs on this page here: https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-mouseinput
You can use MOUSEEVENTF_XDOWN or MOUSEEVENTF_XUP and specify the button number in the mouseData field to pick which button you want to use.
I found this info in the docs on this page here: https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-mouseinput