Class MouseEnterEventArgs
This event is triggered when the mouse cursor enters or exits a window.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public class MouseEnterEventArgs : WindowEventArgs
Constructors
MouseEnterEventArgs(WindowHandle, bool)
Initializes a new instance of the MouseEnterEventArgs class.
Declaration
public MouseEnterEventArgs(WindowHandle window, bool entered)
Parameters
Type | Name | Description |
---|---|---|
WindowHandle | window | The window that the mouse entered or exited. |
bool | entered | Whether the mouse entered or exited. |
Properties
Entered
Whether the cursor entered or exited the window.
Declaration
public bool Entered { get; set; }
Property Value
Type | Description |
---|---|
bool |