Call before using other functions!
This is a "cheat sheet" for "window_mouse_queue" extension by YellowAfterlife.
The extension can be found on itch.io
The source code can be found on GitHub.
Quick display controls: Categories · Sections · Everything ·
Adds mouse coordinates since the last call to the two provided
Returns the number of items added.
Note that this does not clear the lists before adding new items!
Discards the accumulated coordinates without returning them.
If you aren't going to do anything with coordinates for this frame, you should call this function to avoid coordinate build-up.
Returns the number of position currently in the queue.
Returns X coordinate of a position in the queue.
Returns Y coordinate of a position in the queue.
Returns the timestamp of a position in the queue.
ds_lists
.
timelist
(optional) is populated with
timestamps of unspecific precision.