Steamworks.NET icon indicating copy to clipboard operation
Steamworks.NET copied to clipboard

TriggerSimpleHapticEvent doesn't work on SteamDeck

Open isonil opened this issue 3 years ago • 0 comments

The TriggerSimpleHapticEvent's method summary says

Send a haptic pulse, works on Steam Deck and Steam Controller devices

However, it looks like currently it's not possible to make it work on a SteamDeck. The method requires InputHandle_t, but from what I've seen SteamDeck doesn't have InputHandle_t. GetConnectedControllers() returns an empty array and there's no any special method to get the SteamDeck's InputHandle_t. new InputHandle_t(0) doesn't seem to work either.

isonil avatar Mar 03 '22 17:03 isonil