Public Member Functions | Public Attributes

INPUT::UnifiedButton Struct Reference

Represents an input button from an arbitrary device. More...

#include <Unified.h>

List of all members.

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.

Detailed Description

Represents an input button from an arbitrary device.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends