Hello,
a long standing issue with the function GetGlobalMouseState is that it does not detect the <alt> key modifier (contrary to the documentation).
I'd like to suggest adding the capabilities to detect the key modifiers
Of course this can be done with the Win32 function GetKeyboardState, and this is how I do it right now, but this means that I have to include <windows.h>.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.