Skip to content
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

[Feature Request] Allow to set a custom value for "Hide Cursor On Idle". #4930

Open
CGURS opened this issue May 13, 2023 · 1 comment · May be fixed by #6720
Open

[Feature Request] Allow to set a custom value for "Hide Cursor On Idle". #4930

CGURS opened this issue May 13, 2023 · 1 comment · May be fixed by #6720
Labels
enhancement New feature or request good first issue This issue would be a great starting point for someone new to the project. gui Related to Ryujinx.Ui

Comments

@CGURS
Copy link

CGURS commented May 13, 2023

Overview

Hello, if it is not too much inconvenience, I would like to request the possibility to choose after how many seconds the cursor should be hidden.

Smaller details

1

Nature of request

It provides greater flexibility to suit the individual preferences of each user.

Why would this feature be useful?

This way, those who would like to have "Hide Cursor On Idle" enabled, but find 5 seconds of waiting too long or too short, can set the amount they feel is appropriate.
Thank you.

@MutantAura MutantAura added enhancement New feature or request gui Related to Ryujinx.Ui labels May 14, 2023
@TSRBerry TSRBerry added the good first issue This issue would be a great starting point for someone new to the project. label Feb 8, 2024
@CloudeaSoft
Copy link

I'm trying to add this setting option. ^_^

CloudeaSoft added a commit to CloudeaSoft/Ryujinx that referenced this issue Mar 7, 2024
… in SettingsUIView. To: [Feature Request] Allow to set a custom value for "Hide Cursor On Idle". Ryujinx#4930
Dansla116 added a commit to Dansla116/Ryujinx that referenced this issue Apr 26, 2024
Fixes Ryujinx#4930

In SettingsWindow.cs and SettingsWindow.glade:
Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.

In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
Load the saved value, or default 5 seconds if no value exists.
Save the custom set value to the config file.

In SettingsViewModel.cs:
Catch when the idle time setting is changed while a game is running, and change the value live.
Dansla116 added a commit to Dansla116/Ryujinx that referenced this issue Apr 26, 2024
Fixes Ryujinx#4930

In SettingsWindow.cs and SettingsWindow.glade:
Replaced Always/On Idle/Never radio buttons with a dropdown (combo box).
When selecting "On Idle", a "Seconds" label and numeric text box (spinner) appear.  The spinner is limited 1-10.

In ConfigurationFileFormat.cs and ConfigurationState.cs, and SettingsViewModel.cs:
Load the saved value, or default 5 seconds if no value exists.
Save the custom set value to the config file.

In SettingsViewModel.cs:
Catch when the idle time setting is changed while a game is running, and change the value live.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue This issue would be a great starting point for someone new to the project. gui Related to Ryujinx.Ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants