Bases: Event
Sent when the mouse has been captured.
- Bubbles
- Verbose
When a mouse has been captured, all further mouse events will be sent to the capturing widget.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
Offset
|
The position of the mouse when captured. |
required |
mouse_position
instance-attribute
¶
mouse_position = mouse_position
The position of the mouse when captured.