Override this function to handle mouse movements in your camera handler
<CameraHandler>._camMouseMove( | |
e | |
) |
Attribute name | |
view | The active viewpoint object. |
x | Normalized x coordinate of mouse. |
y | Normalized y coordinate of mouse. |
dx | Relative movement of x coordinate of mouse. |
dy | Relative movement of y coordinate of mouse. |