You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Where is the class
PicadeGameApplication
located?Update Key Inputs
You mention:
Where is the enum
picadeControl
located?GIPO
You mention
This step is unclear what to do here.
The text was updated successfully, but these errors were encountered: