Home
last modified time | relevance | path

Searched refs:mouse_wheel_left (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/uwp/
H A Duwp_main.cpp193 short mouse_wheel_left; member
498 uwp_next_input.mouse_wheel_left += args->CurrentPoint->Properties->MouseWheelDelta;
712 uwp_next_input.mouse_wheel_left %= WHEEL_DELTA; in uwp_input_next_frame()
754 return uwp_current_input.mouse_wheel_left > WHEEL_DELTA; in uwp_mouse_state()
756 return uwp_current_input.mouse_wheel_left < -WHEEL_DELTA; in uwp_mouse_state()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dmouse_handler_base.hpp189 virtual void mouse_wheel_left(int /*x*/, int /*y*/, const bool /*browse*/) in mouse_wheel_left() function in events::mouse_handler_base
H A Dmouse_handler_base.cpp334 mouse_wheel_left(x, y, browse); in mouse_wheel()