aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/event.cpp
AgeCommit message (Expand)Author
2010-01-05More renamingFilippos Karapetis
2009-12-31Minor additions: added full keypad support to GUI and SCIYotam Barnoy
2009-12-31SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb...Martin Kiewitz
2009-12-31SCI: keyboard events now dont use scancode anymore, fixing compatibility with...Martin Kiewitz
2009-12-04SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directlyMartin Kiewitz
2009-12-04SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)Martin 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