mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Remove this - unneeded
This commit is contained in:
parent
678ec1b662
commit
d40af3143f
@ -824,12 +824,8 @@ bool menu_input_ctl(enum menu_input_ctl_state state, void *data)
|
||||
|
||||
static int menu_input_mouse(unsigned *action)
|
||||
{
|
||||
video_viewport_t vp;
|
||||
menu_input_t *menu_input = menu_input_get_ptr();
|
||||
|
||||
if (!video_driver_ctl(RARCH_DISPLAY_CTL_VIEWPORT_INFO, &vp))
|
||||
return -1;
|
||||
|
||||
if (menu_input->mouse.hwheeldown)
|
||||
{
|
||||
*action = MENU_ACTION_LEFT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user