[SDL2] Improve GetCapabilities()
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
namespace xe {
|
||||
namespace hid {
|
||||
|
||||
enum X_INPUT_CAPS {
|
||||
X_INPUT_CAPS_FFB_SUPPORTED = 0x0001,
|
||||
X_INPUT_CAPS_WIRELESS = 0x0002,
|
||||
X_INPUT_CAPS_VOICE_SUPPORTED = 0x0004,
|
||||
X_INPUT_CAPS_PMD_SUPPORTED = 0x0008,
|
||||
X_INPUT_CAPS_NO_NAVIGATION = 0x0010,
|
||||
};
|
||||
|
||||
enum X_INPUT_FLAG {
|
||||
X_INPUT_FLAG_GAMEPAD = 0x00000001,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user