InputType Enum

The input type. GiveUp and FakeFinish are reserved for TM::InputEventBuffer::Find.

enum InputType {
None = -1,
Down = 0,
Up = 1,
Left = 2,
Right = 3,
Steer = 4,
Gas = 5,
Respawn = 6,
GiveUp = 7,
Horn = 8,
FakeFinish = 9
}