-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any example on how to use TriggerSimpleHapticEvent function? #18
Comments
Yeah i have no idea how to use that as well |
Hi, Use: |
Oh sorry,I forgot to mention, that example is with Facepunch.Steamworks and not Steamworks.NET |
Shouldnt there be some await inside the triggerVibration Func? Mine looks like this inside controller.cs public async Task TriggerVibration( ushort leftSpeed, ushort rightSpeed ) |
I'm awaiting the calling thread, so that the game is not blocked waiting for steaminput calls. |
Would you mind showing me a basic example you dont need to explain anything just the code you have in the dll and in you unity project. I really appreciate your help seems like no one is using steam input :) |
add me on linked in (see my full name in my github profile) I'll share my screen and explain the process... |
SteamInputTest.cs
Line 270: //SteamInput.TriggerSimpleHapticEvent() // TODO
Thanks in advance.
The text was updated successfully, but these errors were encountered: