Home
last modified time | relevance | path

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

/dports/games/avanor/avanor-0.5.8/global/
H A Dglobal.h184 void vGetCursorPos(int * x, int * y);
H A Dglobal.cpp233 void vGetCursorPos(int * x, int * y) in vGetCursorPos() function
243 vGetCursorPos(&cx, &cy); in vGetS()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dxhero.cpp1935 vGetCursorPos(&cx, &cy); in GetTarget()