2020-03-23 10:44:02 -07:00
|
|
|
#pragma once
|
|
|
|
|
#include <keyboardmanager/common/KeyboardManagerState.h>
|
|
|
|
|
|
|
|
|
|
// Function to create the Edit Keyboard Window
|
2020-04-21 14:14:50 -07:00
|
|
|
void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
2020-04-14 09:24:11 -07:00
|
|
|
|
2020-04-29 17:58:31 -07:00
|
|
|
// Function to check if there is already a window active if yes bring to foreground
|
2020-05-12 15:58:11 -07:00
|
|
|
bool CheckEditKeyboardWindowActive();
|
|
|
|
|
|
|
|
|
|
// Function to close any active Edit Keyboard window
|
|
|
|
|
void CloseActiveEditKeyboardWindow();
|