[SDL2] Improve GetCapabilities()

This commit is contained in:
Joel Linn
2020-12-01 00:52:55 +01:00
committed by Rick Gibbed
parent 64c5c63eaf
commit d3c618404a
3 changed files with 73 additions and 17 deletions

View File

@@ -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,
};