Skip to content

FullscreenUI: Add analog control to big picture mode#14228

Open
jasaaved wants to merge 4 commits intoPCSX2:masterfrom
jasaaved:Big-Picture-Mode-Analog-Control
Open

FullscreenUI: Add analog control to big picture mode#14228
jasaaved wants to merge 4 commits intoPCSX2:masterfrom
jasaaved:Big-Picture-Mode-Analog-Control

Conversation

@jasaaved
Copy link
Copy Markdown

Description of Changes

Enables analog stick navigation in Big Picture Mode by mapping left and right stick axis events to ImGui D-pad inputs. While ImGui provides analog navigation, I did not use them due to unintended behavior (e.g., affecting sidebar navigation).

Diagonal navigation has been disabled for smoother, more predictable movement, aligning behavior more closely with Steam’s Big Picture Mode.

Rationale behind Changes

Some users may prefer using an analog stick over a D-pad for navigating menus and game titles.

Disabling diagonal inputs helps prevent accidental movement, especially with analog sticks.

Suggested Testing Steps

  1. Navigate Big Picture Mode using the left analog stick and verify it moves the selection up/down/left/right.
  2. Hold the analog stick diagonally and verify the selection does not move.
  3. Do the same with a D-pad capable of diagonal inputs and verify the same behavior.
  4. Verify D-pad navigation still works as before.

Did you use AI to help find, test, or implement this issue or feature?

Yes. I used AI to learn about and implement ImGui navigation events.

Removing diagonal navigation makes moving across titles feel smoother and works closer to Steam's big picture mode.

Fixed some coding style issues.
analog movement felt a bit too fast.
Analog inputs are now read as single event once it passes the deadzone / threshold.
@jasaaved jasaaved force-pushed the Big-Picture-Mode-Analog-Control branch from 8f22b0f to 9724fcf Compare March 29, 2026 10:09
@Mrlinkwii Mrlinkwii added this to the Release 2.8 milestone Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants