InputSimulatorPlus icon indicating copy to clipboard operation
InputSimulatorPlus copied to clipboard

SimulateKeyPress isn't working

Open TristanMann17 opened this issue 3 years ago • 1 comments

    public void pressTab()
             {
                 sim.SimulateKeyPress(VirtualKeyCode.TAB);
             }

//simulate key press is giving the error "InputSimulator does not contain a definition for SimulateKeyPress", I'm not sure what it is, /i'm using WindowsInput.native and WindowsInput.

TristanMann17 avatar Sep 28 '22 14:09 TristanMann17

is sim.Keyboard.KeyPress not sim.SimulateKeyPress see example pls.

UsefullProgrammer avatar Sep 24 '24 20:09 UsefullProgrammer