Hello,
Based on the game example, it is possible to capture keypresses using :
How can I use this in B4Xpages?
What parameter do I need to pass to link my form? B4XPages.MainPage or Root doesn't work.
The example of Erel:
Thanks in advance.
Based on the game example, it is possible to capture keypresses using :
B4X:
GameViewHelper.AddKeyListener("GVH", Main.MainForm)
How can I use this in B4Xpages?
What parameter do I need to pass to link my form? B4XPages.MainPage or Root doesn't work.
The example of Erel:
GameView - Simple Sprites Engine
This is a port of B4A GameView library and modules. If you are not familiar with it then start with these tutorials: https://www.b4x.com/android/forum/threads/20038/#content https://www.b4x.com/android/forum/threads/20075/#content GameView is implemented as a Class module. It is included in...
www.b4x.com
Thanks in advance.