Open topic with navigation
<CameraHandler>._camMouseUp
Override this function to handle mouse releases in your camera handler
<CameraHandler>._camMouseUp( |
|
e |
) |
|
e
Event object that contains the following attributes:
view | The active viewpoint object. |
button | The mouse button that was released. |
Remarks
Overriding this function allows you to handle mouse releases in your custom camera handler.
This will be called in response to a viz.MOUSEUP_EVENT.
Return Value
None