Click or drag to resize
IMyInputIsJoystickButtonNewPressed Method

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

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

Namespace: VRage.Input
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
bool IsJoystickButtonNewPressed(
	MyJoystickButtonsEnum button
)

Parameters

button
Type: VRage.InputMyJoystickButtonsEnum

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

Return Value

Type: Boolean

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

See Also