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