Class EcoreEventType

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

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

C#
Copy
[Obsolete("This has been deprecated in API12")] public class EcoreEventType
Inheritance
object
EcoreEventType

Fields

View Source

KeyDown

Key down Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType KeyDown
Field Value
Type Description
EcoreEventType
View Source

KeyUp

Key Up Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType KeyUp
Field Value
Type Description
EcoreEventType
View Source

MouseButtonCancel

Mouse Button Cancel Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseButtonCancel
Field Value
Type Description
EcoreEventType
View Source

MouseButtonDown

Mouse Button Down Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseButtonDown
Field Value
Type Description
EcoreEventType
View Source

MouseButtonUp

Mouse Button Up Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseButtonUp
Field Value
Type Description
EcoreEventType
View Source

MouseIn

Mouse In Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseIn
Field Value
Type Description
EcoreEventType
View Source

MouseMove

Mouse Move Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseMove
Field Value
Type Description
EcoreEventType
View Source

MouseOut

Mouse Out Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseOut
Field Value
Type Description
EcoreEventType
View Source

MouseWheel

Mouse Wheel Ecore event type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public static readonly EcoreEventType MouseWheel
Field Value
Type Description
EcoreEventType

Methods

View Source

GetValue()

Gets the value associated with the specified type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public int GetValue()
Returns
Type Description
int

The value of type.