3#include "BLEBaseEvent.h"
Definition BLEBaseEvent.h:5
Definition BLEControlsEvent.h:5
float leftTrigger
Pressure level of a left trigger. Takes values between 0.0 and 1.0. No pressure should yield 0....
Definition BLEControlsEvent.h:90
bool xbox
Xbox button, also known as guide button.
Definition BLEControlsEvent.h:106
bool dpadDown
Down button on the directional pad.
Definition BLEControlsEvent.h:62
bool rightBumper
Right bumper button, also known as the R1 or R shoulder button.
Definition BLEControlsEvent.h:86
bool dpadUp
Up button on the directional pad.
Definition BLEControlsEvent.h:59
bool share
Share button.
Definition BLEControlsEvent.h:97
float rightStickY
Right stick deflection along the Y-axis. Takes values between -1.0 and 1.0. No deflection should yiel...
Definition BLEControlsEvent.h:50
float leftStickX
Left stick deflection along the X-axis. Takes values between -1.0 and 1.0. No deflection should yield...
Definition BLEControlsEvent.h:26
bool buttonX
Face button B, also known as the triangle button.
Definition BLEControlsEvent.h:77
bool menu
Menu button, also known as start button.
Definition BLEControlsEvent.h:100
float leftStickY
Left stick deflection along the Y-axis. Takes values between -1.0 and 1.0. No deflection should yield...
Definition BLEControlsEvent.h:34
bool buttonA
Face button A, also known as the cross button.
Definition BLEControlsEvent.h:71
bool buttonB
Face button B, also known as the circle button.
Definition BLEControlsEvent.h:74
bool leftBumper
Left bumper button, also known as the L1 or L shoulder button.
Definition BLEControlsEvent.h:83
float rightStickX
Right stick deflection along the X-axis. Takes values between -1.0 and 1.0. No deflection should yiel...
Definition BLEControlsEvent.h:42
bool rightStickButton
Button activated when pressing down on the right stick, also known as the R3 button.
Definition BLEControlsEvent.h:56
bool dpadLeft
Left button on the directional pad.
Definition BLEControlsEvent.h:65
bool view
View button, also known as back button.
Definition BLEControlsEvent.h:103
bool leftStickButton
Button activated when pressing down on the left stick, also known as the L3 button.
Definition BLEControlsEvent.h:53
bool dpadRight
Right button on the directional pad.
Definition BLEControlsEvent.h:68
bool buttonY
Face button B, also known as the square button.
Definition BLEControlsEvent.h:80
float rightTrigger
Pressure level of a right trigger. Takes values between 0.0 and 1.0. No pressure should yield 0....
Definition BLEControlsEvent.h:94