Table of Contents

Enum HitTestResult

Namespace
Sdl3Sharp.Video.Windowing
Assembly
Sdl3Sharp.dll

Represents the result of a custom hit test performed for a Window

public enum HitTestResult

Fields

Draggable = 1

The region tested is draggable, and can be used to drag the entire window

Normal = 0

The region tested is normal, and has no special properties

ResizeBottom = 7

The region tested is the bottom border of the window, and can be used to resize the window from that border

ResizeBottomLeft = 8

The region tested is the bottom-left corner border of the window, and can be used to resize the window from that corner

ResizeBottomRight = 6

The region tested is the bottom-right corner border of the window, and can be used to resize the window from that corner

ResizeLeft = 9

The region tested is the left border of the window, and can be used to resize the window from that border

ResizeRight = 5

The region tested is the right border of the window, and can be used to resize the window from that border

ResizeTop = 3

The region tested is the top border of the window, and can be used to resize the window from that border

ResizeTopLeft = 2

The region tested is the top-left corner border of the window, and can be used to resize the window from that corner

ResizeTopRight = 4

The region tested is the top-right corner border of the window, and can be used to resize the window from that corner