Bike-X
0.8
|
#include "OVR_HIDDevice.h"
Public Member Functions | |
virtual bool | Enumerate (HIDEnumerateVisitor *enumVisitor)=0 |
virtual HIDDevice * | Open (const String &path)=0 |
Public Member Functions inherited from OVR::RefCountBase< HIDDeviceManager > | |
OVR_FORCE_INLINE | RefCountBase () |
Public Member Functions inherited from OVR::RefCountBaseStatImpl< RefCountImpl > | |
RefCountBaseStatImpl () | |
Public Member Functions inherited from OVR::RefCountImpl | |
void | AddRef () |
void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Static Public Member Functions | |
static HIDDeviceManager * | Create (Ptr< OVR::DeviceManager > &deviceManager) |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Member Functions | |
HIDDeviceManager () | |
Additional Inherited Members | |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Definition at line 80 of file OVR_HIDDevice.h.
|
inlineprotected |
Definition at line 94 of file OVR_HIDDevice.h.
|
static |
Definition at line 791 of file OVR_Linux_HIDDevice.cpp.
|
pure virtual |
Implemented in OVR::Linux::HIDDeviceManager.
Implemented in OVR::Linux::HIDDeviceManager.