mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-03 00:39:23 +00:00
Very WIP: Add keyboard
This commit is contained in:
@@ -87,6 +87,10 @@ void Gui::clearTextBufs(void) {
|
||||
DefaultFont->clear();
|
||||
}
|
||||
|
||||
void Gui::updateTextBufs(bool top) {
|
||||
DefaultFont->update(top);
|
||||
}
|
||||
|
||||
void Gui::DrawSprite(Spritesheet &sheet, size_t imgindex, int x, int y, float ScaleX, float ScaleY) {
|
||||
sheet[imgindex].draw(x, y, 0x20, ScaleX, ScaleY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user