Type Alias ControllerChangedEvt

ControllerChangedEvt: (args: NeedleXRControllerEventArgs) => void

Event Arguments when a controller changed event is invoked (added or removed)
Access the controller via args.controller, the args.change property indicates if the controller was added or removed

Type declaration