Skip to content

Commit 88a7856

Browse files
committed
Hint on how to figure out if the left pad is pressed
1 parent 038dbec commit 88a7856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/steam_controller/steam_controller.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enum class Button
2828
NEXT = (0x40U << 8U), // Right arrow button.
2929
LG = (0x80U << 8U), // Left grip button.
3030
RG = (0x01U << 16U), // Right grip button.
31-
STICK = (0x02U << 16U), // Stick is pressed down.
31+
STICK = (0x02U << 16U), // Stick or left pad is pressed down.
3232
RPAD = (0x04U << 16U), // Right pad pressed.
3333
LFINGER = (0x08U << 16U), // If set, a finger is touching left touch pad.
3434
RFINGER = (0x10U << 16U), // If set, a finger is touching right touch pad.

0 commit comments

Comments
 (0)