This guide explains how to use the controller in my games. Please read it carefully.

Accessing the Buttons and D-Pad

a. D-Pad Options

In the app’s controller system, you have two options:

  • SinglePad (Basic 4-direction controller)
  • Joystick (Modern controller)

Tap the icon below to open the menu:

The Controller menu will appear.

In the menu window, select “Controller”.

The Controller menu will appear.

In the highlighted section, you can enable or disable a D-Pad type. By default, the Joystick is enabled.

Explanation of the options:

  • Show DPad: Enables SinglePad and disables Joystick
  • Show Joystick: Enables Joystick and disables DPad
  • Edit Joystick: If you want to reposition the Joystick, enable this option and return to the game screen to move the joystick. Don’t forget to disable it after you’re done.

b. Buttons

To add buttons, go to the Keyboard section shown in the image:

A window with a list of available buttons will appear. Select the ones you need.

In this example, I will add the Z and X buttons.

Note that both buttons will overlap by default. You’ll need to reposition them. Return to the “Controller” menu and enable “Edit Key Buttons”.

After enabling this option, go back to the game screen and drag the buttons to your desired locations. In this example, I moved them to the bottom-right corner as shown in the image.

Once done, be sure to disable “Edit Key Buttons” to stop button repositioning.

Now your buttons are ready to use.

Explanation of the options:

  • Keyboard: Opens the button list window
  • Edit Key Buttons: Enables button dragging. You must disable this to interact with buttons normally.
  • Button Size: Adjusts the size of the buttons
  • Transparency: Adjusts the transparency level of the buttons

Frequently Asked Questions

For example: I assign the “I” key to open the inventory in the game.

The event for opening the inventory is ID 40.

However, the button provided by the app only sends a physical key press. When you press it, the game only detects it as the “I” key and does not trigger the event ID 40.
That’s why the button doesn’t work.

In such cases, please contact me to add an event-specific button for your game.

More Q&A will be added soon.