Changeset 2761 for trunk/synergy/lib/platform/CPMKeyState.h
- Timestamp:
- Aug 13, 2006, 1:41:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMKeyState.h
r2755 r2761 128 128 129 129 // CKeyState overrides 130 virtual void onKey(KeyButton button, bool down,131 KeyModifierMask newState);132 130 virtual void sendKeyEvent(void* target, 133 131 bool press, bool isAutoRepeat, … … 143 141 144 142 private: 145 void fixKeys();146 void handleFixKeys(const CEvent&, void*);147 148 143 KeyID getIDForKey(CKeyMap::KeyItem& item, 149 144 KeyButton button, ULONG virtualKey,
Note:
See TracChangeset
for help on using the changeset viewer.