Skip to main content
Tweeted twitter.com/#!/StackGameDev/status/143017200272424960

Is it just me or does Does VK_SNAPSHOT not send a WM_KEYDOWN,WM_KEYDOWN; only WM_KEYUP?

Am I going mad? OnOn my PCmachine, every key happily sends a WM_KEYDOWN message except the sysreqfor SysReq/prtscreenPrint Screen key,: which only seems to send WM_KEYUP. Obviously

Is this is annoying, for my input manager code :D Is it just my pesky saitek keyboardactually the case?

Is it just me or does VK_SNAPSHOT not send a WM_KEYDOWN, only WM_KEYUP

Am I going mad? On my PC, every key happily sends a WM_KEYDOWN message except the sysreq/prtscreen key, which only seems to send WM_KEYUP. Obviously this is annoying, for my input manager code :D Is it just my pesky saitek keyboard?

Does VK_SNAPSHOT not send a WM_KEYDOWN; only WM_KEYUP?

On my machine, every key sends a WM_KEYDOWN message except for SysReq/Print Screen key: which only seems to send WM_KEYUP.

Is this actually the case?

Source Link

Is it just me or does VK_SNAPSHOT not send a WM_KEYDOWN, only WM_KEYUP

Am I going mad? On my PC, every key happily sends a WM_KEYDOWN message except the sysreq/prtscreen key, which only seems to send WM_KEYUP. Obviously this is annoying, for my input manager code :D Is it just my pesky saitek keyboard?