Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemevents.c53 static void do_mouse(_THIS, short mx, short my, short mb, short ks);
137 do_mouse(this, mousex, mousey, mouseb, kstate); in GEM_PumpEvents()
293 static void do_mouse(_THIS, short mx, short my, short mb, short ks) in do_mouse() function