novelate ~master (2020-01-27T20:34:58Z)
Home
Dub
Repo
IExternalDrawableComponent
novelate
sdlbinding
IExternalDrawableComponent
static if
(
useSDL && useDerelict
)
interface
IExternalDrawableComponent {
void
draw
(ExternalWindow window);
}
Members
Functions
draw
void
draw
(ExternalWindow window)
draw()
Meta
Source
See Implementation
novelate
sdlbinding
classes
ExternalFont
ExternalImage
ExternalMusic
ExternalRectangleShape
ExternalText
ExternalWindow
functions
fromNative
initExternalBinding
quit
toNative
interfaces
IExternalDrawableComponent
IExternalDrawableComponent