Expand description

Display images

Re-exports

pub use glutin;

Structs

Provides a way to retrieve events from the system and from the windows that were registered to the events loop.

Target that associates windows with an EventLoop.

Describes a keyboard input event.

Represents the current state of the keyboard modifiers

A type that Contexts which might possibly be currently current on some thread take as a generic.

Wraps OpenGL textures

Window is used to display images

Object that allows building windows.

Identifier of a window. Unique for each window.

WindowSet allows for multiple windows to run at once

Enums

Set by the user callback given to the EventLoop::run method.

Describes the input state of a key.

Describes a generic event.

A type that Contexts which are not currently current on any thread take as a generic.

Symbolic name for a keyboard key.

Describes an event from a [Window].

Traits

A trait implemented on both NotCurrent and PossiblyCurrent.

ToTexture is defined for image types that can be converted to OpenGL textures

Functions

Show an image and exit when ESC is pressed

Show multiple images and exit when ESC is pressed

Type Definitions

Represents an OpenGL Context and the [Window] with which it is associated.

Hardware-dependent keyboard scan code.