vispy.scene.events.
SceneMouseEvent
Bases: vispy.util.event.Event
vispy.util.event.Event
Represents a mouse event that occurred on a SceneCanvas. This event is delivered to all entities whose mouse interaction area is under the event.
button
The button pressed or released on this event.
buttons
A list of all buttons currently pressed on the mouse.
copy
delta
The increment by which the mouse wheel has moved.
last_event
The mouse event immediately prior to this one. This property is None when no mouse buttons are pressed.
pos
The position of this event in the local coordinate system of the visual.
press_event
The mouse press event that initiated a mouse drag, if any.
visual