Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DWindow.h807 void window_event_scroll_mouseover_call(rct_window* w, int32_t scrollIndex, const ScreenCoordsXY& s…
H A DWindow.cpp1542 void window_event_scroll_mouseover_call(rct_window* w, int32_t scrollIndex, const ScreenCoordsXY& s… in window_event_scroll_mouseover_call() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/input/
H A DMouseInput.cpp942 window_event_scroll_mouseover_call(w, scrollId, newScreenCoords); in InputWidgetOver()