Struct MouseMovePoint
Contains information about the mouse's location in screen coordinates.
Inherited Members
Namespace: OpenTK.Platform.Windows
Assembly: OpenTK.dll
Syntax
public struct MouseMovePoint
Fields
ExtraInfo
Additional information associated with this coordinate.
Declaration
public IntPtr ExtraInfo
Field Value
Type | Description |
---|---|
IntPtr |
SizeInBytes
Returns the size of a MouseMovePoint in bytes.
Declaration
public static readonly int SizeInBytes
Field Value
Type | Description |
---|---|
Int32 |
Time
The time stamp of the mouse coordinate.
Declaration
public int Time
Field Value
Type | Description |
---|---|
Int32 |
X
The x-coordinate of the mouse.
Declaration
public int X
Field Value
Type | Description |
---|---|
Int32 |
Y
The y-coordinate of the mouse.
Declaration
public int Y
Field Value
Type | Description |
---|---|
Int32 |