Home
last modified time | relevance | path

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

/dports/games/galaxyhack/galaxyhack/src/
H A DGenWindow.h25 void WinMouseM(Uint8 state, Uint16 x, Uint16 y);
H A DGenWindow.cpp82 void WinMouseM(Uint8 state, Uint16 x, Uint16 y) { in WinMouseM() function
H A DMain.cpp503 WinMouseM(event.motion.state, event.motion.x, event.motion.y); in DealWithEvent()