Framebuffer

Undocumented in source.

Constructors

this
this(FramebufferType type, void* data)
Undocumented in source.
this
this(inout(Framebuffer) rhs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

cursor
Cursors cursor()
Undocumented in source. Be warned that the author may not have intended to support it.
cursor
void cursor(Cursors value)
Undocumented in source. Be warned that the author may not have intended to support it.
eventQueue
EventRange eventQueue()
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(uint[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.
yield
void yield()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta