Struct DoubleClickInfo
A struct describing the time and spatial conditions for double-clicks.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public struct DoubleClickInfo
Constructors
DoubleClickInfo()
Declaration
public DoubleClickInfo()
Fields
Distance
The maximum distance in x and y that the mouse can move in a double-click operation, in screen coordinates.
Declaration
public Vector2 Distance
Field Value
| Type | Description |
|---|---|
| Vector2 |
Interval
The maximum time between clicks for them to be considered a double-click.
Declaration
public ulong Interval
Field Value
| Type | Description |
|---|---|
| ulong |
Methods
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The fully qualified type name. |