forked from mirror/OpenTTD
Codechange: Add utility function for whether the focused window is a console
This commit is contained in:
committed by
Charles Pigott
parent
81f159434d
commit
1dba06656d
@@ -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 */
|
||||
|
Reference in New Issue
Block a user