Class EcoreEventType

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

The EcoreEventType is a type of EcoreEvent. It includes some predefined instance.

C#
Copy
public class EcoreEventType
Inheritance
System.Object
EcoreEventType

Fields

View Source

KeyDown

Key down Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType KeyDown
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

KeyUp

Key Up Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType KeyUp
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseButtonCancel

Mouse Button Cancel Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseButtonCancel
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseButtonDown

Mouse Button Down Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseButtonDown
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseButtonUp

Mouse Button Up Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseButtonUp
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseIn

Mouse In Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseIn
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseMove

Mouse Move Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseMove
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseOut

Mouse Out Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseOut
Field Value
Type Description
EcoreEventType
API Level: preview
View Source

MouseWheel

Mouse Wheel Ecore event type.

Declaration
C#
Copy
public static readonly EcoreEventType MouseWheel
Field Value
Type Description
EcoreEventType
API Level: preview

Methods

View Source

GetValue()

Gets the value associated with the specified type.

Declaration
C#
Copy
public int GetValue()
Returns
Type Description
Int32

The value of type.

API Level: preview