Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/InputHandler


Ignore:
Timestamp:
Sep 15, 2008, 11:13:02 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/InputHandler

    v1 v2  
    77== Derived classes ==
    88 * 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.
    1010 * [wiki:KeyBinder]: Executes commands bound to a certain key.
    1111 * CalibratorCallback: Use internally to finish calibration on key press.