Circus
    Preparing search index...

    Enumeration ZCircusActionType

    Represents a type of action that can be performed.

    Index

    Enumeration Members

    Enumeration Members

    KeyDown: "key-down"

    User presses a key on the keyboard (no-release).

    KeyUp: "key-up"

    User releases a key on the keyboard.

    Magic: "magic"

    A custom action that may or may not be done by the user.

    MouseDown: "mouse-down"

    User presses a mouse button down (no-release).

    MouseUp: "mouse-up"

    User releases a mouse button.