#include <OVR_HIDDevice.h>

Classes | |
| class | HIDHandler |
Public Member Functions | |
| virtual bool | GetFeatureReport (UByte *data, UInt32 length)=0 |
| HIDDevice () | |
| virtual bool | SetFeatureReport (UByte *data, UInt32 length)=0 |
| void | SetHandler (HIDHandler *handler) |
| virtual | ~HIDDevice () |
Protected Attributes | |
| HIDHandler * | Handler |
Definition at line 93 of file OVR_HIDDevice.h.
| OVR::HIDDevice::HIDDevice | ( | ) | [inline] |
Definition at line 97 of file OVR_HIDDevice.h.
| virtual OVR::HIDDevice::~HIDDevice | ( | ) | [inline, virtual] |
Reimplemented in OVR::Win32::HIDDevice, OVR::OSX::HIDDevice, and OVR::Linux::HIDDevice.
Definition at line 102 of file OVR_HIDDevice.h.
| virtual bool OVR::HIDDevice::GetFeatureReport | ( | UByte * | data, |
| UInt32 | length | ||
| ) | [pure virtual] |
Implements OVR::HIDDeviceBase.
Implemented in OVR::Win32::HIDDevice, OVR::OSX::HIDDevice, and OVR::Linux::HIDDevice.
| virtual bool OVR::HIDDevice::SetFeatureReport | ( | UByte * | data, |
| UInt32 | length | ||
| ) | [pure virtual] |
Implements OVR::HIDDeviceBase.
Implemented in OVR::Win32::HIDDevice, OVR::OSX::HIDDevice, and OVR::Linux::HIDDevice.
| void OVR::HIDDevice::SetHandler | ( | HIDHandler * | handler | ) | [inline] |
Definition at line 134 of file OVR_HIDDevice.h.
HIDHandler* OVR::HIDDevice::Handler [protected] |
Definition at line 138 of file OVR_HIDDevice.h.