-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide menu cursor on touch devices #7437
Comments
Related to ppy/osu-framework#1514 (probably going to need to expose something framework-side to indicate a touch device is being used). |
I think it looks great and with the cursor rotation it makes the menu cursor feel fun on mobile/touch screens. Also since this is osu!, I feel like not having a menu cursor would be strange considering the type of UI that is being used especially in places like the settings where everything isn’t mobile oriented. |
a toggle is fine, but the default would be hidden. |
@ThatsNiceGuy Keep in mind that on mobile the cursor may cause unneeded lag. |
Edited description for clarification. |
Describe the new feature: Cursor showing up is not expected and looks bad on touch devices, and should be hidden. Cursor in std mode should not be hidden.
Proposal designs of the feature: When touch input is used, an invisible drawable would be drawn in place of the cursor.
The text was updated successfully, but these errors were encountered: