Click or drag to resize
IMyInputGetName Method (MyJoystickAxesEnum)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Input.IMyInput.GetName(VRage.Input.MyJoystickAxesEnum)"]

Namespace: VRage.Input
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
string GetName(
	MyJoystickAxesEnum joystickAxis
)

Parameters

joystickAxis
Type: VRage.InputMyJoystickAxesEnum

[Missing <param name="joystickAxis"/> documentation for "M:VRage.Input.IMyInput.GetName(VRage.Input.MyJoystickAxesEnum)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VRage.Input.IMyInput.GetName(VRage.Input.MyJoystickAxesEnum)"]

See Also