diff options
Diffstat (limited to 'Ryujinx.Input/GamepadFeaturesFlag.cs')
| -rw-r--r-- | Ryujinx.Input/GamepadFeaturesFlag.cs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Ryujinx.Input/GamepadFeaturesFlag.cs b/Ryujinx.Input/GamepadFeaturesFlag.cs deleted file mode 100644 index 87310a32..00000000 --- a/Ryujinx.Input/GamepadFeaturesFlag.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; - -namespace Ryujinx.Input -{ - /// <summary> - /// Represent features supported by a <see cref="IGamepad"/>. - /// </summary> - [Flags] - public enum GamepadFeaturesFlag - { - /// <summary> - /// No features are supported - /// </summary> - None, - - /// <summary> - /// Rumble - /// </summary> - /// <remarks>Also named haptic</remarks> - Rumble, - - /// <summary> - /// Motion - /// <remarks>Also named sixaxis</remarks> - /// </summary> - Motion - } -} |
