index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
event.cpp
Age
Commit message (
Expand
)
Author
2010-02-23
SCI: Turn kernel_sleep() into SciEvent::sleep()
Max Horn
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-02-13
SCI: Add global g_sci pointer to the active SciEngine instance
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-08
SCI: Ctrl-Z now supported as well :D
Martin Kiewitz
2010-01-08
SCI: removed controlify() to ease readability of code
Martin Kiewitz
2010-01-08
SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke...
Martin Kiewitz
2010-01-08
SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ...
Martin Kiewitz
2010-01-05
More renaming
Filippos Karapetis
2009-12-31
Minor additions: added full keypad support to GUI and SCI
Yotam Barnoy
2009-12-31
SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb...
Martin Kiewitz
2009-12-31
SCI: keyboard events now dont use scancode anymore, fixing compatibility with...
Martin Kiewitz
2009-12-04
SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly
Martin Kiewitz
2009-12-04
SCI: Typo fixed in SciEvent caused all Ctrl keys to get changed to Ctrl-Alt-X :)
Martin Kiewitz
2009-12-04
SCI: Renamed "buckybits" to "modifiers" in SciEvent
Martin Kiewitz
2009-12-04
SCI: Make event constants more verbose
Martin Kiewitz
2009-12-04
SCI: SciEvent created, kernel_sleep() created
Martin Kiewitz