[PR #1266] [MERGED] imgui/renderer: Hide Cursor on Idle Implementation #2027

Closed
opened 2026-02-27 21:14:54 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: Hide-Cursor-Impl


📝 Commits (2)

  • d4627fd imgui/renderer: Hide Cursor on Idle Implementation
  • bf47cc0 Merge 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.

  • Revert commit #1211 as to not interfere with the cursor states.
  • Make hide cursor on idle as the default setting w/ timeout duration of 5 seconds to hide.
  • Add an input tab in the settings page to add the hide cursor setting, with hiding the idle timeout box with respect to the cursor hide option.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1266 **Author:** [@Exhigh](https://github.com/Exhigh) **Created:** 10/6/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `Hide-Cursor-Impl` --- ### 📝 Commits (2) - [`d4627fd`](https://github.com/shadps4-emu/shadPS4/commit/d4627fd2e1f9f68f2f84d0403520d916ad595ecc) imgui/renderer: Hide Cursor on Idle Implementation - [`bf47cc0`](https://github.com/shadps4-emu/shadPS4/commit/bf47cc05f27c80b5242a1c62c2a7152636daf18a) Merge branch 'main' into Hide-Cursor-Impl ### 📊 Changes **7 files changed** (+296 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. * Revert commit #1211 as to not interfere with the cursor states. * Make hide cursor on idle as the default setting w/ timeout duration of 5 seconds to hide. * Add an input tab in the settings page to add the hide cursor setting, with hiding the idle timeout box with respect to the cursor hide option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2027
No description provided.