Classes | |
| class | DeviceManager |
| class | DeviceManagerThread |
| class | DeviceStatus |
| class | HIDDevice |
| class | HIDDeviceManager |
| class | HIDDevicePathWrapper |
| class | HMDDevice |
| class | HMDDeviceCreateDesc |
| class | HMDDeviceFactory |
| struct | MonitorSet |
Functions | |
| const wchar_t * | FormatDisplayStateFlags (wchar_t *buff, int length, DWORD flags) |
| BOOL CALLBACK | MonitorEnumProc (HMONITOR hMonitor, HDC, LPRECT, LPARAM dwData) |
Variables | |
| static TCHAR | windowClassName [] = TEXT("LibOVR_DeviceStatus_WindowClass") |
| const wchar_t* OVR::Win32::FormatDisplayStateFlags | ( | wchar_t * | buff, |
| int | length, | ||
| DWORD | flags | ||
| ) |
Definition at line 163 of file OVR_Win32_HMDDevice.cpp.
| BOOL CALLBACK OVR::Win32::MonitorEnumProc | ( | HMONITOR | hMonitor, |
| HDC | , | ||
| LPRECT | , | ||
| LPARAM | dwData | ||
| ) |
Definition at line 193 of file OVR_Win32_HMDDevice.cpp.
TCHAR OVR::Win32::windowClassName[] = TEXT("LibOVR_DeviceStatus_WindowClass") [static] |
Definition at line 26 of file OVR_Win32_DeviceStatus.cpp.