twinaphex
|
ea09c29e04
|
Update implementations for other input drivers - not all input
drivers support this yet
|
2018-07-15 14:34:02 +02:00 |
|
twinaphex
|
69f85556a3
|
Get rid of meta_key_pressed
|
2017-12-18 05:59:57 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
a3ded01b64
|
Cleanups
|
2017-09-27 23:16:37 +02:00 |
|
twinaphex
|
e16371b8a5
|
Merge input_config.c and input_driver.c
|
2017-08-31 02:25:04 +02:00 |
|
twinaphex
|
6b3dbff75f
|
Merge input_driver.c and input_joypad_driver.c
|
2017-06-06 05:56:02 +02:00 |
|
aliaspider
|
ffbd1e838a
|
(3DS) build fix.
|
2017-01-31 03:27:26 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
cd105e7432
|
(CTR) Buildfix
|
2017-01-10 22:45:53 +01:00 |
|
twinaphex
|
8bd12368ef
|
Pass joypad_driver name to input_driver_init function and make
sure we don't need to access the settings struct from the
input driver
|
2017-01-10 17:59:48 +01:00 |
|
twinaphex
|
d48141041d
|
Pass joypad_info to input_state function callback - less
settings pointer grabbing
|
2017-01-10 17:40:21 +01:00 |
|
twinaphex
|
da4d2a9f42
|
Remove conditionals for device JOYPAD from input_state callback functions
|
2017-01-10 17:05:04 +01:00 |
|
twinaphex
|
b9945f05f1
|
Pass joypad_info to input_joypad_analog
|
2017-01-10 03:53:57 +01:00 |
|
twinaphex
|
6376f2af68
|
Add rarch_joypad_info_t
|
2017-01-10 03:44:53 +01:00 |
|
twinaphex
|
ce98a4dd19
|
Get rid of now unused input_driver_key_pressed
|
2016-10-29 04:57:28 +02:00 |
|
twinaphex
|
d246d320c7
|
Get rid of messy 'all_users_control_menu' hack - will be dealt
with better once menu_input branch has been merged
|
2016-10-27 07:00:13 +02:00 |
|
twinaphex
|
8ce882c829
|
Should hopefully fix most of the remaining issues
|
2016-10-26 10:29:26 +02:00 |
|
twinaphex
|
647ffca76c
|
Optimize input_joypad_pressed code
|
2016-10-23 20:37:12 +02:00 |
|
twinaphex
|
51b0e61712
|
Cleanups
|
2016-09-11 16:24:02 +02:00 |
|
twinaphex
|
012e069f86
|
Get rid of general.h includes
|
2016-09-11 13:21:56 +02:00 |
|
twinaphex
|
acd4dd527b
|
Header include cleanups
|
2016-09-05 18:31:32 +02:00 |
|
Brad Parker
|
a17679a0c5
|
add input option to allow any user to control the menu
|
2016-09-03 19:01:29 -04:00 |
|
twinaphex
|
4a7ab8366b
|
Move libretro.h headers to libretro-common/include
|
2016-05-10 19:03:53 +02:00 |
|
twinaphex
|
c23846c5dc
|
Merged input_joypad.c and input_joypad_driver.c
|
2015-11-28 16:22:49 +01:00 |
|
twinaphex
|
a6ccc188a8
|
Rename input_common.c to input_config.c
|
2015-11-28 02:22:58 +01:00 |
|
Twinaphex
|
57e8cfe1f9
|
Totally reimplemented MFi support
|
2015-11-16 02:39:38 +01:00 |
|
twinaphex
|
22f85b11df
|
Don't need this anymore
|
2015-11-07 20:59:12 +01:00 |
|
twinaphex
|
6ac88eed54
|
Cleanups
|
2015-10-23 08:34:15 +02:00 |
|
twinaphex
|
1a20e19c51
|
We will now be able to know from which input device type the input
event comes from - i.e. keyboard or gamepad
|
2015-10-22 19:17:47 +02:00 |
|
aliaspider
|
3b85e0dd5a
|
(3DS) fix build to work with the latest ctrulib.
|
2015-09-07 18:31:30 +01:00 |
|
twinaphex
|
450c665619
|
Create meta_key_pressed
|
2015-07-17 03:31:51 +02:00 |
|
twinaphex
|
7fb1265227
|
(PSP/CTR) Should fix lifecycle state menu toggling
|
2015-07-12 10:46:20 +02:00 |
|
twinaphex
|
69a406809e
|
(CTR) Refactor code
|
2015-07-12 01:53:32 +02:00 |
|
twinaphex
|
2eab572773
|
(CTR) Don't depend on global state in input driver
|
2015-07-10 18:51:04 +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
|
660641f328
|
Pass handle to input driver to joypad driver's init function
|
2015-06-03 18:22:54 +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
|
8c6cce3945
|
Rename rarch_joypad_driver_t to input_device_driver_t
|
2015-04-14 16:37:59 +02:00 |
|
aliaspider
|
20b71c89c6
|
(3DS) implement input correctly.
|
2015-04-08 21:35:10 +01:00 |
|
aliaspider
|
14ac3fe250
|
(3DS) use touch for menu toggle.
keep console visible on exit until start is pressed.
|
2015-04-05 20:39:18 +01:00 |
|
aliaspider
|
c2d3299d4e
|
(3DS) add the ability to open the menu with L+R+Start+Select.
|
2015-04-02 02:38:49 +01:00 |
|
aliaspider
|
27bd10b21d
|
implement a very basic input driver, will need to be implemented
correctly later.
|
2015-04-02 02:19:21 +01:00 |
|
twinaphex
|
5612545b25
|
(CTR/3DS) Update copyright headers
|
2015-04-02 01:43:28 +02:00 |
|
aliaspider
|
2045cee432
|
preliminary 3DS port.
|
2015-04-01 22:14:13 +01:00 |
|