button_release_event
Description:
Emitted when a mouse button is released in an item.
Parameters:
event |
the event data. The x & y fields contain the mouse position in the item's coordinate space. The x_root & y_root fields contain the same coordinates converted to the canvas coordinate space. |
target_item |
the target of the event. |
Returns:
true to stop the signal emission, or false to let it continue. |