Gainput
v1.0.0
|
A single recorded change for a device button. More...
#include <GainputInputRecording.h>
Public Attributes | |
uint64_t | time |
The time at which the change occurred. | |
DeviceId | deviceId |
The ID of the device owning the button that changed. | |
DeviceButtonId | buttonId |
The ID of the button that changed. | |
union { | |
bool b | |
If the button's type is BT_BOOL, this contains the new value. | |
float f | |
If the button's type is BT_FLOAT, this contains the new value. | |
}; | |
A single recorded change for a device button.