mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-20 21:53:51 +00:00
Add Haptic feedback and selectable profiles
This commit is contained in:
parent
d0b6fb93b0
commit
bad617549e
15 changed files with 356 additions and 45 deletions
|
|
@ -4,6 +4,10 @@ namespace SteamController.Profiles
|
|||
{
|
||||
public sealed class SteamProfile : DefaultShortcutsProfile
|
||||
{
|
||||
public SteamProfile()
|
||||
{
|
||||
}
|
||||
|
||||
public override bool Selected(Context context)
|
||||
{
|
||||
return context.Enabled && context.SteamUsesController;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue