mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #633] [CLOSED] Mouse lib implementation #1680
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#1680
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/633
Author: @georgemoralis
Created: 8/28/2024
Status: ❌ Closed
Base:
main← Head:libMouse📝 Commits (5)
b1f764dadding mouse module (initial)bdf31famore work in mouse lib2ee4e87fixed a test92b9903fix filter8dc956aMore Lib mouse (#1414)📊 Changes
18 files changed (+868 additions, -138 deletions)
View changed files
📝
CMakeLists.txt(+5 -1)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/core/libraries/error_codes.h(+7 -0)📝
src/core/libraries/libs.cpp(+2 -0)➕
src/core/libraries/mouse/mouse.cpp(+207 -0)➕
src/core/libraries/mouse/mouse.h(+53 -0)📝
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(+81 -0)➕
src/input/mouse.h(+45 -0)📝
src/sdl_window.cpp(+56 -0)📝
src/sdl_window.h(+7 -1)📄 Description
Some games seems to use mouse among with pad (keyboard,gamepad). So tried to implemented this , but i miss something it seems.
So far added only mouse buttons , but doesn't seem to response .
If someone has any idea (turok is one game that uses it , but i remember see it in a lot third person shooters ,or point and click games)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.