Click or drag to resize

ControllerButtons Property

Array of button states where true means pressed, false means not pressed.

Namespace:  Demo3D.Input
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool[] Buttons { get; }

Property Value

Type: Boolean
See Also