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