Classes | |
| class | GamepadManager |
| struct | MonitorSet |
| class | PlatformCore |
Functions | |
| static float | GamepadStick (short in) |
| static float | GamepadTrigger (BYTE in) |
| KeyCode | MapVKToKeyCode (unsigned vk) |
| BOOL CALLBACK | MonitorEnumProc (HMONITOR hMonitor, HDC, LPRECT, LPARAM dwData) |
Variables | |
| static UByte | KeyMap [][2] |
| static float OVR::Platform::Win32::GamepadStick | ( | short | in | ) | [inline, static] |
Definition at line 44 of file Win32_Gamepad.cpp.
| static float OVR::Platform::Win32::GamepadTrigger | ( | BYTE | in | ) | [inline, static] |
Definition at line 56 of file Win32_Gamepad.cpp.
| KeyCode OVR::Platform::Win32::MapVKToKeyCode | ( | unsigned | vk | ) |
Definition at line 193 of file Win32_Platform.cpp.
| BOOL CALLBACK OVR::Platform::Win32::MonitorEnumProc | ( | HMONITOR | hMonitor, |
| HDC | , | ||
| LPRECT | , | ||
| LPARAM | dwData | ||
| ) |
Definition at line 462 of file Win32_Platform.cpp.
UByte OVR::Platform::Win32::KeyMap[][2] [static] |
Definition at line 146 of file Win32_Platform.cpp.