Enum Button
- Namespace
- SharpPluginLoader.Core.IO
- Assembly
- SharpPluginLoader.Core.dll
The buttons on a controller using Playstation names.
[Flags]
public enum Button : uint
Fields
Circle = 8192
Cross = 16384
Down = 64
L1 = 256
L2 = 1024
L3 = 2
Left = 128
LsDown = 262144
LsLeft = 524288
LsRight = 131072
LsUp = 65536
Options = 8
R1 = 512
R2 = 2048
R3 = 4
Right = 32
RsDown = 4194304
RsLeft = 8388608
RsRight = 2097152
RsUp = 1048576
Square = 32768
Triangle = 4096
Up = 16