extension util method for FXGL? #1035
chengenzhao
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
The fluent API for input building supports this: FXGL/fxgl-samples/src/main/java/intermediate/InputFluentSample.java Lines 23 to 30 in 50679d5 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
Is it possible to add in two more extra functions for key down&up events?
There are two lambda parameters, 1st for keydown event, 2nd key up event
and could bind more than 1 key codes into these runnable code
and we use it like
Beta Was this translation helpful? Give feedback.
All reactions