packager icon indicating copy to clipboard operation
packager copied to clipboard

Hide controller cursor

Open Alestore opened this issue 2 years ago • 2 comments

Is there a way to hide the mouse cursor shown when the controller analog stick is moved to use it as a mouse pointer?

image

Alestore avatar May 28 '22 14:05 Alestore

If you just want to hide the cursor, you can currently use custom CSS:

.sa-gamepad-cursor {
  display: none;
}

this should work

GarboMuffin avatar May 28 '22 23:05 GarboMuffin

Yes it works, thank you!

Alestore avatar Jun 02 '22 14:06 Alestore