mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #582] [CLOSED] CommonHostInterface: Support parsing multiple mappings per binding entry #45
Reference in New Issue
Block a user
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/stenzek/duckstation/pull/582
Author: @ggrtk
Created: 6/30/2020
Status: ❌ Closed
Base:
master← Head:analog-controller📝 Commits (2)
f8923b6SDLControllerInterface: Prefer cbutton.which for button events3198c8fCommonHostInterface: Support parsing multiple mappings per binding entry📊 Changes
3 files changed (+60 additions, -25 deletions)
View changed files
📝
src/frontend-common/common_host_interface.cpp(+50 -24)📝
src/frontend-common/common_host_interface.h(+9 -0)📝
src/frontend-common/sdl_controller_interface.cpp(+1 -1)📄 Description
Adds support for multiple mappings per emulated controller axis/button. Format is comma-separated, e.g.
ButtonUp = Keyboard/W,Controller0/Button11.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.