Expand description

Things which are used in almost every single Screen 13 program.

Re-exports

pub use super::graph::RenderGraph;

Macros

Logs a message at the debug level.

Logs a message at the error level.

Logs a message at the info level.

Logs a message at the trace level.

Logs a message at the warn level.

Structs

A container for Window-based keyboard input events.

A position represented in logical pixels.

A size represented in logical pixels.

Handle to a monitor.

A container for Window-based mouse, tablet and touch input events.

A position represented in physical pixels.

A size represented in physical pixels.

Describes a fullscreen video mode of a monitor.

Represents a window.

Object that allows you to build windows.

Enums

Describes a generic event.

Describes a button of a mouse controller.

Symbolic name for a keyboard key.

Functions