#include <console_gfx.hpp>
Public Member Functions | |
| SGE_SYMBOL | console_gfx (renderer::device_ptr, texture::part_ptr, font::font_ptr, input::system_ptr, sprite::point const &, sprite::dim const &) |
| SGE_SYMBOL void | key_callback (const input::key_pair &) |
| SGE_SYMBOL void | key_action (const input::key_type &) |
| SGE_SYMBOL void | draw () |
| SGE_SYMBOL space_unit | change_cursor_rate (const space_unit &n, const space_unit &) |
| SGE_SYMBOL void | toggle () |
| SGE_SYMBOL bool | active () const |
| SGE_SYMBOL void | print (const string &) |
| SGE_SYMBOL void | clear (const arg_list &) |
| SGE_SYMBOL void | dump (const arg_list &) |
| sge::con::console_gfx::console_gfx | ( | renderer::device_ptr | rend, | |
| texture::part_ptr | texture, | |||
| font::font_ptr | fn, | |||
| input::system_ptr | is, | |||
| sprite::point const & | pos, | |||
| sprite::dim const & | size | |||
| ) |
| void sge::con::console_gfx::key_callback | ( | const input::key_pair & | k | ) |
| void sge::con::console_gfx::key_action | ( | const input::key_type & | k | ) |
| void sge::con::console_gfx::draw | ( | ) |
| sge::space_unit sge::con::console_gfx::change_cursor_rate | ( | const space_unit & | n, | |
| const space_unit & | ||||
| ) |
| void sge::con::console_gfx::toggle | ( | ) |
| bool sge::con::console_gfx::active | ( | ) | const |
| void sge::con::console_gfx::print | ( | const string & | s | ) |
| void sge::con::console_gfx::clear | ( | const arg_list & | ) |
| void sge::con::console_gfx::dump | ( | const arg_list & | args | ) |
1.5.5