We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038dbec commit 88a7856Copy full SHA for 88a7856
include/steam_controller/steam_controller.hpp
@@ -28,7 +28,7 @@ enum class Button
28
NEXT = (0x40U << 8U), // Right arrow button.
29
LG = (0x80U << 8U), // Left grip button.
30
RG = (0x01U << 16U), // Right grip button.
31
- STICK = (0x02U << 16U), // Stick is pressed down.
+ STICK = (0x02U << 16U), // Stick or left pad is pressed down.
32
RPAD = (0x04U << 16U), // Right pad pressed.
33
LFINGER = (0x08U << 16U), // If set, a finger is touching left touch pad.
34
RFINGER = (0x10U << 16U), // If set, a finger is touching right touch pad.
0 commit comments