Table of Contents

Namespace Pie.Windowing

Classes

MessageBox

A cross platform message box.

SdlHelper

Provides various SDL helpers, useful internally in Pie.

Window

Represents a window that can be rendered to.

WindowBuilder

Various parameters used to construct a Window.

Structs

Icon

An RGBA formatted bitmap image with data, width, and a height.

Monitor

Contains information about monitors connected to the system.

VideoMode

Contains information about a monitor's current video mode.

Enums

CursorMode

Represents various cursor modes supported by a Window.

FullscreenMode

Represents supported fullscreen modes of a Window.

Key

Represents a key on a keyboard. Uses ASCII chars where possible, in order.

MessageBox.MessageBoxType

Contains various supported message box types.

MouseButton

Represents a button that is available on a mouse device.