Changeset 3310 for code/branches/core4/src/core/input/InputDevice.h
- Timestamp:
- Jul 19, 2009, 12:27:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/core/input/InputDevice.h
r3286 r3310 181 181 protected: 182 182 //! Common code for all button pressed events (updates pressed buttons list and calls the input states) 183 void buttonPressed(ButtonTypeParam button)183 FORCEINLINE void buttonPressed(ButtonTypeParam button) 184 184 { 185 185 // check whether the button already is in the list (can happen when focus was lost) … … 198 198 199 199 //! Common code for all button released events (updates pressed buttons list and calls the input states) 200 void buttonReleased(ButtonTypeParam button)200 FORCEINLINE void buttonReleased(ButtonTypeParam button) 201 201 { 202 202 // remove the button from the pressedButtons_ list
Note: See TracChangeset
for help on using the changeset viewer.