mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Fixed some warnings and added code to close active windows on disable (#2915)
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user