Skip to content

Commit 2ece5e2

Browse files
committed
Fix QAM button bit number
1 parent 2574acf commit 2ece5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deck-components/SteamClient.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4611,8 +4611,8 @@ export interface ControllerStateChange {
46114611
* - Bit 11-13: Unknown (@todo Please provide more details if known)
46124612
* - Bit 14: Left Joystick Touch
46134613
* - Bit 15: Right Joystick Touch
4614-
* - Bit 16-18: Unknown (@todo Please provide more details if known)
4615-
* - Bit 19: Quick Access Menu
4614+
* - Bit 16-17: Unknown (@todo Please provide more details if known)
4615+
* - Bit 18: Quick Access Menu
46164616
*/
46174617
ulUpperButtons: number;
46184618
/**

0 commit comments

Comments
 (0)