Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Android TV devices don't have menu buttons. Remotes should have a play/pause button (which may send individual play and pause events rather than a combined event) and gamepads should have a Y button. Use these to open the menu. | |||
2014-05-05 | ANDROID: Fix correct keycode in keymapper for virtual keyboard trigger. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. However, due to the complexity of this code, directly calling the virtual keyboard trigger event could have side effects, so have instead just added the CTRL modifier to fix this. This should be fixed if possible to use EVENT_VIRTUAL_KEYBOARD. | |||
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ä | |
From pull request #285. | |||
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 | |
This adds an artificial delay for mouse up events to make engines like Gob work, similar to the iPhone fix in b3062b5e. | |||
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 | |
Thanks to Ge0rG for the analysis | |||
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 | |
When coming back from standby, there might be an indermediate surface change | |||
2011-03-30 | ANDROID: Map right click to Camera/Search | dhewg | |
2011-03-25 | ANDROID: Use 'our' ASCII codes for special keys | dhewg | |
Fixes stuff like enter key on SCI games with text input | |||
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 | |
Prevents initial cursor jumps | |||
2011-03-17 | ANDROID: Log ASCII code of invalid keycodes | dhewg | |
2011-03-16 | ANDROID: Input system overhaul | dhewg | |
Rewritten input system with many new feature. Fixed related bugs and shortcomings on the way. |