Changeset 2755 for trunk/synergy/lib/platform/CPMKeyState.h
- Timestamp:
- Jul 31, 2006, 5:21:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMKeyState.h
r2752 r2755 3 3 * Copyright (C) 2003 Chris Schoeneman 4 4 * Copyright (C) 2006 Knut St. Osmundsen 5 * 5 * 6 6 * This package is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU General Public License 8 8 * found in the file COPYING that should have accompanied this file. 9 * 9 * 10 10 * This package is distributed in the hope that it will be useful, 11 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 90 90 to a modifier mask. 91 91 */ 92 KeyID mapKeyFromEvent(MPARAM charAndVirtKey, MPARAM info, KeyModifierMask* maskOut) const;92 KeyID mapKeyFromEvent(USHORT fsFlags, UCHAR ucRepeat, UCHAR ucScanCode, USHORT usch, USHORT usvk, KeyModifierMask* maskOut) const; 93 93 94 94 //! Check if keyboard groups have changed … … 183 183 }; 184 184 185 /* 186 * Local Variables: 187 * mode: c 188 * c-file-style: "k&r" 189 * c-basic-offset: 4 190 * tab-width: 4 191 * indent-tabs-mode: t 192 * End: 193 */ 194 195 185 196 #endif
Note:
See TracChangeset
for help on using the changeset viewer.