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
/
common
/
events.h
Age
Commit message (
Expand
)
Author
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
2007-06-22
Moved keyboard stuff to a separate header file
Max Horn
2007-06-22
Added constructor & reset() method to Common::KeyState
Max Horn
2007-06-22
Promoted the struct inside Common::Event which captures the keystate to a ful...
Max Horn
2007-06-22
Cleaning up after myself (I blame it on, err, uhh... the Vogons?)
Max Horn
2007-06-22
Added Common::KEYCODE_INALID
Max Horn
2007-06-22
Added 'ASCII_' enum values for certain standard keys, and update comment
Max Horn
2007-06-22
Replace tabs by spaces in keycode enum, to ensure proper indention
Max Horn
2007-06-22
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...
Max Horn
2007-06-22
Heavily modified/reduced version of patch #1741454 (EVENTS: ASCII enum)
Max Horn
2007-06-21
Modified version of patch #1740493 (EVENTS: Event Key Codes)
Max Horn
2007-06-03
Adding the new kFeatureDisableKeyFiltering OSystem feature.
Kostas Nakos
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-29
added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema...
Kostas Nakos
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Added class NonCopyable, and made various things derive from it
Max Horn
2007-03-17
Implemented a simple EventManager class
Max Horn