turtle ~master (2021-08-23T10:45:39Z)
Dub
Repo
IGraphics
turtle
graphics
Undocumented in source.
interface
IGraphics {
bool
nextEvent
(SDL_Event* event);
IRenderer
getRenderer
();
int
getTicks
();
uint
getWindowID
();
void
setTitle
(const(char)[] title);
}
Members
Functions
getRenderer
IRenderer
getRenderer
()
Mark beginning of frame.
getTicks
int
getTicks
()
Undocumented in source.
getWindowID
uint
getWindowID
()
Undocumented in source.
nextEvent
bool
nextEvent
(SDL_Event* event)
Get the next event.
setTitle
void
setTitle
(const(char)[] title)
Undocumented in source.
Meta
Source
See Implementation
turtle
graphics
classes
Graphics
functions
createGraphics
interfaces
IGraphics
manifest constants
EMULATE_SDL
RENDERER