le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
le::console::ITerminal Member List

This is the complete list of members for le::console::ITerminal, including all inherited members.

add_tweakable(std::string_view id, gsl::not_null< ITweakable * > tweakable)=0le::tweak::IStorepure virtual
draw(IRenderer &renderer) const =0le::IDrawablepure virtual
get_background() const -> kvf::Color=0le::console::ITerminalpure virtual
handle_events(glm::vec2 framebuffer_size, std::span< Event const > events) -> StateChange=0le::console::ITerminalpure virtual
is_active() const -> bool=0le::console::ITerminalpure virtual
is_null() const -> bool=0le::console::ITerminalpure virtual
printerr(std::string_view text)=0le::console::ITerminalpure virtual
println(std::string_view text)=0le::console::ITerminalpure virtual
remove_tweakable(std::string_view id)=0le::tweak::IStorepure virtual
set_background(kvf::Color color)=0le::console::ITerminalpure virtual
tick(kvf::Seconds dt)=0le::console::ITerminalpure virtual
toggle_active()=0le::console::ITerminalpure virtual