how does one make the cursor disappear and how might i force the cursor to go to a specified screen location?
Just use Component::setMouseCursor() to show a blank cursor.
And Desktop::setMousePosition() to move it.
how does one make the cursor disappear and how might i force the cursor to go to a specified screen location?
Just use Component::setMouseCursor() to show a blank cursor.
And Desktop::setMousePosition() to move it.