twinaphex
|
0ec6ef75df
|
Move early return check to input_driver.c
|
2017-01-01 04:17:58 +01:00 |
twinaphex
|
87e5c5a1bd
|
input_menu_keys_pressed - remove some more boilerplate code
|
2016-12-23 02:28:13 +01:00 |
twinaphex
|
af5aaa9db8
|
Cleanup boilerplate code in input_menu_keys_pressed
|
2016-12-23 02:22:47 +01:00 |
twinaphex
|
15c63c3de9
|
(input_driver.c) Cleanups
|
2016-12-11 09:13:24 +01:00 |
twinaphex
|
b087a7441a
|
Fix game focus toggle
|
2016-12-11 03:52:08 +01:00 |
twinaphex
|
e32d93d886
|
Remove functions
|
2016-12-07 08:14:04 +01:00 |
twinaphex
|
04a3c3f15e
|
Remove unused function input_driver_unset_flushing_input
|
2016-12-07 08:11:59 +01:00 |
twinaphex
|
a12d0d082d
|
Move input_translate_coord_viewport to video_driver.c
|
2016-12-07 08:07:11 +01:00 |
twinaphex
|
d04309fc05
|
Buildfix
|
2016-12-07 06:16:12 +01:00 |
twinaphex
|
31a7f64f2c
|
Cleanups
|
2016-12-07 05:41:08 +01:00 |
twinaphex
|
f6dcfd21cf
|
(MSVC) MSVC build fixes
|
2016-12-07 05:39:27 +01:00 |
twinaphex
|
e3620278a8
|
Add HAVE_MENU ifdefs for menu code
|
2016-12-07 03:16:34 +01:00 |
twinaphex
|
4b1c24adf9
|
- Move input flushing hack to input_keys_pressed functions
- Move menu binding state hack to menu_input_keys_pressed
|
2016-12-06 20:50:29 +01:00 |
twinaphex
|
77df0ef3ae
|
Rebase input_key_pressed/input_menu_keys_pressed
|
2016-12-06 18:12:35 +01:00 |
Adriano Moura
|
6b99eeaf88
|
Implements a hotkey for toggling mouse grabbing, hiding and hotkey blocking. Usefull for playing tyrquake with kb/m.
|
2016-12-06 03:32:28 -02:00 |
twinaphex
|
b7ea2306af
|
Remove unused input_driver_unset_hotkey_block
|
2016-12-05 05:40:51 +01:00 |
twinaphex
|
ecbfc7fd8a
|
(input_driver.c) Cleanups
|
2016-12-05 05:34:38 +01:00 |
twinaphex
|
2ba311274e
|
Simplify input_translate_coord_viewport
|
2016-12-05 05:18:36 +01:00 |
twinaphex
|
6e28aa30bb
|
Simplifications
|
2016-12-04 22:23:27 +01:00 |
twinaphex
|
a762dbcdfb
|
Simplify input_poll
|
2016-12-04 22:22:00 +01:00 |
twinaphex
|
bbbcc97f57
|
Simplify input_push_analog_dpad
|
2016-12-04 22:20:47 +01:00 |
twinaphex
|
6cdb823bb4
|
Turn input_push_analog_dpad into macro
|
2016-12-04 21:37:47 +01:00 |
twinaphex
|
85aa88f665
|
Simplify input_push_analog_dpad
|
2016-12-04 21:30:50 +01:00 |
twinaphex
|
c19a6dd018
|
Turn input_pop_analog_dpad into macro
|
2016-12-04 20:23:52 +01:00 |
twinaphex
|
59c317dc1d
|
Pass pointers to input_push_analog_dpad
|
2016-12-04 20:20:35 +01:00 |
twinaphex
|
0fdb8881cb
|
Pass pointer variables to input_pop_analog_dpad
|
2016-12-04 20:17:55 +01:00 |
twinaphex
|
1c21c001c6
|
Cleanups
|
2016-12-04 19:52:52 +01:00 |
twinaphex
|
d36e7700f7
|
(input_driver.c) Style nits
|
2016-12-03 06:14:57 +01:00 |
twinaphex
|
021559a877
|
Get rid of runloop.h dependencies inside input/ dir
|
2016-12-02 06:07:45 +01:00 |
twinaphex
|
dd5736b273
|
Turn check_input_driver_block_hotkey into macro
|
2016-12-02 05:26:37 +01:00 |
twinaphex
|
a726fc2d8e
|
Further cleanups
|
2016-12-01 04:12:56 +01:00 |
twinaphex
|
c351aed001
|
(input_driver.c) Cleanups
|
2016-12-01 03:38:25 +01:00 |
twinaphex
|
5337e494c6
|
More small cleanups
|
2016-12-01 03:01:32 +01:00 |
twinaphex
|
e6eeb8e559
|
Simplify check_input_driver_block_hotkey
|
2016-12-01 03:01:32 +01:00 |
twinaphex
|
42a3ec2cf7
|
Do conditional check before calling function
|
2016-11-27 15:43:00 +01:00 |
twinaphex
|
4e8bb52038
|
(input_overlay.c) Remove more hacks
|
2016-11-27 15:21:53 +01:00 |
twinaphex
|
267fdbe21e
|
(input_overlay.c) remove more hacks
|
2016-11-27 15:17:44 +01:00 |
twinaphex
|
7f339a8f84
|
More hacks from input_overlay.c removed
|
2016-11-27 15:12:48 +01:00 |
twinaphex
|
80798ab924
|
Remove hacky 'OSK Keyboard' overlay
|
2016-11-27 02:46:09 +01:00 |
twinaphex
|
1df7b924bf
|
Merge branch 'master' of https://github.com/libretro/RetroArch
|
2016-11-20 13:37:16 +01:00 |
twinaphex
|
0a42940332
|
(Menu keyboard) Implement pageup/pagedown
|
2016-11-20 13:36:57 +01:00 |
radius
|
53ab0cdb55
|
add menu setting and fix for keyboard
|
2016-11-19 13:48:24 -05:00 |
radius
|
f343bc45fb
|
remove these settings that we never properly implemented
|
2016-11-19 12:57:12 -05:00 |
twinaphex
|
cfa01f623d
|
input_remapping_state - remove function and inline inside input_driver.c
input_state function
|
2016-11-06 15:42:26 +01:00 |
twinaphex
|
04e3059f7f
|
Remove unused variable
|
2016-11-02 14:17:22 +01:00 |
twinaphex
|
2091c4cc2f
|
(Menu) Left analog stick controls the menu now
|
2016-11-02 13:44:34 +01:00 |
twinaphex
|
950e67b8a2
|
Use BIT64_SET
|
2016-10-30 02:58:26 +01:00 |
twinaphex
|
21c7f562f7
|
Optimize input code
|
2016-10-29 15:53:14 +02:00 |
twinaphex
|
3d91e4087f
|
input_keys_pressed - get rid of early return
|
2016-10-29 15:37:28 +02:00 |
twinaphex
|
9926686c83
|
Get rid of hardcoded MAX_USERS
|
2016-10-29 08:44:01 +02:00 |
twinaphex
|
ce98a4dd19
|
Get rid of now unused input_driver_key_pressed
|
2016-10-29 04:57:28 +02:00 |
twinaphex
|
0d5d3b27be
|
No longer use key_pressed
|
2016-10-29 04:48:51 +02:00 |
twinaphex
|
f1b2caa138
|
Rewrite input_keys_pressed
|
2016-10-29 04:41:45 +02:00 |
twinaphex
|
9eecd774d1
|
input_menu_keys_pressed - second joypad driver should be
working now too
|
2016-10-29 04:33:57 +02:00 |
twinaphex
|
93af926f76
|
Cleanups
|
2016-10-29 04:09:50 +02:00 |
twinaphex
|
5d90b774da
|
Fixes remaining input issues courtesy of bparker
|
2016-10-29 04:00:36 +02:00 |
twinaphex
|
2a0dba3009
|
Move all_users_control_menu code to input/input_driver.c
|
2016-10-27 06:53:06 +02:00 |
twinaphex
|
660f021dbc
|
Simplify input_menu_keys_pressed
|
2016-10-27 06:49:18 +02:00 |
twinaphex
|
8f30b3e706
|
Update menu_keys_pressed
|
2016-10-27 06:34:53 +02:00 |
Twinaphex
|
2cd82ff2c2
|
Merge pull request #3870 from libretro/master
Merge
|
2016-10-27 04:49:46 +02:00 |
aliaspider
|
a4d745a471
|
preliminary port to the wiiu platform
|
2016-10-27 01:34:10 +01:00 |
twinaphex
|
a9a2749af9
|
Add input_menu_keys_pressed
|
2016-10-27 00:13:29 +02:00 |
twinaphex
|
7a18b053c4
|
C89_BUILD fixes
|
2016-10-24 05:57:13 +02:00 |
twinaphex
|
3702fde113
|
Simplify some input/video functions
|
2016-10-24 03:05:55 +02:00 |
twinaphex
|
8cc5b09428
|
Get rid of slow wrapper function input_driver_state
|
2016-10-23 04:38:08 +02:00 |
twinaphex
|
f03e22b003
|
Revert "Do away with some NULL checks"
This reverts commit 07d86a7feb .
|
2016-10-22 17:45:14 +02:00 |
twinaphex
|
07d86a7feb
|
Do away with some NULL checks
|
2016-10-22 17:31:20 +02:00 |
twinaphex
|
d24c1a280d
|
input_poll - avoid function call
|
2016-10-22 17:29:19 +02:00 |
twinaphex
|
e2b16a1f15
|
Use straight uint64_t types for input states
|
2016-10-22 17:03:20 +02:00 |
twinaphex
|
ba6ae50e70
|
Revert "input_keys_pressed - start splitting up big for loop into"
This reverts commit a564ac0701 .
|
2016-10-22 16:23:16 +02:00 |
twinaphex
|
a564ac0701
|
input_keys_pressed - start splitting up big for loop into
optimized smaller parts
|
2016-10-22 07:05:19 +02:00 |
twinaphex
|
4d002ec682
|
Don't have to grab this
|
2016-10-22 06:33:15 +02:00 |
twinaphex
|
6226abb3f8
|
(input_driver.c) Small cleanups
|
2016-10-22 06:05:05 +02:00 |
twinaphex
|
8fbec2348e
|
Move turbo button code to input_poll (should verify if
turbo buttons still work up to this point)
|
2016-10-22 06:00:42 +02:00 |
twinaphex
|
88738b4ef5
|
Don't need to do analog dpad code for input_keys_pressed
|
2016-10-21 22:37:49 +02:00 |
twinaphex
|
ee8176772d
|
Move state tracker nput code to input/input_driver.c
|
2016-10-21 22:19:35 +02:00 |
twinaphex
|
aa795a9238
|
input_keys_pressed - small cleanup
|
2016-10-21 22:04:20 +02:00 |
twinaphex
|
6b30c41595
|
Simplify input_keys_pressed
|
2016-10-21 21:12:12 +02:00 |
twinaphex
|
87fb7738f7
|
Cleanups
|
2016-10-20 03:42:57 +02:00 |
twinaphex
|
e85fca7b75
|
input_state and input_keys_pressed - prevent some more
function calls
|
2016-10-20 03:39:32 +02:00 |
twinaphex
|
5eb5195169
|
input_keys_pressed - get rid of unnecessary for loop
|
2016-10-20 03:10:36 +02:00 |
twinaphex
|
4a56ed618a
|
Simplify input_keys_pressed
|
2016-10-20 02:39:45 +02:00 |
twinaphex
|
6746b06e73
|
input_driver_keys_pressed - merge into input_keys_pressed
|
2016-10-20 02:24:45 +02:00 |
twinaphex
|
f08609361e
|
input_keys_pressed - prevent extraneous leaf function calls
|
2016-10-20 02:22:48 +02:00 |
twinaphex
|
546dd0422f
|
Don't call extraneous functions inside input_keys_pressed
|
2016-10-20 02:20:40 +02:00 |
twinaphex
|
b2dcd44c3a
|
(input_driver.c) Prevent implicit memsets
|
2016-10-16 01:20:50 +02:00 |
twinaphex
|
49a9f189e9
|
Prevent divide by zero
|
2016-09-24 17:08:46 +02:00 |
twinaphex
|
3247de9afa
|
Cleanup
|
2016-09-12 18:39:46 +02:00 |
twinaphex
|
74c186c184
|
Cleanups
|
2016-09-08 08:08:50 +02:00 |
twinaphex
|
642e46779b
|
Cleanups
|
2016-09-06 23:59:43 +02:00 |
twinaphex
|
acd4dd527b
|
Header include cleanups
|
2016-09-05 18:31:32 +02:00 |
twinaphex
|
4571dc33fc
|
header include cleanups
|
2016-09-05 17:29:19 +02:00 |
twinaphex
|
3dff698644
|
Turn retro_input_t into struct
|
2016-06-25 09:04:00 +02:00 |
twinaphex
|
cf996f724e
|
Rename HAVE_NETWORK_GAMEPAD to HAVE_NETWORKGAMEPAD - and
don't bake it in for the C89 build
|
2016-06-07 15:23:07 +02:00 |
twinaphex
|
25eaab0a2b
|
Start passing input_overlay_t * state around to other functions
|
2016-05-24 23:15:19 +02:00 |
twinaphex
|
3dc55d4e72
|
command.c - cleanups
|
2016-05-09 21:36:17 +02:00 |
twinaphex
|
b3422b33fd
|
Add parameter to command_new
|
2016-05-09 21:25:37 +02:00 |
twinaphex
|
f15f28ce02
|
Refactor some command code
|
2016-05-09 21:23:53 +02:00 |
twinaphex
|
3c74031c2f
|
Rename rarch_cmd to command
|
2016-05-09 20:10:08 +02:00 |
twinaphex
|
344d1bf949
|
move remote.c to input/
|
2016-05-09 17:37:29 +02:00 |