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

Add a changeable idle timeout for the cursor CursorHideIdleTime #6434

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

ProfOzpin
Copy link

Added feature request: #4930 on the Avalonia UI.

Updated ConfigurationState, Settings UI, and other relevant configuration files to add a modifiable idle timeout for the cursor
The logic targets the OnIdle case AppHost where it now calls ConfigurationState to check how much time it should wait for HideCursor()

changeable idle timeout for the cursor called
CursorHideIdleTime. (What the hardcoded variable
was called beforehand)
src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs Outdated Show resolved Hide resolved
src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs Outdated Show resolved Hide resolved
src/Ryujinx/AppHost.cs Outdated Show resolved Hide resolved
src/Ryujinx/UI/ViewModels/SettingsViewModel.cs Outdated Show resolved Hide resolved
changeable idle timeout for the cursor called
CursorHideIdleTime. (What the hardcoded variable
was called beforehand)
@ProfOzpin
Copy link
Author

Removed added whitespaces

@AcK77
Copy link
Member

AcK77 commented Mar 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui Related to Ryujinx.Ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants