#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. |