Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 541 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 541 Bytes

O-U-Y-A keys:

  • keycode: AGK_KEY_O;
  • keycode: AGK_KEY_U;
  • keycode: AGK_KEY_Y;
  • keycode: AGK_KEY_A;

Joystick buttons:

  • keycode: 102; // L1
  • keycode: 103; // R1

Bumper buttons:

  • keycode: 104; // L2
  • keycode: 106; // L3
  • keycode: 105; // R2
  • keycode: 107; // R3

Joysticks axises:

  • Left joystick (X) : GetRawTouchCurrentX(1)
  • Left joystick (Y) : GetRawTouchCurrentY(1)
  • Right joystick (X) : GetRawTouchCurrentX(2)
  • Right joystick (Y) : GetRawTouchCurrentX(2)