[][src]Crate luminance_glutin

The glutin windowing implementation for luminance-windowing.

Structs

DeviceId

Identifier of an input device.

GlutinSurface

The Glutin surface.

KeyboardInput

Describes a keyboard input event.

LogicalPosition

A position represented in logical pixels.

LogicalSize

A size represented in logical pixels.

ModifiersState

Represents the current state of the keyboard modifiers

Touch

Represents touch event

WindowId

Identifier of a window. Unique for each window.

WindowOpt

Different window options.

Enums

ContextError

Error that can happen when manipulating an OpenGL Context.

CreationError

Error that can happen while creating a window or a headless renderer.

CursorMode

Cursor mode.

DeviceEvent

Represents raw hardware events that are not associated with any particular window.

ElementState

Describes the input state of a key.

Error

Error that might occur when creating a Glutin surface.

Event

Describes a generic event.

MouseScrollDelta

Describes a difference in the mouse scroll wheel state.

TouchPhase

Describes touch-screen input state.

VirtualKeyCode

Symbolic name for a keyboard key.

WindowDim

Dimension metrics.

WindowEvent

Describes an event from a Window.

Traits

Surface

Rendering surface.