IInputConsumerEx
Description
- Derived from
- Extended by
- 
ICameraControl 
 ISceneEntityViewFocusable
 IWidget
 ObjectList sealed
 SceneView sealed
 ScrollControl sealed
 SixDofCrosshair sealed
Base interface for classes that consume input events (see InputEvent) and/or poll input state (see IInputState).
An IInputConsumerEx object can request to capture the mouse (see ShouldCaptureMouse). The outer code can then honour this request (for example via IApplicationWindow.MouseCaptured).