A Andie Member Licensed User Longtime User Mar 31, 2022 #1 I want to use the JGameViewHelper lib in the B4J part of my B4X project. However, the parameter MainForm in B4X: gvh.AddKeyListener("keylistener", MainForm) doesn't work in the B4XMainPage module. What can I do?
I want to use the JGameViewHelper lib in the B4J part of my B4X project. However, the parameter MainForm in B4X: gvh.AddKeyListener("keylistener", MainForm) doesn't work in the B4XMainPage module. What can I do?
A Andie Member Licensed User Longtime User Mar 31, 2022 #2 Found it: B4X: Dim form as Form = B4XPages.GetNativeParent(Me) Upvote 0