scummvm/backends/platform
antoniou79 7959c431aa ANDROID: Make virtual keyboard arrow keys similar to physical
Basically treats the arrow keys from the virtual keyboard in a special manner

It translates them to KEYCODE_UP(/DOWN/LEFT/RIGHT) and if held down sents consecutive KEYUP / KEYDOWN events
instead of the previous behavior of setting the kbdRepeat flag and just sending repeated KEYDOWN events and one final KEYUP.
Previous behavior would result in poor navigation on lists when the arror keys were held down. The new system works better.
2023-08-07 17:31:02 +03:00
..
3ds GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
android ANDROID: Make virtual keyboard arrow keys similar to physical 2023-08-07 17:31:02 +03:00
atari BACKEND: ATARI: Screen shaking and some fixes 2023-07-19 22:22:11 +02:00
dc ALL: Add limits for all codebase 2023-06-06 08:14:25 +02:00
dingux ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
ds DS: Fix building with the text console enabled 2023-07-20 17:43:32 +01:00
gph ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
ios7 IOS7: Prevent sleep when a task is running 2023-08-06 23:07:35 +02:00
libretro LIBRETRO: JANITORIAL: fix typo in setting description 2023-07-11 01:20:05 +02:00
maemo DISTS: Include MKV license in distribution packages 2023-03-05 21:47:13 +01:00
n64 ALL: Add limits for all codebase 2023-06-06 08:14:25 +02:00
null ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
openpandora ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
psp ALL: Add limits for all codebase 2023-06-06 08:14:25 +02:00
samsungtv ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sdl WIN32: Re-enable Win32PluginProvider 2023-08-06 14:16:16 +02:00
wii WII: Add Code for GDB Debugging Over Ethernet using TCP 2023-05-15 00:51:27 +01:00