mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
retro_input_t can go now
This commit is contained in:
parent
e2b16a1f15
commit
671f9cc8cc
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue