#include <OVR_Device.h>
Public Member Functions | |
| DeviceEnumerationArgs (DeviceType enumType, bool availableOnly) | |
| bool | MatchRule (DeviceType type, bool available) const |
Protected Attributes | |
| bool | AvailableOnly |
| DeviceType | EnumType |
Definition at line 155 of file OVR_Device.h.
| OVR::DeviceEnumerationArgs::DeviceEnumerationArgs | ( | DeviceType | enumType, |
| bool | availableOnly | ||
| ) | [inline] |
Definition at line 158 of file OVR_Device.h.
| bool OVR::DeviceEnumerationArgs::MatchRule | ( | DeviceType | type, |
| bool | available | ||
| ) | const [inline] |
Definition at line 163 of file OVR_Device.h.
bool OVR::DeviceEnumerationArgs::AvailableOnly [protected] |
Definition at line 171 of file OVR_Device.h.
DeviceType OVR::DeviceEnumerationArgs::EnumType [protected] |
Definition at line 170 of file OVR_Device.h.