Home > Software engineering >  How to obtain the current press the number keys in PreTranslateMessage
How to obtain the current press the number keys in PreTranslateMessage

Time:10-23

PreTranslateMessage what get pressed the button it's needless to say, need is how to get a press the number keys at the same time, ask ace to give directions

CodePudding user response:

: : GetKeyState (VK_CONTROL) & lt; 0 can't traverse all buttons?

CodePudding user response:

GetKeyboardState
  • Related