Home
last modified time | relevance | path

Searched refs:MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL (Results 1 – 6 of 6) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_defines.h77 MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL enumerator
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_left.c231 if (!menu_driver_ctl(MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL, &scroll_accel)) in action_left_scroll()
H A Dmenu_cbs_right.c243 if (!menu_driver_ctl(MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL, &scroll_accel)) in action_right_scroll()
/dports/games/retroarch/RetroArch-1.9.7/menu/drivers/
H A Dxmb.c3916 menu_driver_ctl(MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL, in xmb_parse_menu_entry_action()
H A Dmaterialui.c8774 menu_driver_ctl(MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL, in materialui_parse_menu_entry_action()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c5555 case MENU_NAVIGATION_CTL_GET_SCROLL_ACCEL: in menu_driver_ctl()