Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The EcoreEventType is a type of EcoreEvent.
It includes some predefined instance.
public class EcoreEventType
- Inheritance
-
Fields
Declaration
public static readonly EcoreEventType KeyDown
Field Value
Declaration
public static readonly EcoreEventType KeyUp
Field Value
Declaration
public static readonly EcoreEventType MouseButtonCancel
Field Value
Declaration
public static readonly EcoreEventType MouseButtonDown
Field Value
Declaration
public static readonly EcoreEventType MouseButtonUp
Field Value
Declaration
public static readonly EcoreEventType MouseIn
Field Value
Declaration
public static readonly EcoreEventType MouseMove
Field Value
Declaration
public static readonly EcoreEventType MouseOut
Field Value
Declaration
public static readonly EcoreEventType MouseWheel
Field Value
Methods
View Source
GetValue()
Gets the value associated with the specified type.
Declaration
Returns
| Type |
Description |
| int |
The value of type.
|