Table of Contents

Struct GameInput.FlightActions

Namespace
KSP.Input
Assembly
Assembly-CSharp.dll
public struct GameInput.FlightActions
Inherited Members
Extension Methods

Constructors

FlightActions(GameInput)

public FlightActions(GameInput wrapper)

Parameters

wrapper GameInput

Properties

ActiveFuncitonMenu

public InputAction ActiveFuncitonMenu { get; }

Property Value

InputAction

ActiveSASLastUse

public InputAction ActiveSASLastUse { get; }

Property Value

InputAction

CameraFineMovement

public InputAction CameraFineMovement { get; }

Property Value

InputAction

CameraPitchGamepad

public InputAction CameraPitchGamepad { get; }

Property Value

InputAction

CameraYawGamepad

public InputAction CameraYawGamepad { get; }

Property Value

InputAction

CameraZoom

public InputAction CameraZoom { get; }

Property Value

InputAction

CycleCameraMode

public InputAction CycleCameraMode { get; }

Property Value

InputAction

FocusNext

public InputAction FocusNext { get; }

Property Value

InputAction

FocusPrev

public InputAction FocusPrev { get; }

Property Value

InputAction

Interact

public InputAction Interact { get; }

Property Value

InputAction

InteractAlt

public InputAction InteractAlt { get; }

Property Value

InputAction

InteractAlt2

public InputAction InteractAlt2 { get; }

Property Value

InputAction

Pitch

public InputAction Pitch { get; }

Property Value

InputAction

Roll

public InputAction Roll { get; }

Property Value

InputAction

ShowMap

public InputAction ShowMap { get; }

Property Value

InputAction

Stage

public InputAction Stage { get; }

Property Value

InputAction

ThrottleCutoff

public InputAction ThrottleCutoff { get; }

Property Value

InputAction

ThrottleDelta

public InputAction ThrottleDelta { get; }

Property Value

InputAction

ThrottleMax

public InputAction ThrottleMax { get; }

Property Value

InputAction

ToggleAeroGUI

public InputAction ToggleAeroGUI { get; }

Property Value

InputAction

ToggleFreeCamera

public InputAction ToggleFreeCamera { get; }

Property Value

InputAction

ToggleLandingGear

public InputAction ToggleLandingGear { get; }

Property Value

InputAction

ToggleLights

public InputAction ToggleLights { get; }

Property Value

InputAction

ToggleMouselook

public InputAction ToggleMouselook { get; }

Property Value

InputAction

TogglePrecisionMode

public InputAction TogglePrecisionMode { get; }

Property Value

InputAction

ToggleRCS

public InputAction ToggleRCS { get; }

Property Value

InputAction

ToggleRotLinControls

public InputAction ToggleRotLinControls { get; }

Property Value

InputAction

ToggleSAS

public InputAction ToggleSAS { get; }

Property Value

InputAction

ToggleVesselLabels

public InputAction ToggleVesselLabels { get; }

Property Value

InputAction

TranslateX

public InputAction TranslateX { get; }

Property Value

InputAction

TranslateY

public InputAction TranslateY { get; }

Property Value

InputAction

TranslateZ

public InputAction TranslateZ { get; }

Property Value

InputAction

TriggerActionGroup1

public InputAction TriggerActionGroup1 { get; }

Property Value

InputAction

TriggerActionGroup10

public InputAction TriggerActionGroup10 { get; }

Property Value

InputAction

TriggerActionGroup2

public InputAction TriggerActionGroup2 { get; }

Property Value

InputAction

TriggerActionGroup3

public InputAction TriggerActionGroup3 { get; }

Property Value

InputAction

TriggerActionGroup4

public InputAction TriggerActionGroup4 { get; }

Property Value

InputAction

TriggerActionGroup5

public InputAction TriggerActionGroup5 { get; }

Property Value

InputAction

TriggerActionGroup6

public InputAction TriggerActionGroup6 { get; }

Property Value

InputAction

TriggerActionGroup7

public InputAction TriggerActionGroup7 { get; }

Property Value

InputAction

TriggerActionGroup8

public InputAction TriggerActionGroup8 { get; }

Property Value

InputAction

TriggerActionGroup9

public InputAction TriggerActionGroup9 { get; }

Property Value

InputAction

TrimModifier

public InputAction TrimModifier { get; }

Property Value

InputAction

WheelBrakes

public InputAction WheelBrakes { get; }

Property Value

InputAction

WheelSteer

public InputAction WheelSteer { get; }

Property Value

InputAction

WheelThrottle

public InputAction WheelThrottle { get; }

Property Value

InputAction

Yaw

public InputAction Yaw { get; }

Property Value

InputAction

cameraPan

public InputAction cameraPan { get; }

Property Value

InputAction

changeALT

public InputAction changeALT { get; }

Property Value

InputAction

changeVEL

public InputAction changeVEL { get; }

Property Value

InputAction

enabled

public bool enabled { get; }

Property Value

bool

hotKeyModifier

public InputAction hotKeyModifier { get; }

Property Value

InputAction

modifier

public InputAction modifier { get; }

Property Value

InputAction

mouseDoubleTap

public InputAction mouseDoubleTap { get; }

Property Value

InputAction

mouseSecondaryTap

public InputAction mouseSecondaryTap { get; }

Property Value

InputAction

toggleCameraZoom

public InputAction toggleCameraZoom { get; }

Property Value

InputAction

Methods

AddCallbacks(IFlightActions)

public void AddCallbacks(GameInput.IFlightActions instance)

Parameters

instance GameInput.IFlightActions

Disable()

public void Disable()

Enable()

public void Enable()

Get()

public InputActionMap Get()

Returns

InputActionMap

RemoveCallbacks(IFlightActions)

public void RemoveCallbacks(GameInput.IFlightActions instance)

Parameters

instance GameInput.IFlightActions

SetCallbacks(IFlightActions)

public void SetCallbacks(GameInput.IFlightActions instance)

Parameters

instance GameInput.IFlightActions

Operators

implicit operator InputActionMap(FlightActions)

public static implicit operator InputActionMap(GameInput.FlightActions set)

Parameters

set GameInput.FlightActions

Returns

InputActionMap