David Shah
|
c2d26cfb23
|
Fix input on KitKat for S7800B and other devices with a VID or PID of 0
|
2015-07-02 14:28:38 +01:00 |
|
twinaphex
|
96c119bb1d
|
Move retroarch_logger.h to libretro-common/include
|
2015-06-30 00:38:10 +02:00 |
|
Alcaro
|
4ca6c2398c
|
More C89 cleanups, part 3
|
2015-06-26 18:35:52 +02:00 |
|
Alcaro
|
1bbd54f597
|
Some C89 strict fixes
|
2015-06-26 17:03:12 +02:00 |
|
twinaphex
|
aa6cdf5d5a
|
Put extern "C" around cocoa_keyboard_event
|
2015-06-26 16:32:30 +02:00 |
|
twinaphex
|
a132fa0fba
|
Some C89 build fixes
|
2015-06-26 15:53:18 +02:00 |
|
twinaphex
|
0fa871a296
|
Use rarch_system_info_get_ptr
|
2015-06-25 13:46:32 +02:00 |
|
twinaphex
|
6ee5029bb0
|
(android_input.c) Use rarch_system_info_get_ptr
|
2015-06-25 13:20:53 +02:00 |
|
twinaphex
|
bdb3cd9b1c
|
(GX) Build fix
|
2015-06-22 08:01:13 +02:00 |
|
Higor Eurípedes
|
e6ea0319c7
|
(linuxraw) Fix boolean return in void function
|
2015-06-21 19:50:58 -03:00 |
|
Toad King
|
8929887f25
|
allow closing text input windows with cancel button
|
2015-06-18 21:37:54 -05:00 |
|
Twinaphex
|
55eaff9793
|
(Menu) Cleanups
|
2015-06-19 03:46:54 +02:00 |
|
twinaphex
|
0e046c2fbb
|
Create input_driver_keyboard_mapping_is_blocked/input_driver_keyboard_mapping_set_block
|
2015-06-19 03:45:23 +02:00 |
|
twinaphex
|
ad5954862b
|
Cleanup some strcmps
|
2015-06-14 19:42:25 +02:00 |
|
twinaphex
|
ca4b8385fe
|
(udev_input.c) Include <unistd.h>
|
2015-06-13 19:16:42 +02:00 |
|
twinaphex
|
daf4f5719b
|
(Input) Cleanups
|
2015-06-13 00:02:28 +02:00 |
|
twinaphex
|
6acdd3db05
|
(linuxraw_input.c) Add unistd.h header
|
2015-06-08 11:57:07 +02:00 |
|
twinaphex
|
c7e0163450
|
(PS3) Buildfix
|
2015-06-08 00:32:21 +02:00 |
|
twinaphex
|
2b10519fb8
|
(linuxraw_input.c) Style nits
|
2015-06-03 21:38:27 +02:00 |
|
twinaphex
|
77ba9c650f
|
(udev) Use {{0}} for initialization
|
2015-06-03 21:29:08 +02:00 |
|
twinaphex
|
660641f328
|
Pass handle to input driver to joypad driver's init function
|
2015-06-03 18:22:54 +02:00 |
|
twinaphex
|
bafda714a1
|
(Input drivers) Cleanups
|
2015-06-03 18:12:06 +02:00 |
|
twinaphex
|
17ca5a074c
|
(udev_input.c) Cleanups
|
2015-06-03 17:11:32 +02:00 |
|
twinaphex
|
1532f35376
|
(udev_input.c) Cleanups
|
2015-06-03 17:06:22 +02:00 |
|
twinaphex
|
3a7263020a
|
Add grab_stdin function pointer to input driver - avoids threading
segfault at exit with linuxraw input driver to do with driver->stdin_claimed
|
2015-05-19 19:33:58 +02:00 |
|
twinaphex
|
d662ac187d
|
(linuxraw_input.c) Cleanup some function names
|
2015-05-19 19:26:20 +02:00 |
|
twinaphex
|
7242693e69
|
(Android) Go back to old input code
|
2015-05-09 09:38:45 +02:00 |
|
twinaphex
|
4a7fbf728a
|
(Android) Put AInputQueue_hasEvents while loop back
|
2015-05-02 07:59:06 +02:00 |
|
twinaphex
|
ff6babc22a
|
(Android) Start using android_main_poll
|
2015-05-02 07:06:57 +02:00 |
|
twinaphex
|
5b733c019a
|
(Android) Only copy over state when needed
|
2015-05-02 04:41:18 +02:00 |
|
twinaphex
|
9a1c90a554
|
(Android) android_run_events - change signature
|
2015-05-02 03:52:28 +02:00 |
|
twinaphex
|
ec319a2c76
|
(Android) Start preparing engine_handle_input and engine_handle_cmd for
input sources
|
2015-05-02 02:13:16 +02:00 |
|
twinaphex
|
78fcd0312f
|
(Android) Change signature of android_main_poll
|
2015-05-02 01:05:21 +02:00 |
|
twinaphex
|
2f08c143ec
|
(Android) Cleanups
|
2015-05-02 00:43:24 +02:00 |
|
twinaphex
|
fe5d4e34ab
|
(Android) Native app glue - use pthread again
|
2015-05-02 00:13:28 +02:00 |
|
twinaphex
|
5a2c6aa5d6
|
(Android) Create android_app_read_cmd
|
2015-05-01 23:59:23 +02:00 |
|
twinaphex
|
2cc348a75b
|
(Android) Create android_app_userdata
|
2015-05-01 20:21:52 +02:00 |
|
twinaphex
|
00bf83e575
|
(Android) Minor cleanups
|
2015-05-01 18:24:06 +02:00 |
|
twinaphex
|
349a5890e4
|
(Android) Set lookup name function pointer at the beginning of the app's
start
|
2015-05-01 18:20:52 +02:00 |
|
twinaphex
|
8ec5db66cf
|
(Android) Move state around
|
2015-05-01 18:11:34 +02:00 |
|
twinaphex
|
5e5453488f
|
(Android) Move thread state to android_app
|
2015-05-01 17:25:26 +02:00 |
|
Twinaphex
|
561ae13146
|
(Android) Cleanups to handle_hotplug
|
2015-04-29 07:58:19 +02:00 |
|
twinaphex
|
63cc866425
|
(Android) Don't use AInputQueue_hasEvents - seems to make it more reliable
and less susceptible to ANRs
|
2015-04-29 06:21:18 +02:00 |
|
twinaphex
|
4b289e361d
|
Revert "(Android) Put input event queue on separate thread"
This reverts commit 828421b46bb1d1a89097af0e6e3109cacd19bc95.
|
2015-04-29 05:59:40 +02:00 |
|
twinaphex
|
828421b46b
|
(Android) Put input event queue on separate thread
|
2015-04-29 05:43:05 +02:00 |
|
twinaphex
|
5c5e517b68
|
(Android) Start copying state copy at poll function call
|
2015-04-29 04:57:24 +02:00 |
|
twinaphex
|
cf1d56dbda
|
(Android) Put input state code on android_input_state_t
|
2015-04-29 04:48:34 +02:00 |
|
twinaphex
|
c3bfa72e6f
|
(Android) Start putting input state on separate struct
|
2015-04-29 04:17:31 +02:00 |
|
twinaphex
|
1a591baaf3
|
(Android) Cleanups
|
2015-04-29 03:08:44 +02:00 |
|
twinaphex
|
5df896dfd1
|
(Android) Rename "android_input" ident to "android"
|
2015-04-29 02:49:23 +02:00 |
|