Click or drag to resize
IMyInputGetName Method (MyJoystickButtonsEnum)

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

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

Namespace: VRage.ModAPI
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
string GetName(
	MyJoystickButtonsEnum joystickButton
)

Parameters

joystickButton
Type: VRage.InputMyJoystickButtonsEnum

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

Return Value

Type: String

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

See Also