Show / Hide Table of Contents

Struct DoubleClickInfo

A struct describing the time and spatial conditions for double-clicks.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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.

Overrides
ValueType.ToString()
In this article
Back to top Generated by DocFX