Binding.bindStick

Simulates a joystick using four keys

Uses a WASD format for ordering directions

  1. void bindStick(int stick, Key up, Key left, Key down, Key right)
    class Binding
    void
    bindStick
    (
    int stick
    ,
    Key up
    ,
    Key left
    ,
    Key down
    ,
    Key right
    )
  2. void bindStick(int stick, ThumbStick joystick)

Meta