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 2ece5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deck-components/SteamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4611,8 +4611,8 @@ export interface ControllerStateChange {
* - Bit 11-13: Unknown (@todo Please provide more details if known)
* - 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 16-17: Unknown (@todo Please provide more details if known)
* - Bit 18: Quick Access Menu
*/
ulUpperButtons: number;
/**
Expand Down

0 comments on commit 2ece5e2

Please sign in to comment.