Requests the cursor be moved to coordinates (x, y) on next render.
void requestCursorMove(int x, int y) { _cursorX = x; _cursorY = y; }