I am creating an input system (using the windows messaging system) that I would now like to unit test. A window has been created for testing but I am wondering how to fire the key (and mouse) events programatically so that I can test that the corresponding flags in the input system are being set and unset properly.
Share
This is the purpose of
SendInput: