mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
* Remove WinUI include in KeyboardManagerState.h * Changed include steps * Clean up headers in KeyboardManagerUI except XamlBridge.h * Cleaned up headers in KeyboardManager common and test * Cleaned up headers in KeyboardManager project * Removed headers from XamlBridge * Removed some headers from kbm common pch * Added MP flag to reduce build time * Added missing include
10 lines
220 B
C++
10 lines
220 B
C++
#pragma once
|
|
class MockedInput;
|
|
class KeyboardManagerState;
|
|
|
|
namespace TestHelpers
|
|
{
|
|
// Function to reset the environment variables for tests
|
|
void ResetTestEnv(MockedInput& input, KeyboardManagerState& state);
|
|
}
|