aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
AgeCommit message (Expand)Author
2016-01-15LAB: Separate the interface from the event managerFilippos Karapetis
2015-12-29LAB: Remove two other unused variablesStrangerke
2015-12-28LAB: Simulate events by setting an unused keyFilippos Karapetis
2015-12-28LAB: Fix loading from the GMM and warping to rooms from the consoleFilippos Karapetis
2015-12-26LAB: Remove an unused function in EventManagerStrangerke
2015-12-26LAB: Remove unused function in EventManagerStrangerke
2015-12-25LAB: Rename fromCrumbs() to processEvent() and simplify it a bitFilippos Karapetis
2015-12-25LAB: Use the MessageClass enum in the IntuiMessage structFilippos Karapetis
2015-12-24LAB: Rename kMessageDeltaMove to kMessageMoveCursorToCloseupFilippos Karapetis
2015-12-24Use Common::Keycode and enums in interface buttonsFilippos Karapetis
2015-12-24LAB: More cleanup of the keyboard handling codeFilippos Karapetis
2015-12-24LAB: Start to untangle the mess in the event codeFilippos Karapetis
2015-12-23LAB: Finish moving function comments to headerStrangerke
2015-12-23LAB: Use Common:KeyCode in keyPress() and getNextChar()Strangerke
2015-12-23LAB: Simplify code related to _keyBuf handlingStrangerke
2015-12-23LAB: Merge enableButton() and disableButton()Filippos Karapetis
2015-12-23LAB: Use Common::Point in IntuiMessageFilippos Karapetis
2015-12-23LAB: Simplify mouse button handlingFilippos Karapetis
2015-12-23LAB: Get rid of mouseButton()Filippos Karapetis
2015-12-23LAB: Remove superfluous functionFilippos Karapetis
2015-12-23LAB: Remove useless checks, and clean up the mouse processing codeFilippos Karapetis
2015-12-23LAB: Some renamesFilippos Karapetis
2015-12-23LAB: Some renaming in EventManStrangerke
2015-12-23LAB: Make some functions and variables private in eventManStrangerke
2015-12-23LAB: Rename gadget to buttonFilippos Karapetis
2015-12-23LAB: Remove interface.h, get rid of a lot of useless definesStrangerke
2015-12-23LAB: Move interface functions to EventManStrangerke
2015-12-23LAB: Simplify the journal and map gadget handlingFilippos Karapetis
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: Get rid of _numHiddenFilippos Karapetis
2015-12-23LAB: Change the gadget lists to use Common::ListFilippos Karapetis
2015-12-23LAB: Renamed mouse.* to eventman.*Eugene Sandulenko