Adds a keydown action.
The key to press down.
This object.
Adds a keyup action.
The key to release.
This object.
Adds a mouse down action for the left mouse button.
This object.
Adds a mouse up action for the left mouse button.
This object.
Adds custom magic action.
The action function that will be invoked to produce the magic.
This object.
Adds a mouse down action for the right mouse button.
This object.
Adds a mouse up action for the right mouse button.
This object.
Clicks the left mouse button.
This is a combination of left mouse down + left mouse up.
This object.
Presses a key on the keyboard.
This is essentially a combination of key down + key up.
The key to press.
The number of times to press the key. Does it just once if not supplied.
This object.
Clicks the right mouse button.
This is a combination of right mouse down + right mouse up.
This object
Types a string of characters.
You will only really be able to put strings of single digit characters into this, so special characters will be handled as individual chars.
The keys to press as a string.
This object.
A builder for a circus act.