mirror of
https://github.com/kwsch/NHSE.git
synced 2026-03-22 01:34:51 -05:00
26 lines
279 B
C#
26 lines
279 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,
|
|
} |