Changeset 1304 for code/branches/input/src/ois/mac/MacKeyboard.h
- Timestamp:
- May 15, 2008, 10:35:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/ois/mac/MacKeyboard.h
r1219 r1304 43 43 44 44 // unbuffered keydown check 45 virtual bool isKeyDown( KeyCode key ) ;45 virtual bool isKeyDown( KeyCode key ) const; 46 46 47 47 // This will send listener events if buffered is on. … … 51 51 52 52 // Copies the current key buffer 53 virtual void copyKeyStates( char keys[256] ) ;53 virtual void copyKeyStates( char keys[256] ) const; 54 54 55 55 // Returns a description of the given key
Note: See TracChangeset
for help on using the changeset viewer.