mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
menu_input_mouse_state - cleanups
This commit is contained in:
parent
4ba487df99
commit
138e4bc78b
@ -1018,13 +1018,9 @@ int16_t menu_input_pointer_state(enum menu_input_pointer_state state)
|
||||
|
||||
int16_t menu_input_mouse_state(enum menu_input_mouse_state state)
|
||||
{
|
||||
menu_input_t *menu = menu_input_get_ptr();
|
||||
unsigned type = 0;
|
||||
unsigned type = 0;
|
||||
unsigned device = RETRO_DEVICE_MOUSE;
|
||||
|
||||
if (!menu)
|
||||
return 0;
|
||||
|
||||
switch (state)
|
||||
{
|
||||
case MENU_MOUSE_X_AXIS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user