aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/event.h
AgeCommit message (Expand)Author
2016-03-06SCI32: Implement kEditTextColin Snover
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2016-02-03SCI: code/define formattingMartin Kiewitz
2016-02-03SCI: Remove hardcoded value in getScummVMEvent()Martin Kiewitz
2016-02-02SCI: make event type, modifiers + character uint16Martin Kiewitz
2016-02-02SCI: Removed ".data" from SciEventMartin Kiewitz
2016-02-02SCI: Do not pass/use .data for mouse button typeMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-09SCI: Save mouse position in SciEvent.Johannes Schickel
2011-03-09SCI: Cleanup of the event codemd5
2011-02-15SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristicmd5
2010-07-29SCI: updating screen within kAnimate as well - fixes pseudo hang in eq1 credi...Martin Kiewitz
2010-06-19SCI: implemented checking of keyboard driver in case of SCI1EGA/EARLY, also r...Martin Kiewitz
2010-06-17SCI: Turn _modifierStates into member of class EventManagerMax Horn
2010-06-17SCI: cleanupMax Horn
2010-06-17SCI: Rename sciEvent to SciEventMax Horn
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-09Renamed the SciEvent class to EventManager, to separate it from the sciEvent ...Filippos Karapetis
2010-04-24SCI: reverting r48787 port updates were actually introduced (heard that befor...Martin Kiewitz
2010-04-24SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas...Martin Kiewitz
2010-04-17SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...Martin Kiewitz
2010-02-23SCI: Turn kernel_sleep() into SciEvent::sleep()Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08SCI: removed controlify() to ease readability of codeMartin Kiewitz
2009-12-04SCI: Renamed "buckybits" to "modifiers" in SciEventMartin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz