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

<CameraHandler>._camKeyDown

Override this function to handle key presses in your camera handler

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

Attribute name

view

The active viewpoint object

key

The key that was pressed.

Remarks

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

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

Return Value

None