aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
AgeCommit message (Expand)Author
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23COMMON: Remove TODO from struct EventMax Horn
2011-01-01COMMON: Fix comment about getButtonState.Alyssa Milburn
2010-07-12Some documentation fixes.Johannes Schickel
2009-12-29Typo.Johannes Schickel
2009-07-25Strip trailing whitespaces.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-25Add enum which marks global priorites of the EventManager event dispatcher.Johannes Schickel
2009-07-25- EventDispatcher is no longer a singleton.Johannes Schickel
2009-07-25Moved ArtificialEventSource to common/events.h.Johannes Schickel
2009-07-25- Add marco to easily access the EventDispatcher instance.Johannes Schickel
2009-07-25Prevent EventMapper events from being mapped.Johannes Schickel
2009-07-25Add function "allowMapping" to EventSource, for testing whether the event sou...Johannes Schickel
2009-07-25Got rid of EventManger::artificialEventQueue.Johannes Schickel
2009-07-25Replace "EventProvider" class of the DefaultEventManager implementation with ...Johannes Schickel
2009-07-25Add new event dispatching API.Johannes Schickel
2009-07-12I am re-commiting the FORCE_RTL as a temporary solutionMax Lingua
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-06Fix warnings about Event::synthetic being undefinedMax Horn
2008-09-30Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control in...Stephen Kennedy
2008-09-26Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,...Stephen Kennedy
2008-09-03clarified commentMax Horn
2008-08-18- proper init of virtual keyboard now implemented (involved added EventManage...Stephen Kennedy
2008-08-06Keymapper WIP:Stephen Kennedy
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