Represents an input button from an arbitrary device. More...
#include <Unified.h>
Public Member Functions | |
| UnifiedButton (DeviceType type, uint32 data) | |
| ctor  | |
| bool | operator== (const UnifiedButton &o) const | 
| <==  | |
| bool | operator!= (const UnifiedButton &o) const | 
| <!=  | |
Public Attributes | |
| DeviceType | Type | 
| The source device of the button.  | |
| uint32 | Data | 
| Data specific to the device for this button. The application should not try to interpret this value.  | |
Represents an input button from an arbitrary device.
 1.7.1