mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Add haptic style setting (disabled, weak, strong)
This commit is contained in:
parent
0e92640085
commit
d4b8a09395
4 changed files with 49 additions and 20 deletions
|
|
@ -17,6 +17,14 @@ namespace SteamController.ProfilesSettings
|
|||
{
|
||||
}
|
||||
|
||||
[UserScopedSettingAttribute()]
|
||||
[DefaultSettingValueAttribute("Weak")]
|
||||
public Devices.SteamController.HapticStyle HapticStyle
|
||||
{
|
||||
get { return ((Devices.SteamController.HapticStyle)(this["HapticStyle"])); }
|
||||
set { this["HapticStyle"] = value; }
|
||||
}
|
||||
|
||||
[UserScopedSettingAttribute()]
|
||||
[DefaultSettingValueAttribute("5")]
|
||||
[Description("Haptic intensity between -2dB and 10dB")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue