Fixed some warnings and added code to close active windows on disable (#2915)

This commit is contained in:
Arjun Balgovind
2020-05-12 15:58:11 -07:00
committed by GitHub
parent a1e1d663c3
commit ce96e34d25
6 changed files with 50 additions and 21 deletions

View File

@@ -5,4 +5,7 @@
void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
// Function to check if there is already a window active if yes bring to foreground
bool CheckEditKeyboardWindowActive();
bool CheckEditKeyboardWindowActive();
// Function to close any active Edit Keyboard window
void CloseActiveEditKeyboardWindow();