Button click event in the Ogre3d for ios
- by user1184398
Is it possible to access the button click event by using the cursor?
These are the steps I followed for the button click event using the SDK trays
m_pTrayMgr = new OgreBites::SdkTrayManager("TrayMgr", m_pRenderWnd, m_pMouse, this);
I create the buttons
m_LeftBtn = tray->createButton(OgreBites:: TL_LEFT, "sdk_button_down", "Left");
…