twinaphex
|
6be10cd04d
|
Improve menu_input_mouse
|
2015-04-13 16:53:01 +02:00 |
|
radius
|
d45593d578
|
Prevent mouse/touch if overlays are enabled to avoid conflicting inputs.
Users can still get locked out if they purposelly disable mouse/pointer and overlays and don't use a controller
|
2015-04-04 11:15:27 -05:00 |
|
Lioncash
|
b68048e6db
|
Fix some printf format specifiers
Gets rid of warnings on higher warning levels
|
2015-04-03 15:09:17 -04:00 |
|
twinaphex
|
5bf21de960
|
Move pointer_iterate and mouse_iterate to menu_input_frame
|
2015-03-31 14:38:05 +02:00 |
|
twinaphex
|
d9ba52e018
|
Create input_driver_get_joypad_driver
|
2015-03-23 03:40:09 +01:00 |
|
twinaphex
|
db1087ad33
|
Create input_driver_state
|
2015-03-23 03:04:05 +01:00 |
|
twinaphex
|
d98de68107
|
Create menu_driver_render_messagebox
|
2015-03-22 06:37:26 +01:00 |
|
twinaphex
|
b8a9800743
|
Create menu_driver_render
|
2015-03-22 05:35:46 +01:00 |
|
twinaphex
|
508ade73f9
|
Rename menu_driver_resolve to menu_driver_get_ptr
|
2015-03-21 23:56:42 +01:00 |
|
twinaphex
|
e6f0d366cb
|
Go through global_get_ptr
|
2015-03-21 04:43:18 +01:00 |
|
twinaphex
|
73e3460675
|
Change settings_data_ namespace to settings_
|
2015-03-21 00:56:26 +01:00 |
|
twinaphex
|
14ac2d9791
|
Rename settings_data.h to settings.h
|
2015-03-21 00:49:55 +01:00 |
|
twinaphex
|
7bc845006b
|
Start replacing more g_settings usages
|
2015-03-20 20:43:22 +01:00 |
|
twinaphex
|
3670ef2ac5
|
Go through driver_get_ptr to grab pointer to driver struct
|
2015-03-18 19:40:00 +01:00 |
|
twinaphex
|
569ab60e43
|
Use g_settings.menu.mouse.enable directly
|
2015-03-17 04:01:58 +01:00 |
|
Higor Eurípedes
|
fec88a5cb4
|
(Menu) Add font color settings
|
2015-03-14 19:22:06 -03:00 |
|
Jean-André Santoni
|
ab84c14b66
|
(Menu) Delta timing
|
2015-03-06 16:00:46 +01:00 |
|
twinaphex
|
2e0902fda1
|
Revert "(Menu) Delta timing"
This reverts commit 24f7acb93c .
|
2015-02-24 03:06:25 +01:00 |
|
twinaphex
|
64527f2cef
|
Revert "(Menu) cleaner dt formulas"
This reverts commit b6e214128a .
|
2015-02-24 03:06:13 +01:00 |
|
Jean-André Santoni
|
b6e214128a
|
(Menu) cleaner dt formulas
|
2015-02-24 01:09:14 +01:00 |
|
Jean-André Santoni
|
24f7acb93c
|
(Menu) Delta timing
|
2015-02-24 00:28:11 +01:00 |
|
twinaphex
|
94e1a339df
|
Rename menu_action.c to menu_setting.c
|
2015-02-14 01:51:28 +01:00 |
|
twinaphex
|
df35e9fb75
|
Refactor menu_navigation.c
|
2015-02-14 00:47:42 +01:00 |
|
twinaphex
|
31b272f25a
|
Don't pass menu_handle_t * state around
|
2015-02-13 20:19:20 +01:00 |
|
twinaphex
|
55844f06d7
|
Cleanups - start using menu_driver_resolve everywhere in menu
code for safety reasons
|
2015-02-13 20:04:50 +01:00 |
|
twinaphex
|
4d31687899
|
Create menu_driver_resolve to avoid having to pass state pointer
around between functions
|
2015-02-13 19:00:59 +01:00 |
|
twinaphex
|
8d050f23aa
|
Remove more header dependencies (menu.h)
|
2015-02-11 22:15:13 +01:00 |
|
twinaphex
|
6654d2eb6c
|
(menu_input.c) Cleanups
|
2015-02-11 22:05:56 +01:00 |
|
twinaphex
|
6ded569b87
|
(Menu) Create struct for delay timer
|
2015-02-11 21:48:20 +01:00 |
|
twinaphex
|
eb7a68a182
|
(Menu) Put scroll indices into struct
|
2015-02-11 21:36:07 +01:00 |
|
twinaphex
|
4d478434c7
|
(Menu) Start getting rid of void * pointer
|
2015-02-11 20:28:54 +01:00 |
|
twinaphex
|
8b5699d2d5
|
Cleanups
|
2015-02-10 23:26:21 +01:00 |
|
twinaphex
|
8c38ccc4a9
|
Add MENU_ACTION_TEST
|
2015-02-03 07:43:20 +01:00 |
|
twinaphex
|
2b0cefee0d
|
(Menu) RetroPad: Bind X to 'Search'
|
2015-02-02 00:55:10 +01:00 |
|
twinaphex
|
ff8fec64ad
|
Cleanups
|
2015-02-02 00:53:06 +01:00 |
|
twinaphex
|
ed7da3f632
|
Get rid of last param to keyboard_input_event
|
2015-01-29 23:12:42 +01:00 |
|
twinaphex
|
f258950bcf
|
Keyboard input overlays can now be used as input device
for keyboard line events
|
2015-01-29 07:03:20 +01:00 |
|
twinaphex
|
49a2bce941
|
Cleanups - move input code to menu_input.c
|
2015-01-27 01:29:33 +01:00 |
|
twinaphex
|
8e95e87b2f
|
Revert "Part 1 of menu input remapping"
This reverts commit 5b2d950034 .
|
2015-01-25 04:52:26 +01:00 |
|
twinaphex
|
5b2d950034
|
Part 1 of menu input remapping
|
2015-01-25 02:14:04 +01:00 |
|
twinaphex
|
aa6452b8ca
|
Cleanup menu_input_bind_iterate
|
2015-01-23 09:14:07 +01:00 |
|
twinaphex
|
38066b6ec7
|
Add Cheat File Save As
|
2015-01-19 19:00:26 +01:00 |
|
twinaphex
|
d81e7b9fc7
|
menu_input.c - Get rid of some header includes
|
2015-01-19 18:36:36 +01:00 |
|
twinaphex
|
068943445f
|
(Input) Add input remapping files
|
2015-01-19 18:16:34 +01:00 |
|
twinaphex
|
6bbc7196a3
|
Add Input Remapping Save As option
|
2015-01-19 08:37:11 +01:00 |
|
twinaphex
|
9a39abfbf0
|
Rename menu_input.c functions so that they are all in menu_input_*
namespace
|
2015-01-11 06:42:53 +01:00 |
|
twinaphex
|
5dea7263e5
|
(menu_input.c) Cleanups
|
2015-01-11 06:34:32 +01:00 |
|
twinaphex
|
7f0ccae0d7
|
Rename menu_input_line_cb.c to menu_input.c
|
2015-01-11 06:24:44 +01:00 |
|