mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1797] [CLOSED] KBM-only remapping #2311
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#2311
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/1797
Author: @kalaposfos13
Created: 12/15/2024
Status: ❌ Closed
Base:
main← Head:kbm-only📝 Commits (10+)
6f7bf0bSquashed commits97e2f78Partly address the review comments346c5ccClang09856dfMore work on review commentsb02087a^9146ca0Merge remote-tracking branch 'origin/main' into kbm-onlyc5cde12Merge remote-tracking branch 'origin/main' into kbm-only9aec35bRefactor code4ac5d17Merge remote-tracking branch 'origin/main' into kbm-only7e10d78Workaround to make mouse input work with the game being inside an ImGui window📊 Changes
17 files changed (+1840 additions, -215 deletions)
View changed files
📝
CMakeLists.txt(+8 -0)📝
README.md(+29 -27)📝
src/common/config.cpp(+77 -0)📝
src/common/config.h(+3 -0)📝
src/imgui/renderer/imgui_core.cpp(+1 -1)📝
src/input/controller.cpp(+1 -1)➕
src/input/input_handler.cpp(+613 -0)➕
src/input/input_handler.h(+382 -0)➕
src/input/input_mouse.cpp(+74 -0)➕
src/input/input_mouse.h(+18 -0)➕
src/qt_gui/kbm_config_dialog.cpp(+237 -0)➕
src/qt_gui/kbm_config_dialog.h(+38 -0)➕
src/qt_gui/kbm_help_dialog.cpp(+112 -0)➕
src/qt_gui/kbm_help_dialog.h(+165 -0)📝
src/qt_gui/main_window.cpp(+10 -0)📝
src/sdl_window.cpp(+69 -185)📝
src/sdl_window.h(+3 -1)📄 Description
This is a modified version of my remapping PR that only contains the keyboard and mouse part, as this is already complete and has proven to be mostly bug-free, as it has been extensively tested by people using @diegolix29's fork. The controller part is still WIP and is not ready for merging yet, so until that's ready too, I'll just put this out here following @rainmakerv3's advice. The code still has some controller remapping elements left in, but they aren't hooked up to the main input loop. If I left in anything that I shouldn't have, please let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.