/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/keyboardmanager/KeyboardManagerEngineTest/TestHelpers.h
16 строк
427 B
Mykhailo Pylyp
[KBM] decoupling editor and engine (#11133)
07 май 2021, 11:16
Не верифицирован
07 май 2021, 11:16
8785fca
Код
Авторство
О чём код?
#pragma once namespace KeyboardManagerInput { class MockedInput; } class State; namespace TestHelpers { // Function to reset the environment variables for tests void ResetTestEnv(KeyboardManagerInput::MockedInput& input, State& state); // Function to return the index of the given key code from the drop down key list int GetDropDownIndexFromDropDownList(DWORD key, const std::vector<DWORD>& keyList); }