Skip to content

Inputs.MouseUp

Name Mandatory Description Default Type
⬅️ Input Input of any type is accepted. The input is passed as input to the code specified in the Action parameter. Any
Output ➡️ Outputs the input value, passed through unchanged. Any
Left No The action to perform when the left mouse button is pressed down. none Shard[Shard]None
Right No The action to perform when the right mouse button is pressed down. none Shard[Shard]None
Middle No The action to perform when the middle mouse button is pressed down. none Shard[Shard]None
Consume No If set to true, this event will be consumed. Meaning, if there was a previous shard with "Consume" set to true, all subsequent calls of the same shard with the same key specified will not activate. true Bool
SkipConsumed No If true, skips events already consumed by previous shards. If false, processes all events regardless of their consumed state. true Bool

Checks if the appropriate mouse button is released. If it is released, the shard executes the code specified in the respective parameter on the frame the button is released.(If the Right Mouse button was released, the code specified in the Right parameter will be executed.)