Unigine::UserInterface Class
UNIGINE | UNIGINE 2.0 | Comments |
---|---|---|
void setCallback(const char * name, int callback, CallbackBase * func) | - | Removed. Use one of the following function: |
- | const char * getCallbackInstanceData(int num, int callback) | Returns the callback instance data. |
- | void setCallback0(const char * name, int callback, CallbackBase * func) | Sets a 0-argument callback function to a widget with a given name. |
- | void setCallback1(const char * name, int callback, CallbackBase * func) | Sets a 1-argument callback function to a widget with a given name. |
- | void setCallback2(const char * name, int callback, CallbackBase * func) | Sets a 2-argument callback function to a widget with a given name. |
- | void setCallback3(const char * name, int callback, CallbackBase * func) | Sets a 3-argument callback function to a widget with a given name. |
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)