mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-19 08:52:42 +00:00
Move solution and projects to src
This commit is contained in:
14
src/Ryujinx.Input/StickInputId.cs
Normal file
14
src/Ryujinx.Input/StickInputId.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Ryujinx.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// Represent a joystick from a gamepad.
|
||||
/// </summary>
|
||||
public enum StickInputId : byte
|
||||
{
|
||||
Unbound,
|
||||
Left,
|
||||
Right,
|
||||
|
||||
Count
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user