[PR #1414] [MERGED] More Lib mouse #2099

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1414
Author: @viniciuslrangel
Created: 10/19/2024
Status: Merged
Merged: 10/19/2024
Merged by: @georgemoralis

Base: libMouseHead: libMouse


📝 Commits (4)

  • 0155503 system/msgdialog: callback available to be used by host
  • 03d24d0 sdl window: mouse capture var
  • 906008e lib/pad: basic special pad impl scaffold & steering wheel
  • 0a5d13b handle all mouse inputs & ask to capture when first opened

📊 Changes

14 files changed (+635 additions, -227 deletions)

View changed files

📝 src/core/libraries/error_codes.h (+7 -0)
📝 src/core/libraries/mouse/mouse.cpp (+106 -17)
📝 src/core/libraries/mouse/mouse.h (+6 -3)
📝 src/core/libraries/pad/pad.cpp (+332 -114)
📝 src/core/libraries/pad/pad.h (+6 -0)
📝 src/core/libraries/system/msgdialog_ui.cpp (+26 -11)
📝 src/core/libraries/system/msgdialog_ui.h (+19 -3)
📝 src/imgui/renderer/imgui_core.cpp (+1 -1)
📝 src/imgui/renderer/imgui_impl_sdl3.cpp (+14 -6)
📝 src/imgui/renderer/imgui_impl_sdl3.h (+5 -1)
📝 src/input/mouse.cpp (+47 -46)
📝 src/input/mouse.h (+15 -13)
📝 src/sdl_window.cpp (+45 -12)
📝 src/sdl_window.h (+6 -0)

📄 Description

No description provided


🔄 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/1414 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `libMouse` ← **Head:** `libMouse` --- ### 📝 Commits (4) - [`0155503`](https://github.com/shadps4-emu/shadPS4/commit/015550384cb1c8b731a89633055aea855a5a022b) system/msgdialog: callback available to be used by host - [`03d24d0`](https://github.com/shadps4-emu/shadPS4/commit/03d24d0fd50f7730ead641b831e5fa550457873a) sdl window: mouse capture var - [`906008e`](https://github.com/shadps4-emu/shadPS4/commit/906008e5d7245358c9fc49ca2a700d73b85183aa) lib/pad: basic special pad impl scaffold & steering wheel - [`0a5d13b`](https://github.com/shadps4-emu/shadPS4/commit/0a5d13baa5f209dff31b57a777fe25810d6f63f1) handle all mouse inputs & ask to capture when first opened ### 📊 Changes **14 files changed** (+635 additions, -227 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/error_codes.h` (+7 -0) 📝 `src/core/libraries/mouse/mouse.cpp` (+106 -17) 📝 `src/core/libraries/mouse/mouse.h` (+6 -3) 📝 `src/core/libraries/pad/pad.cpp` (+332 -114) 📝 `src/core/libraries/pad/pad.h` (+6 -0) 📝 `src/core/libraries/system/msgdialog_ui.cpp` (+26 -11) 📝 `src/core/libraries/system/msgdialog_ui.h` (+19 -3) 📝 `src/imgui/renderer/imgui_core.cpp` (+1 -1) 📝 `src/imgui/renderer/imgui_impl_sdl3.cpp` (+14 -6) 📝 `src/imgui/renderer/imgui_impl_sdl3.h` (+5 -1) 📝 `src/input/mouse.cpp` (+47 -46) 📝 `src/input/mouse.h` (+15 -13) 📝 `src/sdl_window.cpp` (+45 -12) 📝 `src/sdl_window.h` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:11 +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#2099
No description provided.