rifai
My game requires joystick controller. I need my joystick vibrate when my character hit something.
Does Urho3D have this feature?
My game requires joystick controller. I need my joystick vibrate when my character hit something.
Does Urho3D have this feature?
Hey rifai,
Yes, it is possible since the engine uses SDL, you can use SDL functions to incorporate your own vibrate functions in your code then extend it by Scripting API.
Reference here:
wiki.libsdl.org/CategoryForceFeedback
Hope that helps.