aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
AgeCommit message (Expand)Author
2008-07-21Changed pushEvent to use a const& argumentStephen Kennedy
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-09Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKe...Stephen Kennedy
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ...Christopher Page
2008-07-02Changes to implementation of the GMMChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-04-11Correct documentationJordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
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