01-03-2023, 06:28 AM
WHILE _MOUSEINPUT: WEND
While.... there's input in the mouse update buffer
Repeat
It basically clears and updates the mouse buffers so you're getting the current mouse status rather than some backlog of past X/Y positions which doesn't mean anything to you anymore.
While.... there's input in the mouse update buffer
Repeat
It basically clears and updates the mouse buffers so you're getting the current mouse status rather than some backlog of past X/Y positions which doesn't mean anything to you anymore.