You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets the concrete type of the detected controller, based on the <see cref="SupportedControllerType"/> and defined per-platform.
212
+
/// Gets the concrete type of the detected controller, based on the <see cref="Toolkit.Input.SupportedControllerType"/> and defined per-platform.
213
213
/// </summary>
214
214
/// <param name="supportedControllerType">The current controller type.</param>
215
215
/// <returns>The concrete type of the currently detected controller.</returns>
@@ -219,7 +219,7 @@ protected virtual Type GetControllerType(SupportedControllerType supportedContro
219
219
}
220
220
221
221
/// <summary>
222
-
/// Returns the <see cref="InputSourceType"/> of the currently detected controller, based on the <see cref="SupportedControllerType"/>.
222
+
/// Returns the <see cref="Toolkit.Input.InputSourceType"/> of the currently detected controller, based on the <see cref="Toolkit.Input.SupportedControllerType"/>.
223
223
/// </summary>
224
224
/// <param name="supportedControllerType">The current controller type.</param>
225
225
/// <returns>The enum value of the currently detected controller's InputSource type.</returns>
0 commit comments