/// <returns>The ControllerDevice specified automatically during <see cref="AutoConnect"/> or manually by <see cref="SetSelectedControllerDevice(ControllerDevice)"/>.</returns>
 public ControllerDevice GetSelectedControllerDevice()
 {
     return(_controllerPlugin.GetSelectedControllerDevice());
 }