- Timestamp:
- Oct 26, 2009, 10:55:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/libraries/core/input/InputHandler.h
r5968 r5992 102 102 103 103 Derive from this class if you wish to receive input events. 104 But keep in mind that this is pointless wi htout first having an InputState.104 But keep in mind that this is pointless without first having an InputState. 105 105 @note 106 106 The definitions for the button events with the weird arguments are simply 107 to avoid redun ant code in the input devices.107 to avoid redundant code in the input devices. 108 108 */ 109 109 class _CoreExport InputHandler
Note: See TracChangeset
for help on using the changeset viewer.