fixed: modifier keys are repeated on windows server.

This commit is contained in:
Nick Bolton 2014-03-31 15:54:57 +00:00
parent 6649887ca6
commit 68557afff2
2 changed files with 37 additions and 0 deletions

View file

@ -211,6 +211,10 @@ private: // HACK
// save last position of mouse to compute next delta movement
void saveMousePosition(SInt32 x, SInt32 y);
// check if it is a modifier key repeating message
bool isModifierRepeat(KeyModifierMask oldState,
KeyModifierMask state, WPARAM wParam) const;
private:
struct CHotKeyItem {