Provides access to events that occur with interaction with the SceneControl. This interface is for use with the C++ API only.
Members
Description | ||
---|---|---|
![]() |
OnDoubleClick | Fires when the user presses and releases the mouse button twice in quick succession. |
![]() |
OnKeyDown | Fires after a key is pressed on the keyboard. |
![]() |
OnKeyUp | Fires after a pressed key is released. |
![]() |
OnMouseDown | Fires when the user presses any mouse button while over the SceneControl. |
![]() |
OnMouseMove | Fires when the user moves the mouse pointer over the SceneControl. |
![]() |
OnMouseUp | Fires when the user releases a mouse button while over the SceneControl. |
![]() |
OnSceneReplaced | Fires after the Scene contained by the SceneControl has been replaced. |