Click or drag to resize

IInputEventHandler Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.IInputEventHandler"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IInputEventHandler

The IInputEventHandler type exposes the following members.

Properties
 NameDescription
Public propertyHasCapturedMouse Capture all mouse input
Top
Methods
 NameDescription
Public methodKey Executed when a key is pressed.
Public methodKeyPress Executed when a key is pressed
Public methodMouseDown Executed when a mouse button is clicked
Public methodMouseDrag Executed when the mouse moves over the handler and a mouse button is down.
Public methodMouseEnter Executed when the mouse enters the handler
Public methodMouseHover Executed when the mouse hovers over the handler
Public methodMouseLeave Executed when the mouse leaves the handler
Public methodMouseMove Executed when the mouse moves over the handler
Public methodMouseUp Executed when a mouse button is released
Public methodShortcut Executed when certain keyboard shortcuts are pressed.
Top
See Also