Click or drag to resize
IMyControlGetControlButtonName Method

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

[Missing <summary> documentation for "M:VRage.ModAPI.IMyControl.GetControlButtonName(VRage.Input.MyGuiInputDeviceEnum)"]

Namespace: VRage.ModAPI
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
string GetControlButtonName(
	MyGuiInputDeviceEnum deviceType
)

Parameters

deviceType
Type: VRage.InputMyGuiInputDeviceEnum

[Missing <param name="deviceType"/> documentation for "M:VRage.ModAPI.IMyControl.GetControlButtonName(VRage.Input.MyGuiInputDeviceEnum)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VRage.ModAPI.IMyControl.GetControlButtonName(VRage.Input.MyGuiInputDeviceEnum)"]

See Also