Click or drag to resize

ARVRControllerIsButtonPressed Method

Returns true if the button at index button is pressed. See JoystickList, in particular the JOY_VR_* constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int IsButtonPressed(
	int button
)

Parameters

button
Type: SystemInt32

[Missing <param name="button"/> documentation for "M:Godot.ARVRController.IsButtonPressed(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.ARVRController.IsButtonPressed(System.Int32)"]

See Also