Class EcoreEventType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The EcoreEventType is a type of EcoreEvent. It includes some predefined instance.
public class EcoreEventType
- Inheritance
-
objectEcoreEventType
Fields
View SourceKeyDown
Key down Ecore event type.
Declaration
public static readonly EcoreEventType KeyDown
Field Value
Type | Description |
---|---|
EcoreEventType |
KeyUp
Key Up Ecore event type.
Declaration
public static readonly EcoreEventType KeyUp
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseButtonCancel
Mouse Button Cancel Ecore event type.
Declaration
public static readonly EcoreEventType MouseButtonCancel
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseButtonDown
Mouse Button Down Ecore event type.
Declaration
public static readonly EcoreEventType MouseButtonDown
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseButtonUp
Mouse Button Up Ecore event type.
Declaration
public static readonly EcoreEventType MouseButtonUp
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseIn
Mouse In Ecore event type.
Declaration
public static readonly EcoreEventType MouseIn
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseMove
Mouse Move Ecore event type.
Declaration
public static readonly EcoreEventType MouseMove
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseOut
Mouse Out Ecore event type.
Declaration
public static readonly EcoreEventType MouseOut
Field Value
Type | Description |
---|---|
EcoreEventType |
MouseWheel
Mouse Wheel Ecore event type.
Declaration
public static readonly EcoreEventType MouseWheel
Field Value
Type | Description |
---|---|
EcoreEventType |
Methods
View SourceGetValue()
Gets the value associated with the specified type.
Declaration
public int GetValue()
Returns
Type | Description |
---|---|
int | The value of type. |