RetroArch/input
Diablodiab 2c08dc0f4f Extends Android keyboard functionality to allow for up to three keyboards.
This solves the problem with volume buttons on phones being detected as
keyboards and blocking a real keyboard from being mapped afterwards.

Renamed id_1 and id_2 to pad_id1 and pad_id2
Renamed id_3 to kbd_id and change it to an array

Implement function is_keyboard_id(int id) which checks if an id is mapped as
a keyboard
2016-01-14 20:59:25 +01:00
..
autoconf Update input headers 2016-01-10 04:33:01 +01:00
common Update input headers 2016-01-10 04:33:01 +01:00
connect Change VID/PID again 2016-01-14 09:56:07 +01:00
drivers Extends Android keyboard functionality to allow for up to three keyboards. 2016-01-14 20:59:25 +01:00
drivers_hid Update input headers 2016-01-10 04:33:01 +01:00
drivers_joypad (GX) Add way to handle power callback 2016-01-13 08:27:58 +01:00
drivers_keyboard Fixed a typo in Android version comment 2016-01-12 21:52:54 +01:00
include/GameController (mfi_joypad.m) Use local headers 2015-11-17 08:29:21 +01:00
input_autodetect.c Update input headers 2016-01-10 04:33:01 +01:00
input_autodetect.h Update input headers 2016-01-10 04:33:01 +01:00
input_config.c Update input headers 2016-01-10 04:33:01 +01:00
input_config.h Update input headers 2016-01-10 04:33:01 +01:00
input_driver.c Update input headers 2016-01-10 04:33:01 +01:00
input_driver.h Update input headers 2016-01-10 04:33:01 +01:00
input_hid_driver.c Update input headers 2016-01-10 04:33:01 +01:00
input_hid_driver.h Update input headers 2016-01-10 04:33:01 +01:00
input_joypad_driver.c Update input headers 2016-01-10 04:33:01 +01:00
input_joypad_driver.h Update input headers 2016-01-10 04:33:01 +01:00
input_keyboard.c Update input headers 2016-01-10 04:33:01 +01:00
input_keyboard.h Update input headers 2016-01-10 04:33:01 +01:00
input_keymaps.c Fixed two bugs in Android keyboard functionality and changed the way the keyboard 2016-01-12 21:48:09 +01:00
input_keymaps.h Fixed two bugs in Android keyboard functionality and changed the way the keyboard 2016-01-12 21:48:09 +01:00
input_overlay.c Update input headers 2016-01-10 04:33:01 +01:00
input_overlay.h Update input headers 2016-01-10 04:33:01 +01:00
input_remapping.c Update input headers 2016-01-10 04:33:01 +01:00
input_remapping.h Update input headers 2016-01-10 04:33:01 +01:00