RetroArch/input
Gonzalo Peche 9efc1f500d In Android builds, add input_android_physical_keyboard configuration option and its corresponding menu entry to force a device to act as a physical keyboard.
When running on Android, RetroArch considers most devices that emit dpad events as gamepads, even if they also emit other keyboard events; this is usually the right thing to do, but it has the side effect of not letting some actual keyboards (e.g.: Logitech K480) act as such inside RetroArch. This configuration option allows users to manually select a specific input device to act as a physical keyboard instead of a gamepad, which is handy when emulating computers as opposed to consoles.
2023-01-05 04:50:37 +01:00
..
common Use HAVE_DYLIB instead of HAVE_DYNAMIC when loading shared libraries 2022-11-21 05:37:35 +01:00
connect Adding some usb hid drivers (#14581) 2022-11-03 03:00:42 +01:00
drivers In Android builds, add input_android_physical_keyboard configuration option and its corresponding menu entry to force a device to act as a physical keyboard. 2023-01-05 04:50:37 +01:00
drivers_hid Use HAVE_DYLIB instead of HAVE_DYNAMIC when loading shared libraries 2022-11-21 05:37:35 +01:00
drivers_joypad add L3 & R3 mapping for MIYOO (#14741) 2022-12-18 04:08:16 +01:00
drivers_keyboard Fix C++ comments 2022-10-01 17:56:16 +02:00
include Finish up the OSX DS3 driver 2021-10-16 14:52:56 -07:00
input_autodetect_builtin.c (Android) Backport 2020e9ce6a - 2022-07-08 21:03:19 +02:00
input_defines.h More hotkey cleanups (#14657) 2022-11-22 14:45:30 +01:00
input_driver.c Keyboard event blocking corrections (#14728) 2022-12-18 18:36:24 +01:00
input_driver.h Keyboard event blocking corrections (#14728) 2022-12-18 18:36:24 +01:00
input_keymaps.c Fixed RETROK_LMETA not working on macOS port. (#14538) 2022-10-20 15:59:14 +02:00
input_keymaps.h [ORBIS] Initial changes for PS4 2022-05-21 16:31:10 +02:00
input_osk_utf8_pages.h Extended IME and Korean OSK (#14676) 2022-11-29 04:45:55 +01:00
input_osk.h Extended IME and Korean OSK (#14676) 2022-11-29 04:45:55 +01:00
input_overlay.h Overlays/Input: Turn a bunch more functions static 2022-11-23 19:54:15 +01:00
input_remapping.h Overlays/Input: Turn a bunch more functions static 2022-11-23 19:54:15 +01:00
input_types.h Move struct and macros for input to input_types.h 2022-05-29 21:58:39 +02:00