Files
PowerToys/src/modules/keyboardmanager/ui/EditKeyboardWindow.h

11 lines
405 B
C
Raw Normal View History

#pragma once
class KeyboardManagerState;
// Function to create the Edit Keyboard Window
void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
// Function to check if there is already a window active if yes bring to foreground
bool CheckEditKeyboardWindowActive();
// Function to close any active Edit Keyboard window
void CloseActiveEditKeyboardWindow();