#include "OVR_HIDDevice.h"#include "OVR_Win32_DeviceManager.h"#include <windows.h>#include <setupapi.h>#include <pshpack4.h>#include <poppack.h>

Go to the source code of this file.
Classes | |
| class | OVR::Win32::HIDDevice |
| class | OVR::Win32::HIDDeviceManager |
Namespaces | |
| namespace | OVR |
| namespace | OVR::Win32 |
Defines | |
| #define | OVR_DECLARE_HIDFUNC(func, rettype, args) |
| #define | OVR_RESOLVE_HIDFUNC(func) func = (PFn_##func)::GetProcAddress(hHidLib, #func) |
| #define OVR_DECLARE_HIDFUNC | ( | func, | |
| rettype, | |||
| args | |||
| ) |
typedef rettype (__stdcall *PFn_##func) args; \
PFn_##func func;
Definition at line 159 of file OVR_Win32_HIDDevice.h.
| #define OVR_RESOLVE_HIDFUNC | ( | func | ) | func = (PFn_##func)::GetProcAddress(hHidLib, #func) |
Definition at line 162 of file OVR_Win32_HIDDevice.h.