aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/events.cpp
AgeCommit message (Expand)Author
2019-04-12ANDROID: Factor event pushing into pushEventCameron Cawley
2019-04-12ANDROID: Move event types to a separate fileCameron Cawley
2017-11-19EVENTS: Rename synthetic to kbdRepeatBastien Bouclet
2016-05-22ANDROID: Add support for ScummVM menu on Android TV devicesMatthew Garrett
2014-05-05ANDROID: Fix correct keycode in keymapper for virtual keyboard trigger.D G Turner
2014-02-18ANDROID: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-08ANDROID: Enter main menu on middle mouse pressMarcus Comstedt
2013-08-08ANDROID: Add support for joystick motionMarcus Comstedt
2013-08-08ANDROID: Add gamepad button supportMarcus Comstedt
2012-10-19ANDROID: Mouse and stylus supportLauri Härsilä
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-02-03ANDROID: Add faked input delay.Alyssa Milburn
2012-01-07KEYMAPPER: Constantify global keymap nameTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07ANDROID: Get rid of Fn->ALT metakey mappingdhewg
2011-05-03ANDROID: Fix various forbidden symbol clashesMax Horn
2011-04-06ANDROID: Add multitouch supportdhewg
2011-04-06ANDROID: Fix off-by-one when clipping mouse coordsdhewg
2011-04-03ANDROID: Always use the surface size for the overlaydhewg
2011-03-30ANDROID: Map right click to Camera/Searchdhewg
2011-03-25ANDROID: Use 'our' ASCII codes for special keysdhewg
2011-03-20ANDROID: Trust ASCII kbd codes on unknown keysdhewg
2011-03-18ANDROID: Cleanupdhewg
2011-03-18ANDROID: Seperate DPAD codesdhewg
2011-03-18ANDROID: Implement trackball clickdhewg
2011-03-17ANDROID: Ignore the slop area on all touch scrollsdhewg
2011-03-17ANDROID: Log ASCII code of invalid keycodesdhewg
2011-03-16ANDROID: Input system overhauldhewg