Show / Hide Table of Contents

Enum HitType

Type of window hit.

Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum HitType

Fields

Name Description
Default

Do what would be done if no hit test delegate was set.

Draggable

A part of the window that can be used to move the window.

Normal

The client area of the window.

ResizeBottom

The bottom resizeable part of the window.

ResizeBottomLeft

The bottom left resizeable part of the window.

ResizeBottomRight

The bottom right resizeable part of the window.

ResizeLeft

The left resizeable part of the window.

ResizeRight

The right resizeable part of the window.

ResizeTop

The top resizeable part of the window.

ResizeTopLeft

The top left resizeable part of the window.

ResizeTopRight

The top right resizeable part of the window.

In this article
Back to top Generated by DocFX