Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 6, 2011, 1:16:56 AM (13 years ago)
Author:
landauf
Message:

added translator map to InputBuffer for numpad keys - now they can also be used to type text into the ingame console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/libraries/core/input/InputBuffer.h

    r6417 r8027  
    178178            std::list<BaseInputBufferListenerTuple*> listeners_;
    179179            std::string allowedChars_;
     180            std::map<KeyCode::ByEnum, char> keyTranslator_;
    180181            unsigned int maxLength_;
    181182            unsigned int cursor_;
Note: See TracChangeset for help on using the changeset viewer.