/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/keyboardmanager/KeyboardManagerEditorLibrary/EditKeyboardWindow.h
17 строк
508 B
Mykhailo Pylyp
[KBM] decoupling editor and engine (#11133)
07 май 2021, 11:16
Не верифицирован
07 май 2021, 11:16
8785fca
Код
Авторство
О чём код?
#pragma once namespace KBMEditor { class KeyboardManagerState; } class MappingConfiguration; // Function to create the Edit Keyboard Window void CreateEditKeyboardWindow(HINSTANCE hInst, KBMEditor::KeyboardManagerState& keyboardManagerState, MappingConfiguration& mappingConfiguration); // 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();