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