mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
5 lines
235 B
C
5 lines
235 B
C
|
|
#pragma once
|
||
|
|
#include <keyboardmanager/common/KeyboardManagerState.h>
|
||
|
|
|
||
|
|
// Function to create the Edit Keyboard Window
|
||
|
|
__declspec(dllexport) void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
|