Left
Throttle: 50Right
Rudder: 50 Aileron: 50A three channel flite controller has the ability to set a throttle, elevator and aileron.
The snap back on the left throttle stick can be disabled by setting snapBack to false
Both sticks can be operated simultaneously for perfect control.
import joystick from '../index.js'; joystick("#joystick1", { disableX: true, snapBack: false }); joystick("#joystick2");