MCPcopy Create free account
hub / github.com/Illation/ETEngine / QueueDraw

Method QueueDraw

Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:154–157  ·  view source on GitHub ↗

--------------------------------- GtkRenderArea::QueueDraw Make sure we draw on the next update

Source from the content-addressed store, hash-verified

152// Make sure we draw on the next update
153//
154void GtkRenderArea::QueueDraw()
155{
156 m_GlArea->queue_draw();
157}
158
159//---------------------------------
160// GtkRenderArea::QueueDraw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected