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
/
backends
/
platform
/
sdl
/
events.cpp
Age
Commit message (
Expand
)
Author
2007-12-29
Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP
Paul Gilbert
2007-12-11
Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ...
Nicola Mettifogo
2007-08-11
SDL backend cleanup (minor)
Max Horn
2007-06-30
whitespaces
Max Horn
2007-06-23
Update GUI::Key constructs
Max Horn
2007-06-22
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...
Max Horn
2007-06-22
fix compile (thanks salty-horse!)
Matthew Hoops
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-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-27
Fixed indentation.
Torbjörn Andersson
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2006-12-03
Patch #1605290: Change quit shortcut for Amiga to match style guide
Max Horn
2006-08-04
Added new method OSystem::getScreenChangeID(), which can be used by code to t...
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-06-24
Started to move 'monolithic' parts of our ports to the new 'background/platfo...
Max Horn