Override this function to handle mouse releases in your camera handler
| <CameraHandler>._camMouseUp( | |
| e |
)
e
Event object that contains the following attributes:
Attribute name |
|
view |
The active viewpoint object. |
button |
The mouse button that was released. |
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.
None