Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Fix warnings about GamepadButtonReleased #451

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

Belchy06
Copy link
Collaborator

Relevant components:

  • Signalling server
  • Frontend library
  • Frontend UI library
  • Matchmaker
  • Platform scripts
  • SFU

Problem statement:

GamepadButtonReleased is not successfully triggered as the data array doesn't match the expected values.

image

Solution

The solution is to modify the data array sent with GamepadButtonReleased to be the expected size. In this case, that requires sending an additional int (which defaults to 0) to represent the IsRepeat data.

Test Plan and Compatibility

Tested using a Xbox Series X/S Wireless Controller

@mcottontensor mcottontensor merged commit 87b9c9a into EpicGames:master Dec 13, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants