I added an irrlicht IGUIEditBox via the IGUIEnvironment pointer using the addEditBox method.
The addEditBox method returns a pointer to the IGUIEditBox for access. However, is it possible to access the edit box using the IGUIEnvironment pointer instead (like via the gui control's id) ?
Possible to access a gui control from IGUIEnvironment?
The IGUIEnvironment interface exposes the root gui element with the function getRootElement(). The 09.MeshViewer example also covers how to do this.
Either of these might be good places to look.
Travis
Either of these might be good places to look.
Travis