Exemplo n.º 1
0
        static TestKeyboard()
        {
            PressedKeys = new HashSet <Key>();

            AssemblySetup.EnsureIsPatched();
        }
Exemplo n.º 2
0
        static TestMouse()
        {
            Positions = new Dictionary <IInputElement, Point>();

            AssemblySetup.EnsureIsPatched();
        }