Gainput  v1.0.0
Public Attributes | List of all members
gainput::RecordedDeviceButtonChange Struct Reference

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.
 
}; 
 

Detailed Description

A single recorded change for a device button.


The documentation for this struct was generated from the following file: