glamour ~master (2016-10-05T19:20:26Z)
Home
Dub
Repo
SDLApplication
example
Undocumented in source.
class
SDLApplication {
alias
OnDraw
=
void
delegate
()
;
OnDraw
onDraw
[@property setter];
this
();
void
run
();
}
Constructors
this
this
()
Undocumented in source.
Members
Aliases
OnDraw
alias
OnDraw
=
void
delegate
()
Undocumented in source.
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
onDraw
OnDraw
onDraw
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
example
classes
Renderer
SDLApplication
functions
main