|
MoSync 3.2.1
|
Defines | |
| #define | MAW_GL_VIEW_INVALIDATE "invalidate" |
| Property that tells the gl view that it should be redrawn. | |
| #define | MAW_GL_VIEW_BIND "bind" |
| Property that tells the gl view that all following gl calls will apply to this view. | |
The available widget properties for a MAW_GL_VIEW. See Widget properties for more properties.
| #define MAW_GL_VIEW_INVALIDATE "invalidate" |
Property that tells the gl view that it should be redrawn.
maWidgetSetProperty(glViewHandle, MAW_GL_VIEW_INVALIDATE, "");
| #define MAW_GL_VIEW_BIND "bind" |
Property that tells the gl view that all following gl calls will apply to this view.
maWidgetSetProperty(glViewHandle, MAW_GL_VIEW_BIND, "");