MyGUI 3.4.3
|
#include <MyGUI_Canvas.h>
Public Member Functions | |
Event (bool _textureChanged, bool _widgetResized, bool _requested) | |
Data Fields | |
bool | textureChanged |
bool | widgetResized |
bool | requested |
This update was caused by calling updateTexture();. | |
Definition at line 28 of file MyGUI_Canvas.h.
|
inline |
Definition at line 30 of file MyGUI_Canvas.h.
bool MyGUI::Canvas::Event::requested |
This update was caused by calling updateTexture();.
Definition at line 41 of file MyGUI_Canvas.h.
bool MyGUI::Canvas::Event::textureChanged |
Definition at line 37 of file MyGUI_Canvas.h.
bool MyGUI::Canvas::Event::widgetResized |
Definition at line 38 of file MyGUI_Canvas.h.