Table of Contents

Class Hint.Joystick.HidApi.Steam.Hori

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

SDL_HINT_JOYSTICK_HIDAPI_STEAM_HORI_*

public static class Hint.Joystick.HidApi.Steam.Hori
Inheritance
Hint.Joystick.HidApi.Steam.Hori
Inherited Members

Remarks

For the hint SDL_HINT_JOYSTICK_HIDAPI_STEAM_HORI ("SDL_JOYSTICK_HIDAPI_STEAM_HORI") see UseDriver.

Properties

UseDriver

Gets a hint controlling whether the HIDAPI driver for HORI licensed Steam controllers should be used

public static Hint UseDriver { get; }

Property Value

Hint

A hint controlling whether the HIDAPI driver for HORI licensed Steam controllers should be used

Remarks

The hint can be set to the following values:

  • "0"HIDAPI driver is not used
  • "1"HIDAPI driver is used

The default value for this hint is the value of UseDrivers.

See Also