Page 1 of 1

Simple question about joystick

Posted: Mon Apr 16, 2018 11:11 pm
by Tuxion
I want to use right bumper or the right trigger of the joystick but I don't know the exact name, I tried that:

Joystick:isGamepadDown('leftshoulder')

but it doesn't work

Re: Simple question about joystick

Posted: Tue Apr 17, 2018 1:21 am
by Beelz
Have you made sure that Joystick:isGamepad() returned true? Does it work right if you use the gamepad callbacks(love.gamepadpressed(), etc)?