twinaphex
|
cc50eaa88f
|
Cleanup
|
2020-05-12 14:02:10 +02:00 |
|
twinaphex
|
58e7355942
|
(Android) Buildfix
|
2020-03-16 08:16:03 +01:00 |
|
twinaphex
|
a33353399f
|
Attempt to fix https://github.com/libretro/RetroArch/issues/10276
|
2020-03-14 21:54:14 +01:00 |
|
twinaphex
|
814835aa8f
|
(menu_input_bind_dialog.c) Put port into menu input bind dialog
global state
|
2020-03-06 16:51:39 +01:00 |
|
twinaphex
|
70602487be
|
Cleanup
|
2020-03-04 19:23:18 +01:00 |
|
twinaphex
|
3a1c59d461
|
rarch_timer_begin_new_time is an unnecessary function
|
2020-02-29 07:53:42 +01:00 |
|
twinaphex
|
add0cedc48
|
* Reduce the amount of cpu_features_get_time_usec calls
* Put code behind menu ifdefs
|
2020-02-29 07:41:05 +01:00 |
|
twinaphex
|
26b3ccf2e5
|
Don't pass joypad_info by value
|
2020-02-27 07:33:14 +01:00 |
|
twinaphex
|
5cb7d29c17
|
Style nits
|
2020-02-13 17:11:57 +01:00 |
|
twinaphex
|
7c63889b26
|
Move static inline functions over to input_bind_dialog.c - were
not used elsewhere
|
2020-01-01 10:53:36 +01:00 |
|
jdgleaver
|
b1d5542d77
|
(Menu) Ensure pointer input is handled correctly when showing message boxes
|
2019-11-22 15:10:28 +00:00 |
|
twinaphex
|
c69c972942
|
(Menu) Cleanups
|
2019-08-16 15:17:33 +02:00 |
|
twinaphex
|
65b4c2595e
|
Update set keyboard mapping code for input driver
|
2019-07-27 02:21:24 +02:00 |
|
twinaphex
|
37c04932bf
|
Revert bind/hold behavior for now
|
2019-06-20 11:45:51 +02:00 |
|
twinaphex
|
ba3ee2192a
|
Cleanups
|
2019-05-18 21:07:04 +02:00 |
|
Mark W. Kidd
|
8542ecd79c
|
Merge remote-tracking branch 'upstream/master' into patch-7
|
2019-01-19 12:36:33 -05:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
Mark W. Kidd
|
79264c7278
|
refactor and restore non-android bind hold behavior
|
2019-01-02 21:24:33 -05:00 |
|
markwkidd
|
96ea874850
|
unify input bind hold behavior across platforms
|
2019-01-02 18:47:40 -05:00 |
|
Sven
|
5f35249216
|
Implement robust cheat searching interface with rumble features
|
2018-07-25 19:19:14 -04:00 |
|
radius
|
717e45dc52
|
Add mouse wheel support
enable hold to bind on android
cleanup
|
2018-06-29 21:12:47 -05:00 |
|
David Walters
|
91dd569a73
|
fix: keep resetting bind during the hold period
|
2018-06-29 21:12:46 -05:00 |
|
David Walters
|
d73954085a
|
Hold to bind function (disabled with #if 0)
|
2018-06-29 21:12:46 -05:00 |
|
twinaphex
|
fdffb7059d
|
Revert "Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET"
This reverts commit fbf03df8be22b40a1d44908ebfe0163a0ebb4bef.
|
2018-04-11 06:11:45 +02:00 |
|
twinaphex
|
87c9d9eb9a
|
Revert "Cleanups"
This reverts commit 8632a925682d258a746b8921421140f733b06f2f.
|
2018-04-11 06:11:10 +02:00 |
|
twinaphex
|
8632a92568
|
Cleanups
|
2018-04-10 21:59:36 +02:00 |
|
twinaphex
|
fbf03df8be
|
Less pointer grabbbing - reduce usage of RARCH_MENU_CTL_DRIVER_DATA_GET
|
2018-04-10 19:57:33 +02:00 |
|
twinaphex
|
a6afddae04
|
current_input_data and current_input are no longer globals
|
2017-12-29 23:03:25 +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 |
|
David Walters
|
c733f96a16
|
listen for mouse buttons/wheel when binding input
|
2017-11-26 15:42:47 +00:00 |
|
twinaphex
|
08ecfc74ec
|
Rewrite info.label
|
2017-09-28 02:45:03 +02:00 |
|
twinaphex
|
155d6a23b9
|
Start using menu_displaylist_info_free
|
2017-09-10 22:57:26 +02:00 |
|
twinaphex
|
08e3bb2122
|
(MSVC) Buildfixes
|
2017-09-10 22:38:03 +02:00 |
|
twinaphex
|
ad579e5cc4
|
Revert "Cleanups"
This reverts commit 3eeae957f6dbfb036663c976feb83067fa8df630.
|
2017-09-09 00:17:14 +02:00 |
|
twinaphex
|
3eeae957f6
|
Cleanups
|
2017-09-09 00:12:40 +02:00 |
|
twinaphex
|
e16371b8a5
|
Merge input_config.c and input_driver.c
|
2017-08-31 02:25:04 +02:00 |
|
twinaphex
|
060753258a
|
Combine input_driver.c and input_keyboard.c
|
2017-06-11 17:51:12 +02:00 |
|
twinaphex
|
74f202bbda
|
(Menu) Cleanups
|
2017-05-26 20:12:52 +02:00 |
|
twinaphex
|
204f0183e1
|
Header cleanups
|
2017-05-17 05:06:52 +02:00 |
|
twinaphex
|
ee8dc151a3
|
Combine menu_driver.c and menu_navigation.c
|
2017-05-17 03:00:32 +02:00 |
|
twinaphex
|
2906bec7a8
|
Create input_driver_get_uint
|
2017-05-11 07:36:21 +02:00 |
|
twinaphex
|
05e4ec733e
|
Move uint variables
|
2017-04-28 21:03:04 +02:00 |
|
twinaphex
|
e179108080
|
Cleanups
|
2017-04-26 00:24:59 +02:00 |
|
Twinaphex
|
840034d4a0
|
remove unused variables
|
2017-04-25 18:54:41 +02:00 |
|
twinaphex
|
8d0e3d7777
|
Wrap settings->input.binds
|
2017-04-25 18:27:18 +02:00 |
|
twinaphex
|
7ea0528c6b
|
Turn MENU_NAVIGATION_CTL_{SET|GET}_SELECTION into separate
functions
|
2017-04-23 14:31:49 +02:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
0b1a204949
|
Roll this back
|
2017-01-16 22:32:39 +01:00 |
|
twinaphex
|
0968bcc173
|
(menu_input_bind_dialog) Prevent warning
|
2017-01-16 09:57:21 +01:00 |
|
twinaphex
|
03ba5b21df
|
(menu_input_bind_dialog.c) Hackier but dispenses with the 1-second
delay which was annoying
|
2017-01-11 10:37:37 +01:00 |
|