Beispiel #1
0
        static TestKeyboard()
        {
            PressedKeys = new HashSet <Key>();

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

            AssemblySetup.EnsureIsPatched();
        }