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
|
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.
|
/* Specialized _MOUSE that targets the full screen regardless of viewport.
|
||||||
*/
|
*/
|
||||||
#define RARCH_DEVICE_MOUSE_SCREEN (RETRO_DEVICE_MOUSE | 0x10000)
|
#define RARCH_DEVICE_MOUSE_SCREEN (RETRO_DEVICE_MOUSE | 0x10000)
|
||||||
|
|
Loading…
Reference in New Issue