#include "USB/common/FSUpdatableJoystickDeviceManager.h"
#include "USB/platform/Windows/FSDirectInputJoystick.h"
#include "common/FSSpinlock.h"
#include <dinput.h>
#include <dinputd.h>
#include <mutex>
#include <memory>
#include <thread>
#include <atomic>
Go to the source code of this file.
|
bool | operator< (const GUID &lhs, const GUID &rhs) |
|
◆ DIRECTINPUT_VERSION
#define DIRECTINPUT_VERSION 0x0800 |
◆ WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN |
◆ operator<()
bool operator< |
( |
const GUID & |
lhs, |
|
|
const GUID & |
rhs |
|
) |
| |
|
inline |