mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-02 16:57:56 +08:00
10 lines
255 B
C
10 lines
255 B
C
|
#pragma once
|
||
|
#include "MockedInput.h"
|
||
|
#include <keyboardmanager/common/KeyboardManagerState.h>
|
||
|
|
||
|
namespace TestHelpers
|
||
|
{
|
||
|
// Function to reset the environment variables for tests
|
||
|
void ResetTestEnv(MockedInput& input, KeyboardManagerState& state);
|
||
|
}
|