ProtectedconstructorSnap HiddenReadonlybuttonThe specific mouse button that triggered the event
ReadonlybuttonsAll mouse buttons currently pressed (flags)
ReadonlyglobalThe x-coordinate of the mouse position relative to the widget
ReadonlyglobalThe y-coordinate of the mouse position relative to the widget
ReadonlymodifiersThe keyboard modifiers pressed during the mouse event (Shift, Ctrl, Alt, etc.).
ReadonlyxThe absolute x-coordinate of the mouse position on screen
ReadonlyyThe absolute y-coordinate of the mouse position on screen
Marks the mouse event as accepted, preventing further propagation
Returns the name of this object's type.
Marks the mouse event as ignored, allowing further propagation
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Event object containing mouse interaction data.