IInputEventHandler Interface | 
[Missing <summary> documentation for "T:Demo3D.Visuals.IInputEventHandler"]
Namespace: Demo3D.Visuals
public interface IInputEventHandler
The IInputEventHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| HasCapturedMouse | 
            Capture all mouse input
              | 
| Name | Description | |
|---|---|---|
| Key | 
            Executed when a key is pressed.
              | |
| KeyPress | 
            Executed when a key is pressed
              | |
| MouseDown | 
            Executed when a mouse button is clicked
              | |
| MouseDrag | 
            Executed when the mouse moves over the handler and a mouse button is down.
              | |
| MouseEnter | 
            Executed when the mouse enters the handler
              | |
| MouseHover | 
            Executed when the mouse hovers over the handler
              | |
| MouseLeave | 
            Executed when the mouse leaves the handler
              | |
| MouseMove | 
            Executed when the mouse moves over the handler
              | |
| MouseUp | 
            Executed when a mouse button is released
              | |
| Shortcut | 
            Executed when certain keyboard shortcuts are pressed.
              |