Enum InputSequencerViewModel.InputTrack
Tracks by index
Namespace: Phoenix.Input
Assembly: Phoenix.Plugin.Input.dll
Syntax
public enum InputTrack
Fields
Name | Description |
---|---|
AButton | A button track |
BButton | B button track |
Comment | Comment (text) track |
Count | Number of tracks defined |
DPadDown | DPAD Down button track |
DPadLeft | DPAD Left button track |
DPadRight | DPAD Right button track |
DPadUp | DPAD Up button track |
HomeButton | Home button track |
LeftAnalogStickX | Left analog stick X track (continuous) |
LeftAnalogStickY | Left analog stick Y track (continuous) |
LeftShoulder | Left shoulder track |
LeftThumb | Left thumb track |
LeftTrigger | Left trigger track |
MenuButton | Menu button track |
RightAnalogStickX | Right analog stick X track (continuous) |
RightAnalogStickY | Right analog stick Y track (continuous) |
RightShoulder | Right shoulder track |
RightThumb | Right thumb track |
RightTrigger | Right trigger track |
ViewButton | View button track |
XButton | X button track |
YButton | Y button track |