mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #1414] [MERGED] More Lib mouse #2099
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#2099
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/1414
Author: @viniciuslrangel
Created: 10/19/2024
Status: ✅ Merged
Merged: 10/19/2024
Merged by: @georgemoralis
Base:
libMouse← Head:libMouse📝 Commits (4)
0155503system/msgdialog: callback available to be used by host03d24d0sdl window: mouse capture var906008elib/pad: basic special pad impl scaffold & steering wheel0a5d13bhandle 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.