SGL
Deprecated List
Member GInteractor::addActionListener () (deprecated)
does nothing; use setActionListener instead
Member sgl::getNextEvent (int mask=ANY_EVENT)
This function is deprecated and discouraged from use. Instead of calling waitForClick in an event loop, you should attach an event-listening function to the widget of choice using that object's methods such as setActionListener or setMouseListener.
Member sgl::waitForClick ()
This function is deprecated and discouraged from use. Instead of calling waitForClick in an event loop, you should attach an event-listening function to the widget of choice using that object's methods such as setActionListener or setMouseListener.
Member sgl::waitForEvent (int mask=ANY_EVENT)
This function is deprecated and discouraged from use. Instead of calling waitForClick in an event loop, you should attach an event-listening function to the widget of choice using that object's methods such as setActionListener or setMouseListener.