mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(console): limited console implementation
This commit is contained in:
parent
9c3bc2203d
commit
384e52c7d1
31 changed files with 1370 additions and 47 deletions
|
|
@ -11,6 +11,12 @@ void ConsoleAccessSetEnabled(int32_t enable);
|
|||
|
||||
int32_t ConsoleGetActive();
|
||||
|
||||
float ConsoleGetFontHeight();
|
||||
|
||||
float ConsoleGetLines();
|
||||
|
||||
float ConsoleGetHeight();
|
||||
|
||||
KEY ConsoleGetHotKey();
|
||||
|
||||
CONSOLERESIZESTATE ConsoleGetResizeState();
|
||||
|
|
@ -19,6 +25,10 @@ void ConsoleSetActive(int32_t active);
|
|||
|
||||
void ConsoleSetHotKey(KEY hotkey);
|
||||
|
||||
void ConsoleSetHeight(float height);
|
||||
|
||||
void ConsoleSetResizeState(CONSOLERESIZESTATE state);
|
||||
|
||||
void ConsolePostClose();
|
||||
|
||||
#endif // ifndef CONSOLE_CONSOLE_HPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue