Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 26, 2009, 10:55:43 PM (15 years ago)
Author:
rgrieder
Message:

Small stuff, mostly spelling mistakes.

Location:
code/branches/console/src/libraries/core/input
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/core/input/InputBuffer.cc

    r5968 r5992  
    8080    void InputBuffer::setConfigValues()
    8181    {
    82         SetConfigValue(keyRepeatDeleay_, 0.4).description("Key repeat deleay of the input buffer");
     82        SetConfigValue(keyRepeatDeleay_, 0.4).description("Key repeat delay of the input buffer");
    8383        SetConfigValue(keyRepeatTime_, 0.022).description("Key repeat time of the input buffer");
    8484
  • code/branches/console/src/libraries/core/input/InputHandler.h

    r5968 r5992  
    102102
    103103        Derive from this class if you wish to receive input events.
    104         But keep in mind that this is pointless wihtout first having an InputState.
     104        But keep in mind that this is pointless without first having an InputState.
    105105    @note
    106106        The definitions for the button events with the weird arguments are simply
    107         to avoid redunant code in the input devices.
     107        to avoid redundant code in the input devices.
    108108    */
    109109    class _CoreExport InputHandler
Note: See TracChangeset for help on using the changeset viewer.