Click or drag to resize

ControllerGetControllers Method

Get the list of controllers currently connected to the system.

Namespace:  Demo3D.Input
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static List<Controller> GetControllers()

Return Value

Type: ListController
List of available controllers.
See Also