mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-21 10:35:21 -05:00
Switching between waterfall and console mode.
Also remove an unused Console constructor.
This commit is contained in:
parent
d0f35cf89d
commit
be94c9fa9b
4 changed files with 26 additions and 10 deletions
|
|
@ -32,12 +32,6 @@ namespace ui {
|
|||
|
||||
class Console : public Widget {
|
||||
public:
|
||||
constexpr Console(
|
||||
const Rect parent_rect
|
||||
) : Widget { parent_rect }
|
||||
{
|
||||
}
|
||||
|
||||
void clear();
|
||||
void write(const std::string message);
|
||||
void writeln(const std::string message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue