Queries the (mouse) pointer position.
[x, y] coordinates of the pointer as an array
const position = query_pointer_position();position[0]; // xposition[1]; // y Copy
const position = query_pointer_position();position[0]; // xposition[1]; // y
Queries the (mouse) pointer position.