The cee::vis::Camera has an input handler that handles user input (mouse and keyboard events) and manipulates the camera based on these events.
This is used to move the camera around the scene to inspect the model.
In this example we will show how to create a custom navigation scheme by subclassing the cee::vis::CameraInputHandler.