Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/wince/CEkeys/
H A DEventsBuffer.h38 static bool simulateMouseLeftClick(int x, int y, bool pushed);
H A DEventsBuffer.cpp53 bool EventsBuffer::simulateMouseLeftClick(int x, int y, bool pushed) { in simulateMouseLeftClick() function in CEKEYS::EventsBuffer
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/graphics/wincesdl/
H A Dwincesdl-graphics.cpp333 EventsBuffer::simulateMouseLeftClick(x, y, pushed); in add_left_click()