twinaphex
|
389cf13db5
|
Don't reference driver->video_data outside of gx/video_driver.c anymore
|
2015-11-23 18:51:04 +01:00 |
|
twinaphex
|
60fec26bcf
|
(sdl_input.c) Use video_driver_get_ident
|
2015-11-23 14:57:24 +01:00 |
|
twinaphex
|
9b41061143
|
Rename driver->video
|
2015-11-23 14:14:12 +01:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
Twinaphex
|
57e8cfe1f9
|
Totally reimplemented MFi support
|
2015-11-16 02:39:38 +01:00 |
|
twinaphex
|
81b741e359
|
Move SDL keymap to input_keymaps.c
|
2015-11-14 08:28:59 +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 |
|
twinaphex
|
4ca5d31f9b
|
Some more static code analysis nits when ran with enable=all
|
2015-09-28 18:12:02 +02:00 |
|
twinaphex
|
450c665619
|
Create meta_key_pressed
|
2015-07-17 03:31:51 +02:00 |
|
twinaphex
|
2a881d64be
|
Name some functions the same across drivers
|
2015-07-12 08:51:13 +02:00 |
|
twinaphex
|
8fc5c85589
|
Move keymaps to input drivers
|
2015-07-10 09:55:29 +02:00 |
|
Alcaro
|
4ca6c2398c
|
More C89 cleanups, part 3
|
2015-06-26 18:35:52 +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 |
|
twinaphex
|
30a0e99972
|
(Input) Implement function pointers 'set_rumble' and 'grab_mouse'
always to prevent conditional checks
|
2015-03-24 07:51:50 +01:00 |
|
twinaphex
|
5ad9f131ce
|
Updates pt. 5
|
2015-03-20 22:32:09 +01:00 |
|
twinaphex
|
3670ef2ac5
|
Go through driver_get_ptr to grab pointer to driver struct
|
2015-03-18 19:40:00 +01:00 |
|
Higor Eurípedes
|
718ca11a43
|
Remove warnings during clang++ builds
|
2015-03-16 14:43:56 -03:00 |
|
Higor Eurípedes
|
7d1b2467da
|
(sdl_input.c) Fix CXX build
|
2015-03-16 14:01:23 -03:00 |
|
twinaphex
|
ec01703098
|
(Input) Cleanups
|
2015-03-09 18:58:09 +01:00 |
|
twinaphex
|
0912f05d39
|
Fix bug
|
2015-01-29 23:59:46 +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
|
0b2d518531
|
Rename video_context.c to video_context_driver.c
|
2015-01-12 21:53:04 +01:00 |
|
twinaphex
|
bd0f0c3f63
|
Rename gfx_context.c to video_context.c
|
2015-01-12 18:47:39 +01:00 |
|
twinaphex
|
76ad6cc344
|
Move input drivers to input/drivers
|
2015-01-12 06:16:52 +01:00 |
|