#include "../pch.h"
Go to the source code of this file.
Defines | |
#define | HID_USAGE_PAGE_GENERIC ((USHORT) 0x01) |
#define | HID_USAGE_GENERIC_MOUSE ((USHORT) 0x02) |
#define | HID_USAGE_GENERIC_KEYBOARD ((USHORT) 0x06) |
Functions | |
NAMESPACE_START | THREADFUNCTION (inputThreadFunction, window) |
#define HID_USAGE_GENERIC_KEYBOARD ((USHORT) 0x06) |
Definition at line 10 of file InputWindow.cpp.
#define HID_USAGE_GENERIC_MOUSE ((USHORT) 0x02) |
Definition at line 7 of file InputWindow.cpp.
#define HID_USAGE_PAGE_GENERIC ((USHORT) 0x01) |
Definition at line 4 of file InputWindow.cpp.
NAMESPACE_START THREADFUNCTION | ( | inputThreadFunction | , | |
window | ||||
) |
Definition at line 15 of file InputWindow.cpp.