2020-03-24 01:44:02 +08:00
|
|
|
#pragma once
|
|
|
|
#include "keyboardmanager/common/KeyboardManagerState.h"
|
2020-04-10 00:20:19 +08:00
|
|
|
#include "keyboardmanager/common/Shortcut.h"
|
2020-03-24 01:44:02 +08:00
|
|
|
#include "keyboardmanager/common/Helpers.h"
|
|
|
|
|
|
|
|
// Function to create the Edit Shortcuts Window
|
2020-04-15 00:24:11 +08:00
|
|
|
__declspec(dllexport) void createEditShortcutsWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|
|
|
|
|
|
|
|
// Function to check if there is already a window active if yes bring to foreground.
|
|
|
|
__declspec(dllexport) bool CheckEditShortcutsWindowActive();
|