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

<CameraHandler>._camKeyUp

Override this function to handle key releases in your camera handler

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

Attribute name

view

The active viewpoint object.

key

The key that was released.

Remarks

Overriding this function will allow you to handle key releases in your custom camera handler.

This will be called in response to a viz.KEYUP_EVENT.

Return Value

None