Struct GameInput.FlightActions
- Namespace
- KSP.Input
- Assembly
- Assembly-CSharp.dll
public struct GameInput.FlightActions
- Inherited Members
-
- Extension Methods
-
Constructors
public FlightActions(GameInput wrapper)
Parameters
wrapper GameInput
Properties
public InputAction ActiveFuncitonMenu { get; }
Property Value
- InputAction
public InputAction ActiveSASLastUse { get; }
Property Value
- InputAction
public InputAction CameraFineMovement { get; }
Property Value
- InputAction
public InputAction CameraPitchGamepad { get; }
Property Value
- InputAction
public InputAction CameraYawGamepad { get; }
Property Value
- InputAction
public InputAction CameraZoom { get; }
Property Value
- InputAction
public InputAction CycleCameraMode { get; }
Property Value
- InputAction
public InputAction FocusNext { get; }
Property Value
- InputAction
public InputAction FocusPrev { get; }
Property Value
- InputAction
public InputAction Interact { get; }
Property Value
- InputAction
public InputAction InteractAlt { get; }
Property Value
- InputAction
public InputAction InteractAlt2 { get; }
Property Value
- InputAction
public InputAction Pitch { get; }
Property Value
- InputAction
public InputAction Roll { get; }
Property Value
- InputAction
public InputAction ShowMap { get; }
Property Value
- InputAction
public InputAction Stage { get; }
Property Value
- InputAction
public InputAction ThrottleCutoff { get; }
Property Value
- InputAction
public InputAction ThrottleDelta { get; }
Property Value
- InputAction
public InputAction ThrottleMax { get; }
Property Value
- InputAction
public InputAction ToggleAeroGUI { get; }
Property Value
- InputAction
public InputAction ToggleFreeCamera { get; }
Property Value
- InputAction
public InputAction ToggleLandingGear { get; }
Property Value
- InputAction
public InputAction ToggleLights { get; }
Property Value
- InputAction
public InputAction ToggleMouselook { get; }
Property Value
- InputAction
public InputAction TogglePrecisionMode { get; }
Property Value
- InputAction
public InputAction ToggleRCS { get; }
Property Value
- InputAction
public InputAction ToggleRotLinControls { get; }
Property Value
- InputAction
public InputAction ToggleSAS { get; }
Property Value
- InputAction
public InputAction ToggleVesselLabels { get; }
Property Value
- InputAction
public InputAction TranslateX { get; }
Property Value
- InputAction
public InputAction TranslateY { get; }
Property Value
- InputAction
public InputAction TranslateZ { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup1 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup10 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup2 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup3 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup4 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup5 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup6 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup7 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup8 { get; }
Property Value
- InputAction
public InputAction TriggerActionGroup9 { get; }
Property Value
- InputAction
public InputAction TrimModifier { get; }
Property Value
- InputAction
public InputAction WheelBrakes { get; }
Property Value
- InputAction
public InputAction WheelSteer { get; }
Property Value
- InputAction
public InputAction WheelThrottle { get; }
Property Value
- InputAction
public InputAction Yaw { get; }
Property Value
- InputAction
public InputAction cameraPan { get; }
Property Value
- InputAction
public InputAction changeALT { get; }
Property Value
- InputAction
public InputAction changeVEL { get; }
Property Value
- InputAction
public bool enabled { get; }
Property Value
- bool
public InputAction hotKeyModifier { get; }
Property Value
- InputAction
public InputAction modifier { get; }
Property Value
- InputAction
public InputAction mouseDoubleTap { get; }
Property Value
- InputAction
public InputAction mouseSecondaryTap { get; }
Property Value
- InputAction
public InputAction toggleCameraZoom { get; }
Property Value
- InputAction
Methods
public void AddCallbacks(GameInput.IFlightActions instance)
Parameters
instance GameInput.IFlightActions
public InputActionMap Get()
Returns
- InputActionMap
public void RemoveCallbacks(GameInput.IFlightActions instance)
Parameters
instance GameInput.IFlightActions
public void SetCallbacks(GameInput.IFlightActions instance)
Parameters
instance GameInput.IFlightActions
Operators
public static implicit operator InputActionMap(GameInput.FlightActions set)
Parameters
set GameInput.FlightActions
Returns
- InputActionMap