{{newin|[[0.9.0]]|090|type=function}}
Gets whether the Joystick supports vibration.
== Function ==
=== Synopsis ===
<source lang="lua">
supported = Joystick:isVibrationSupported( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|supported|True if rumble / force feedback vibration is supported on this Joystick, false if not.}}

== Notes ==
The very first call to this function may take more time than expected because SDL's Haptic / Force Feedback subsystem needs to be initialized.

== See Also ==
* [[parent::Joystick]]
* [[Joystick:setVibration]]
* [[Joystick:getVibration]]

[[Category:Functions]]
{{#set:Description=Gets whether the Joystick supports vibration.}}
== Other Languages ==
{{i18n|Joystick:isVibrationSupported}}