feat(console): register event handlers for console

This commit is contained in:
fallenoak 2023-04-09 22:40:32 -05:00 committed by GitHub
parent cfd7aff536
commit ecf0c43e70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 4 deletions

View file

@ -1,4 +1,5 @@
#include "console/Screen.hpp"
#include "console/Handlers.hpp"
#include "console/Types.hpp"
#include "gx/Buffer.hpp"
#include "gx/Coordinate.hpp"
@ -82,10 +83,6 @@ void PaintText(void* param, const RECTF* rect, const RECTF* visible, float elaps
// TODO
}
void RegisterHandlers() {
// TODO
}
void ConsoleScreenInitialize(const char* title) {
CRect windowSize;
GxCapsWindowSize(windowSize);