twinaphex
|
deb804ab2f
|
(x11_input.c) get rid of this inline function
|
2017-06-06 23:50:51 +02:00 |
|
twinaphex
|
3d61c7fdfc
|
MSVC buildfix
|
2017-06-06 23:19:07 +02:00 |
|
Ethan Lee
|
bf20021338
|
[SDL2] Fix joypad info for SDL_GameController devices
|
2017-06-06 16:16:44 -04:00 |
|
Zoran Vuckovic
|
d88b76c26f
|
Add L/R virtual keys handling
|
2017-06-06 13:50:41 +02:00 |
|
twinaphex
|
5d78c2209f
|
Remove obsolete header
|
2017-06-06 08:30:01 +02:00 |
|
twinaphex
|
efdfb29d50
|
Turn input_joypad_is_pressed into static inline function
|
2017-06-06 08:12:53 +02:00 |
|
twinaphex
|
7685f93d00
|
input_menu_keys_pressed - don't use input_joypad_pressed
|
2017-06-06 07:59:41 +02:00 |
|
twinaphex
|
f307135d1d
|
Split up wayland input driver into separate driver; and
improve mouse support for menu
|
2017-06-06 07:34:33 +02:00 |
|
twinaphex
|
6b3dbff75f
|
Merge input_driver.c and input_joypad_driver.c
|
2017-06-06 05:56:02 +02:00 |
|
twinaphex
|
0bd998665b
|
Turn this function into static INLINE
|
2017-06-06 05:38:01 +02:00 |
|
twinaphex
|
007bb0de39
|
Buildfix
|
2017-06-06 05:36:12 +02:00 |
|
twinaphex
|
9ebfb36b4e
|
Use rarch_keysym_lut directly
|
2017-06-06 05:17:25 +02:00 |
|
twinaphex
|
e276142be3
|
(udev_input.c) Cleanup
|
2017-06-06 04:18:35 +02:00 |
|
twinaphex
|
4f22c3d13e
|
(x11_input.c) Simplifications
|
2017-06-06 04:15:45 +02:00 |
|
twinaphex
|
15c4f82dec
|
(udev_input.c) Cleanups
|
2017-06-06 03:59:52 +02:00 |
|
twinaphex
|
c3c772a79a
|
(udev) Avoid warning with helgrind - input descriptor -1 is invalid
|
2017-06-05 05:18:38 +02:00 |
|
radius
|
304a647248
|
dlopen libandroid from lib64 instead
|
2017-06-04 21:20:39 -05:00 |
|
twinaphex
|
8b945a103f
|
(udev_input.c) Set st_dev manually
|
2017-06-04 21:16:35 +02:00 |
|
Zoran Vuckovic
|
ab793b92a3
|
Remove XKBCOMMON code
|
2017-06-04 07:23:32 +02:00 |
|
Zoran Vuckovic
|
1911aadc19
|
Remove duplicate keyboard handling
|
2017-06-04 07:16:57 +02:00 |
|
twinaphex
|
85058fbe5c
|
(udev_input.c) Some cleanups and a runtime check for X11
|
2017-06-03 18:54:04 +02:00 |
|
Zoran Vuckovic
|
210da4d204
|
Add ifdef checks for X11-specific code
|
2017-06-03 18:01:27 +02:00 |
|
Zoran Vuckovic
|
05a90f7f70
|
Add mouse grab/ungrab feature
|
2017-06-03 16:26:08 +02:00 |
|
Zoran Vuckovic
|
39a9ac8444
|
Add pointer handling to fullscreen mode
|
2017-06-03 12:46:53 +02:00 |
|
Twinaphex
|
a8f1831a62
|
Merge pull request #5010 from casdevel/udev
Add multiple mice support to udev input driver
|
2017-06-02 16:45:13 +02:00 |
|
Zoran Vuckovic
|
f740776105
|
Fix capabilities report
|
2017-06-02 09:47:43 +02:00 |
|
Zoran Vuckovic
|
11559f294a
|
Add multiple mice support to udev driver
|
2017-06-02 07:57:07 +02:00 |
|
Zoran Vuckovic
|
a47ab76500
|
Add missing keymaps
|
2017-05-31 00:35:28 +02:00 |
|
Zoran Vuckovic
|
8c9e72aec1
|
Remove unused code
|
2017-05-30 21:05:55 +02:00 |
|
Zoran Vuckovic
|
451db1fac5
|
Add multiple mice support
|
2017-05-30 05:50:38 +02:00 |
|
twinaphex
|
4f678dfdfc
|
Cleanups
|
2017-05-25 15:04:55 +02:00 |
|
Brad Parker
|
a04b54006d
|
win32: disable winraw input driver for targets older than XP
|
2017-05-23 21:03:00 -04:00 |
|
twinaphex
|
80b5bcd16c
|
Cut down on some code duplication
|
2017-05-24 02:02:01 +02:00 |
|
Twinaphex
|
79d35d158a
|
Use variable
|
2017-05-22 14:16:48 +02:00 |
|
twinaphex
|
98a3d80e71
|
Cleanups
|
2017-05-22 13:57:13 +02:00 |
|
twinaphex
|
ec79d8c46a
|
Cleanups - don't keep setting joypad_info members needlessly - do
it once
|
2017-05-22 12:49:12 +02:00 |
|
twinaphex
|
371c3e56de
|
Get rid of empty function
|
2017-05-22 12:43:50 +02:00 |
|
twinaphex
|
10df6d3b54
|
Rewrite pressed functions
|
2017-05-22 12:40:19 +02:00 |
|
twinaphex
|
f62490b14f
|
Don't have inline static functions
|
2017-05-22 12:34:34 +02:00 |
|
twinaphex
|
d48ec2a9e6
|
Turn conditional into else if
|
2017-05-22 12:24:23 +02:00 |
|
twinaphex
|
d78e1da956
|
Cut down on code duplication
|
2017-05-22 12:21:11 +02:00 |
|
twinaphex
|
e7d3f36a22
|
Call input_driver_pressed_keys_internal only once
|
2017-05-22 12:15:20 +02:00 |
|
twinaphex
|
f321763b1c
|
Cleanups
|
2017-05-22 00:12:23 +02:00 |
|
twinaphex
|
c0c3bb3dbd
|
Cleanup
|
2017-05-22 00:11:46 +02:00 |
|
twinaphex
|
4963ff31f0
|
keyboard_event_xkb.c - cleanup
|
2017-05-22 00:11:28 +02:00 |
|
twinaphex
|
70bbe92154
|
Simplify input_menu_keys_pressed
|
2017-05-21 22:32:29 +02:00 |
|
twinaphex
|
d7de9facc3
|
Simplify input_keys_pressed
|
2017-05-21 22:31:15 +02:00 |
|
twinaphex
|
77d83b4782
|
Cleanups
|
2017-05-21 21:55:20 +02:00 |
|
twinaphex
|
8bf552dacd
|
Move this code to retroarch.c
|
2017-05-21 21:42:13 +02:00 |
|
twinaphex
|
f8f25602e8
|
Get rid of old_input variable
|
2017-05-21 21:24:01 +02:00 |
|