Skip to main content
Version: Next

Get Mouse Event Attributes

Gets attributes of a mouse event.

Description

Extracts the properties associated with a mouse event.

Inputs

  • Event (Object): The mouse event.

Outputs

  • Timestamp (Number): The timestamp of the event.
  • Relative Position X (Number): Relative position on the X axis.
  • Relative Position Y (Number): Relative position on the Y axis.
  • Absolute Position X (Number): Absolute position on the X axis.
  • Absolute Position Y (Number): Absolute position on the Y axis.
  • Ctrl Key Pressed (Boolean): true if the Control key was pressed.
  • Shift Key Pressed (Boolean): true if the Shift key was pressed.
  • Alt Key Pressed (Boolean): true if the Alt key was pressed.
  • Meta Key Pressed (Boolean): true if the Meta key was pressed.