mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-19 17:36:33 +00:00
retro_input_t can go now
This commit is contained in:
parent
e2b16a1f15
commit
671f9cc8cc
@ -96,12 +96,6 @@ enum analog_dpad_mode
|
||||
ANALOG_DPAD_LAST
|
||||
};
|
||||
|
||||
typedef struct retro_input
|
||||
{
|
||||
unsigned type;
|
||||
uint64_t state;
|
||||
} retro_input_t;
|
||||
|
||||
/* Specialized _MOUSE that targets the full screen regardless of viewport.
|
||||
*/
|
||||
#define RARCH_DEVICE_MOUSE_SCREEN (RETRO_DEVICE_MOUSE | 0x10000)
|
||||
|
Loading…
x
Reference in New Issue
Block a user