Is there a way(library?) to simulate a keyboard on Windows without having to build a driver for it? I would like to send the “keys” pressed from an application to Windows, as the virtual keyboard does.
Is there a way(library?) to simulate a keyboard on Windows without having to build
Share
You can use keybd_event or SendInput function to synthesize keystrokes.