Changes between Version 1 and Version 2 of code/doc/InputHandler
- Timestamp:
- Sep 15, 2008, 11:13:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/InputHandler
v1 v2 7 7 == Derived classes == 8 8 * EmptyHandler: Discards input. Use this to 'absorb' input in a state even if it doesn't process it 9 * [wiki: OutputBuffer]: Only accepts keyboard input. Stores it in a buffer to act like a stream.9 * [wiki:InputBuffer]: Only accepts keyboard input. Stores it in a buffer to act like a stream. 10 10 * [wiki:KeyBinder]: Executes commands bound to a certain key. 11 11 * CalibratorCallback: Use internally to finish calibration on key press.