Skip to content

Commit

Permalink
Fix QAM button bit number
Browse files Browse the repository at this point in the history
  • Loading branch information
PartyWumpus committed Mar 24, 2024
1 parent 2574acf commit d0baaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deck-components/SteamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4612,7 +4612,7 @@ export interface ControllerStateChange {
* - Bit 14: Left Joystick Touch
* - Bit 15: Right Joystick Touch
* - Bit 16-18: Unknown (@todo Please provide more details if known)
* - Bit 19: Quick Access Menu
* - Bit 17: Quick Access Menu
*/
ulUpperButtons: number;
/**
Expand Down

0 comments on commit d0baaab

Please sign in to comment.