Left

  Throttle: 50

Right

Rudder: 50 Aileron: 50

3 channel flight controller

A 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");