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
/
android
/
events.cpp
Age
Commit message (
Expand
)
Author
2019-08-18
ANDROID: Don't deinitialize the EGL surface when pausing the application
Cameron Cawley
2019-05-09
ANDROID: Make pushEvent take 7 parameters instead of 6
Cameron Cawley
2019-04-12
ANDROID: Factor event pushing into pushEvent
Cameron Cawley
2019-04-12
ANDROID: Move event types to a separate file
Cameron Cawley
2017-11-19
EVENTS: Rename synthetic to kbdRepeat
Bastien Bouclet
2016-05-22
ANDROID: Add support for ScummVM menu on Android TV devices
Matthew Garrett
2014-05-05
ANDROID: Fix correct keycode in keymapper for virtual keyboard trigger.
D G Turner
2014-02-18
ANDROID: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-08
ANDROID: Enter main menu on middle mouse press
Marcus Comstedt
2013-08-08
ANDROID: Add support for joystick motion
Marcus Comstedt
2013-08-08
ANDROID: Add gamepad button support
Marcus Comstedt
2012-10-19
ANDROID: Mouse and stylus support
Lauri Härsilä
2012-02-27
KEYMAPPER: Rename HardwareKey to HardwareInput
Tarek Soliman
2012-02-21
KEYMAPPER: Remove automapping dead code
Tarek Soliman
2012-02-10
JANITORIAL: Fix template definition whitespace
Tarek Soliman
2012-02-03
ANDROID: Add faked input delay.
Alyssa Milburn
2012-01-07
KEYMAPPER: Constantify global keymap name
Tarek Soliman
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-07
ANDROID: Get rid of Fn->ALT metakey mapping
dhewg
2011-05-03
ANDROID: Fix various forbidden symbol clashes
Max Horn
2011-04-06
ANDROID: Add multitouch support
dhewg
2011-04-06
ANDROID: Fix off-by-one when clipping mouse coords
dhewg
2011-04-03
ANDROID: Always use the surface size for the overlay
dhewg
2011-03-30
ANDROID: Map right click to Camera/Search
dhewg
2011-03-25
ANDROID: Use 'our' ASCII codes for special keys
dhewg
2011-03-20
ANDROID: Trust ASCII kbd codes on unknown keys
dhewg
2011-03-18
ANDROID: Cleanup
dhewg
2011-03-18
ANDROID: Seperate DPAD codes
dhewg
2011-03-18
ANDROID: Implement trackball click
dhewg
2011-03-17
ANDROID: Ignore the slop area on all touch scrolls
dhewg
2011-03-17
ANDROID: Log ASCII code of invalid keycodes
dhewg
2011-03-16
ANDROID: Input system overhaul
dhewg