aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
AgeCommit message (Expand)Author
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-06-22Moved keyboard stuff to a separate header fileMax Horn
2007-06-22Added constructor & reset() method to Common::KeyStateMax Horn
2007-06-22Promoted the struct inside Common::Event which captures the keystate to a ful...Max Horn
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Added Common::KEYCODE_INALIDMax Horn
2007-06-22Added 'ASCII_' enum values for certain standard keys, and update commentMax Horn
2007-06-22Replace tabs by spaces in keycode enum, to ensure proper indentionMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-06-22Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)Max Horn
2007-06-21Modified version of patch #1740493 (EVENTS: Event Key Codes)Max Horn
2007-06-03Adding the new kFeatureDisableKeyFiltering OSystem feature.Kostas Nakos
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-29added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema...Kostas Nakos
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Added class NonCopyable, and made various things derive from itMax Horn
2007-03-17Implemented a simple EventManager classMax Horn