mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 17:58:28 +02: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