packager
packager copied to clipboard
Hide controller cursor
Is there a way to hide the mouse cursor shown when the controller analog stick is moved to use it as a mouse pointer?
If you just want to hide the cursor, you can currently use custom CSS:
.sa-gamepad-cursor {
display: none;
}
this should work
Yes it works, thank you!