Class Hint.Joystick.HidApi.Steam
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
SDL_HINT_JOYSTICK_HIDAPI_STEAM_*
public static class Hint.Joystick.HidApi.Steam
- Inheritance
-
Hint.Joystick.HidApi.Steam
- Inherited Members
Remarks
For the hint SDL_HINT_JOYSTICK_HIDAPI_STEAM ("SDL_JOYSTICK_HIDAPI_STEAM") see UseDriver.
Properties
HomeLed
Gets a hint controlling whether the Steam button LED should be turned on when a Steam controller is opened
public static Hint HomeLed { get; }
Property Value
- Hint
A hint controlling whether the Steam button LED should be turned on when a Steam controller is opened
Remarks
The hint can be set to the following values:
"0"Steam button LED is turned off"1"Steam button LED is turned on
By default the Steam button LED state is not changed.
This hint can also be set to a floating point value between 0.0 and 1.0 which controls the brightness of the Steam button LED.
This hint can be set anytime.
- See Also
UseDriver
Gets a hint controlling whether the HIDAPI driver for Bluetooth Steam Controllers should be used
public static Hint UseDriver { get; }
Property Value
- Hint
A hint controlling whether the HIDAPI driver for Bluetooth Steam Controllers should be used
Remarks
The hint can be set to the following values:
"0"HIDAPI driver is not used (default)"1"HIDAPI driver is used for Steam Controllers, which requires Bluetooth access and may prompt the user for permission on iOS and Android
This hint should be set before initializing joysticks and gamepads (either by initializing SDL or by initializing them on their own).
- See Also