On Tue, Jun 02, 2009 at 12:47:39AM +0000, Chris wrote: > I have an SDL application, and I am trying to use Agar as it's gui. My problem > is this: > > I call a textbox for user input (username and password) and when they press > submit, I want to close that textbox and return the focus back to my SDL > surface > for further rendering. How can I do this?
AG_ViewDetach(window) will release the window. _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
