mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-18 09:12:22 -05:00
Hide ui::Rect implementation.
This commit is contained in:
parent
d15ace4676
commit
e820bed097
12 changed files with 52 additions and 42 deletions
|
|
@ -49,7 +49,7 @@ void Console::write(const std::string& message) {
|
|||
crlf();
|
||||
}
|
||||
const Point pos_glyph {
|
||||
rect.pos.x() + pos.x(),
|
||||
rect.left() + pos.x(),
|
||||
display.scroll_area_y(pos.y())
|
||||
};
|
||||
display.draw_glyph(pos_glyph, glyph, s.foreground, s.background);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue