"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Making Buttons

What is the simplest way to make a new button, can I just make one in EAGLView.mm and have it in the corner of my display at all times? I understand that the pop up menu is defined in OverlayViewController.mm and this is turned on in ARParentViewController, but everything is part of a function and its very hard to decipher.

I really just want to make something simple like:

if (button is pressed)

{

       x=x++;

};

I'm sorry this is quite a general question, but it is also very hard to find any tutorials for things like this anywhere else online because everyone uses storyboards when you try to find tutorials on buttons

Ok I have a much simpler question that may help me if I may

in the ARParentViewController.m there is this: