mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-29 05:40:32 +00:00
10 lines
146 B
C#
10 lines
146 B
C#
|
namespace Ryujinx.Input.Assigner
|
||
|
{
|
||
|
public enum PressedButtonType : byte
|
||
|
{
|
||
|
None,
|
||
|
Key,
|
||
|
Button,
|
||
|
Stick
|
||
|
}
|
||
|
}
|