Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Devent.c324 static uchar poll_mouse_motion = FALSE; variable
906 if (poll_mouse_motion) in uiPoll()
931 poll_mouse_motion = poll; in uiSetMouseMotionPolling()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/script/
H A Dscript_cutscene.cpp992 bool poll_mouse_motion; in nscript_input_poll() local
994 poll_mouse_motion = false; in nscript_input_poll()
996 poll_mouse_motion = lua_toboolean(L, 1); in nscript_input_poll()
1059 if (poll_mouse_motion && event.type == Common::EVENT_MOUSEMOVE) { in nscript_input_poll()