SLMouseButton
Mouse button codes.
SLKey
Keyboard key codes enumeration.
SLbool onKeyRelease(SLKey key, SLKey mod) final
SLbool onKeyPress(SLKey key, SLKey mod) final
SLbool onMouseDown(SLMouseButton button, SLint x, SLint y, SLKey mod) final
AppDemoSceneView(SLScene *s, int dpi, SLInputManager &inputManager)
The SLScene class represents the top level instance holding the scene structure.
SceneView class represents a dynamic real time 3D view onto the scene.