OpenGLDrawable

Custom drawing inside openGL

Constructors

this
this(OpenGLDrawableDelegate drawHandler)
Undocumented in source.

Members

Functions

drawTo
void drawTo(DrawBuf buf, Rect rc, uint state, int tilex0, int tiley0)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
void onDraw(Rect windowRect, Rect rc)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

drawHandler
OpenGLDrawableDelegate drawHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
drawHandler
OpenGLDrawableDelegate drawHandler [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Drawable

_instanceCount
int _instanceCount;
Undocumented in source.
instanceCount
int instanceCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
drawTo
void drawTo(DrawBuf buf, Rect rc, uint state, int tilex0, int tiley0)
Undocumented in source.
width
int width [@property getter]
Undocumented in source.
height
int height [@property getter]
Undocumented in source.
padding
Rect padding [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta