aboutsummaryrefslogtreecommitdiff
path: root/backends/common/keymap.h
AgeCommit message (Collapse)Author
2008-08-07Keymapper cleanup:Stephen Kennedy
*Removed need to call initGame / cleanupGame on Keymapper svn-id: r33679
2008-08-06Keymapper WIP:Stephen Kennedy
* Made Keymap class responsible for loading / saving of mappings svn-id: r33665
2008-08-01Keymapper WIP:Stephen Kennedy
* Renamed UserAction to simply Action * Implemented simple automatic mapping algorithm svn-id: r33497
2008-07-30- major re-factoring of VK - all GUI-related code has been abstracted to ↵Stephen Kennedy
VirtualKeyboardGUI class - fixed bug with parsing modifiers in VirtualKeyboardParser - fixed numerous GCC warnings svn-id: r33448
2008-07-24KeymapManager - implemented loading/saving of keymapsStephen Kennedy
- Refactoring of code to map a key to a UserAction - now we call a method on UserAction to do it (and it then tells the Keymap class) - General cleanup of code svn-id: r33262
2008-07-23Most of Keymapper class completeStephen Kennedy
DefaultEventManager now initialises Keymapper and passes key press events to it svn-id: r33227
2008-07-21Moved UserAction and HardwareKey classes into their own respective header files.Stephen Kennedy
Added HardwareKeySet class to manage a devices set of hardware keys. Started implementing Keymapper class. svn-id: r33157
2008-07-19More WIP development of Keymap classStephen Kennedy
svn-id: r33113
2008-07-19Keymap class implemented. KeymapManager and Keymapper classes startedStephen Kennedy
svn-id: r33107