mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(console): animate console open and close
This commit is contained in:
parent
56092c6700
commit
df1ab32267
6 changed files with 55 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef CONSOLE_CONSOLE_HPP
|
||||
#define CONSOLE_CONSOLE_HPP
|
||||
|
||||
#include "console/Types.hpp"
|
||||
#include "event/Types.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
|
|
@ -12,8 +13,12 @@ int32_t ConsoleGetActive();
|
|||
|
||||
KEY ConsoleGetHotKey();
|
||||
|
||||
CONSOLERESIZESTATE ConsoleGetResizeState();
|
||||
|
||||
void ConsoleSetActive(int32_t active);
|
||||
|
||||
void ConsoleSetHotKey(KEY hotkey);
|
||||
|
||||
void ConsoleSetResizeState(CONSOLERESIZESTATE state);
|
||||
|
||||
#endif // ifndef CONSOLE_CONSOLE_HPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue