Codechange: Add utility function for whether the focused window is a console

This commit is contained in:
Jonathan G Rennison
2019-11-04 18:10:09 +00:00
committed by Charles Pigott
parent 81f159434d
commit 1dba06656d
2 changed files with 10 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ void DeleteWindowById(WindowClass cls, WindowNumber number, bool force = true);
void DeleteWindowByClass(WindowClass cls);
bool EditBoxInGlobalFocus();
bool FocusedWindowIsConsole();
Point GetCaretPosition();
#endif /* WINDOW_FUNC_H */