The dummy param must be 0.
A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
Sends a fake press or release key event.
Sends a fake mouse button press or release event.
Simulates typing a string into the keyboard.
All methods on OSX Cocoa will throw not yet implemented exceptions.
Added May 17, 2020 with the X implementation.
Added unified implementation for Windows on April 3, 2022. (Prior to that, you had to use the top-level sendSyntheticInput or the Windows SendInput call directly.)
Allows for sending synthetic input to the X server via the Xtst extension or on Windows using SendInput.
Please remember user input is meant to be user - don't use this if you have some other alternative!