Vizard 8 » Command Index » Vizard objects » CameraHandler » <CameraHandler>._camMouseDown
8.1

<CameraHandler>._camMouseDown

Override this function to handle mouse presses in your camera handler

<CameraHandler>._camMouseDown(  
e  
)  
e
Event object that contains the following attributes:

Attribute name

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