mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(console): register event handlers for console
This commit is contained in:
parent
cfd7aff536
commit
ecf0c43e70
3 changed files with 65 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue