2023-01-04, 14:34:38
I've continued to coding around the keyevent, and it seems to work. However, one small problem is that we can't know whether the shift-key is pressed.
For example, when pressing ctrl + shift, we only get that ctrl is pressed. With ctrl + shift + g, only ctrl and g.
When i read the microsoft website it says that is should be possible with scancodes: https://learn.microsoft.com/en-us/window...sage-flags
Is there a way to return whether the shift-key is pressed as well?
For example, when pressing ctrl + shift, we only get that ctrl is pressed. With ctrl + shift + g, only ctrl and g.
When i read the microsoft website it says that is should be possible with scancodes: https://learn.microsoft.com/en-us/window...sage-flags
Is there a way to return whether the shift-key is pressed as well?