Change your Game from “extend GameApplication” to “extend PicadeGameApplication” PicadeGameApplication overrides the GameApplication class of FXGL and provides additional functions to map the picade controller
public class FxglExample extends PicadeGameApplication
Where is the class PicadeGameApplication located?
Update Key Inputs
You mention:
Now we can use the new piMapper to address keys as well as picade controls. To do this, we need to tell the onKeyDown function, what control we want. Inputs are defined as in previous tutorials in the picadeControl enum
Hi,
I have followed the instructions on Getting started with Pi4J - Game development with FXGL. I do not get past the chapter "Picade".
Can you please explain my questions below?
Thank you in advance for your support.
Update Game:
You mention:
Update Key Inputs
You mention:
GIPO
You mention
This step is unclear what to do here.