Module speedy2d::window[][src]

Expand description

Allows for the creation and management of windows.

Structs

The state of the modifier keys.

Allows user events to be sent to the event loop from other threads.

Options used during the creation of a window.

A set of helper methods to perform actions on a crate::Window.

Information about the starting state of the window.

Enums

Error occuring when sending a user event.

Identifies a mouse button.

A virtual key code.

Error occurring when creating a window.

Whether or not the window is in fullscreen mode.

The position of the window to create.

The size of the window to create.

Traits

A set of callbacks for an active window. If a callback is not implemented, it will do nothing by default, so it is only necessary to implement the callbacks you actually need.

Type Definitions

Type representing a keyboard scancode.