/** * Returns the controller input objects of all controllers which have connected so far. * Use the `OnNewController` event to get notified about new controllers. */ public List <ControllerInput> GetInputs() { return(_clients.GetInputs()); }