tida ~master (2021-10-06T18:27:09Z)
Home
Dub
Repo
Game
tida
game
Undocumented in source.
class
Game {
int
result
;
this
(GameConfig config);
void
threadClose
(uint value);
void
run
();
}
Constructors
this
this
(GameConfig config)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
threadClose
void
threadClose
(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
result
int
result
;
Undocumented in source.
Meta
Source
See Implementation
tida
game
classes
Game
properties
fps
listener
renderer
window
static variables
_fps
_listener
_renderer
_window
structs
GameConfig
templates
GameRun