

Code: Select all
function love.joystickadded( joystick )
local canVibrate = joystick:isVibrationSupported( joystick )
print( canVibrate )
end
I'm on Windows 8.1, using LOVE 0.9.1. Tried it on both my controllers (wired XBox 360 controllers), which are performing all other joystick/gamepad functions perfectly.

Tried installing Xbox 360 Controller for Windows. Still no success with LOVE.

Any idea how to fix this?