mirror of
https://github.com/kwsch/NHSE.git
synced 2026-06-13 03:20:55 -05:00
27 lines
377 B
C#
27 lines
377 B
C#
namespace NHSE.Injection
|
|
{
|
|
/// <summary>
|
|
/// Controller Buttons
|
|
/// </summary>
|
|
public enum SwitchButton
|
|
{
|
|
A,
|
|
B,
|
|
X,
|
|
Y,
|
|
RSTICK,
|
|
LSTICK,
|
|
L,
|
|
R,
|
|
ZL,
|
|
ZR,
|
|
PLUS,
|
|
MINUS,
|
|
DUP,
|
|
DDOWN,
|
|
DLEFT,
|
|
DRIGHT,
|
|
HOME,
|
|
CAPTURE,
|
|
}
|
|
} |