|
LMMS
|
#include <pugl.h>
Public Attributes | |
| PuglEventType | type |
| PUGL_EXPOSE | |
| PuglEventFlags | flags |
| Bitwise OR of PuglEventFlag values. | |
| PuglCoord | x |
| View-relative top-left X coordinate of region. | |
| PuglCoord | y |
| View-relative top-left Y coordinate of region. | |
| PuglSpan | width |
| Width of exposed region. | |
| PuglSpan | height |
| Height of exposed region. | |
Expose event for when a region must be redrawn.
When an expose event is received, the graphics context is active, and the view must draw the entire specified region. The contents of the region are undefined, there is no preservation of anything drawn previously.
| PuglEventFlags PuglExposeEvent::flags |
Bitwise OR of PuglEventFlag values.
| PuglSpan PuglExposeEvent::height |
Height of exposed region.
| PuglEventType PuglExposeEvent::type |
| PuglSpan PuglExposeEvent::width |
Width of exposed region.
| PuglCoord PuglExposeEvent::x |
View-relative top-left X coordinate of region.
| PuglCoord PuglExposeEvent::y |
View-relative top-left Y coordinate of region.