mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1266] [MERGED] imgui/renderer: Hide Cursor on Idle Implementation #2027
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2027
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1266
Author: @Exhigh
Created: 10/6/2024
Status: ✅ Merged
Merged: 10/8/2024
Merged by: @georgemoralis
Base:
main← Head:Hide-Cursor-Impl📝 Commits (2)
d4627fdimgui/renderer: Hide Cursor on Idle Implementationbf47cc0Merge branch 'main' into Hide-Cursor-Impl📊 Changes
7 files changed (+296 additions, -12 deletions)
View changed files
📝
src/common/config.cpp(+24 -0)📝
src/common/config.h(+8 -0)📝
src/imgui/renderer/imgui_impl_sdl3.cpp(+40 -2)📝
src/qt_gui/settings_dialog.cpp(+31 -0)📝
src/qt_gui/settings_dialog.h(+1 -0)📝
src/qt_gui/settings_dialog.ui(+192 -4)📝
src/sdl_window.cpp(+0 -6)📄 Description
Implement hide cursor on idle w/ idle timeout duration (configurable via GUI). While at it add always and never to hide the cursor options as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.