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.
Appends an action.
The action to append.
This object.
Builds the circus act.
The built act.
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
A builder for a circus act.