IVehicleInputActionsListener
Input Service
Interface
Interface for listening to vehicle input capture events. Only events overridden with StartVehicleInputCapture
will be triggered.
Methods
| OnVehicleExitInput() | Called when the user presses the exit vehicle button. |
| OnVehiclePrimaryActionInput(InputPhase) | Called when the user presses the primary action button. |
| OnVehicleReverseInput(InputPhase, float) | Called when the user reverses the vehicle. |
| OnVehicleSecondaryActionInput(InputPhase) | Called when the user presses the secondary action button. |
| OnVehicleSteerInput(InputPhase, Vector2) | Called when the user steers the vehicle. |
| OnVehicleThrottleInput(InputPhase, float) | Called when the user throttles the vehicle. |
Inherited Members
| OnInputCaptureStarted(InputCaptureType) | Called when input capture has started. |
| OnInputCaptureStopped(InputCaptureType) | Called when input capture has stopped. |