Struct Remote::RemoteInfo
Defined in File remote.hpp
Nested Relationships
This struct is a nested type of Class Remote.
Struct Documentation
-
struct RemoteInfo
The current remote information.
Public Members
-
uint32_t updateCounter = 0
-
int16_t rightHorizontal = 0
-
int16_t rightVertical = 0
-
int16_t leftHorizontal = 0
-
int16_t leftVertical = 0
-
SwitchState leftSwitch = SwitchState::UNKNOWN
-
SwitchState rightSwitch = SwitchState::UNKNOWN
-
int16_t x = 0
-
int16_t y = 0
-
int16_t z = 0
-
bool l = false
-
bool r = false
-
struct tap::communication::serial::Remote::RemoteInfo mouse
Mouse information.
-
uint16_t key = 0
Keyboard information.
-
uint32_t updateCounter = 0