mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1258] [MERGED] Add support to click touchpad using back button on non PS4/5 controllers #2023
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#2023
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/1258
Author: @fireph
Created: 10/6/2024
Status: ✅ Merged
Merged: 10/8/2024
Merged by: @georgemoralis
Base:
main← Head:touchpad-back-button📝 Commits (10+)
ade79afWorking touchpad supportfb4a42cfix lint41882a1Add support to click touchpad using back button on other controllersea5c3aeadd description textcad5477make more generic so translations can be supported in combobox77927bfMerge remote-tracking branch 'upstream/main' into touchpad-back-button1229c03fix lintf0de2e8linter again1da4d76support back button to touchpad for spacebar as welle33852aMerge remote-tracking branch 'upstream/main' into touchpad-back-button📊 Changes
7 files changed (+136 additions, -17 deletions)
View changed files
📝
README.md(+1 -1)📝
src/common/config.cpp(+12 -0)📝
src/common/config.h(+2 -0)📝
src/qt_gui/settings_dialog.cpp(+24 -0)📝
src/qt_gui/settings_dialog.ui(+38 -14)📝
src/qt_gui/translations/en.ts(+35 -0)📝
src/sdl_window.cpp(+24 -2)📄 Description
Takes the back button and allows the user to change the behavior of how it clicks the touchpad. The current options are left, right, center, and none. It currently defaults to left, but I am open to changing this if "None" seems to be a better default. I could also change this to just 2 floats from 0->1 for x and y if we want something more generic in the settings, but I am open to any feedback on this.
Depends on https://github.com/shadps4-emu/shadPS4/pull/1257
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.