Module spectra::bootstrap [] [src]

Structs

Device

Device object.

FreeflyHandler

Freefly handler.

Unhandled

Empty handler.

WindowOpt

Different window options.

Enums

Action

Input actions.

DeviceError

Error that can be risen while creating a Device object.

EventSig

Signals events can pass up back to their handlers to notify them how they have processed an event. They’re three kinds of signals:

Key

Input keys.

MouseButton

Mouse buttons. The MouseButtonLeft, MouseButtonRight, and MouseButtonMiddle aliases are supplied for convenience.

WindowDim

Dimension of the window to create.

WindowEvent

Window event messages.

Traits

EventHandler

Class of event handlers.