[PR #1679] [MERGED] Allow keyboard binding in nogui/fullscreen mode #620

Closed
opened 2026-01-29 19:08:49 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1679
Author: @crb04c
Created: 2/23/2021
Status: Merged
Merged: 2/24/2021
Merged by: @stenzek

Base: masterHead: nogui-keyboard-binding


📝 Commits (2)

  • 21af9fe Allow keyboard binding in nogui/fullscreen mode
  • b8927b7 Update sdl_host_interface.cpp

📊 Changes

5 files changed (+55 additions, -1 deletions)

View changed files

📝 src/duckstation-nogui/sdl_host_interface.cpp (+18 -1)
📝 src/frontend-common/controller_interface.cpp (+6 -0)
📝 src/frontend-common/controller_interface.h (+1 -0)
📝 src/frontend-common/fullscreen_ui.cpp (+29 -0)
📝 src/frontend-common/fullscreen_ui.h (+1 -0)

📄 Description

Couldn't think of a better way to abstract this currently


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/1679 **Author:** [@crb04c](https://github.com/crb04c) **Created:** 2/23/2021 **Status:** ✅ Merged **Merged:** 2/24/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `nogui-keyboard-binding` --- ### 📝 Commits (2) - [`21af9fe`](https://github.com/stenzek/duckstation/commit/21af9fe4b5a4d0c45c1d66ed67529613fdf733d8) Allow keyboard binding in nogui/fullscreen mode - [`b8927b7`](https://github.com/stenzek/duckstation/commit/b8927b7a4d75ddf5ff422c6767e81433b54bc2e0) Update sdl_host_interface.cpp ### 📊 Changes **5 files changed** (+55 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/duckstation-nogui/sdl_host_interface.cpp` (+18 -1) 📝 `src/frontend-common/controller_interface.cpp` (+6 -0) 📝 `src/frontend-common/controller_interface.h` (+1 -0) 📝 `src/frontend-common/fullscreen_ui.cpp` (+29 -0) 📝 `src/frontend-common/fullscreen_ui.h` (+1 -0) </details> ### 📄 Description Couldn't think of a better way to abstract this currently --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:08:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#620