Launcher

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

deltaTime
double deltaTime()
Undocumented in source. Be warned that the author may not have intended to support it.
filterEntity
bool filterEntity(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
getKeyState
bool getKeyState(SDL_Scancode key)
Undocumented in source. Be warned that the author may not have intended to support it.
getTime
double getTime()
Undocumented in source. Be warned that the author may not have intended to support it.
processTool
void processTool(vec2 position, bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
setStyle
void setStyle(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
switchDemo
void switchDemo(DemoCallbacks callbacks)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PlotStruct
struct PlotStruct
Undocumented in source.

Variables

context
ImGuiContext* context;
Undocumented in source.
delta_time
double delta_time;
Undocumented in source.
demo
DemoCallbacks demo;
Undocumented in source.
entities_count
uint entities_count;
Undocumented in source.
fps
uint fps;
Undocumented in source.
gl_context
SDL_GLContext gl_context;
Undocumented in source.
gui_manager
GUIManager* gui_manager;
Undocumented in source.
job_updater
ECSJobUpdater* job_updater;
Undocumented in source.
keys
ubyte[] keys;
Undocumented in source.
mouse
Mouse mouse;
Undocumented in source.
multithreading
bool multithreading;
Undocumented in source.
override_
bool override_;
Undocumented in source.
play
bool play;
Undocumented in source.
plot_index
int plot_index;
Undocumented in source.
plot_values
PlotStruct[] plot_values;
Undocumented in source.
render_position
vec2 render_position;
Undocumented in source.
renderer
Renderer renderer;
Undocumented in source.
repeat_time
float repeat_time;
Undocumented in source.
scalling
float scalling;
Undocumented in source.
selected_entity
EntityID selected_entity;
Undocumented in source.
show_demo_wnd
bool show_demo_wnd;
Undocumented in source.
show_filtered
bool show_filtered;
Undocumented in source.
show_profile_wnd
bool show_profile_wnd;
Undocumented in source.
show_stat_wnd
bool show_stat_wnd;
Undocumented in source.
show_tips
bool show_tips;
Undocumented in source.
show_tools_wnd
bool show_tools_wnd;
Undocumented in source.
show_virtual_keys_wnd
bool show_virtual_keys_wnd;
Undocumented in source.
style
uint style;
Undocumented in source.
swap_interval
bool swap_interval;
Undocumented in source.
threads
int threads;
Undocumented in source.
timer_freq
ulong timer_freq;
Undocumented in source.
tool_circle
ToolCircle* tool_circle;
Undocumented in source.
tool_mode
bool tool_mode;
Undocumented in source.
tool_repeat
float tool_repeat;
Undocumented in source.
tool_show
bool tool_show;
Undocumented in source.
tool_size
int tool_size;
Undocumented in source.
used_tool
Tool used_tool;
Undocumented in source.
window
SDL_Window* window;
Undocumented in source.
window_size
ivec2 window_size;
Undocumented in source.
windows_alpha
float windows_alpha;
Undocumented in source.

Meta