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

<CameraHandler>._camMouseUp

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.

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