Adding Buttons Mojo.

Monkey Targets Forums/Android/Adding Buttons Mojo.

Xyloman(Posted 2013) [#1]
How do i create button on the screen for users to tap.


AdamRedwoods(Posted 2013) [#2]
use the module JungleGui is your best bet. there are other button/gui code if you search the forums.

Otherwise you can DrawImage(your_button_image) and test for a TouchDown() in that same area as the button.

if you want specifically native button, you may have to wrap the code which can be complicated or try to find someone who already has.