[][src]Module pugl_sys::pugl

Structs

Coord

Representing coordinates on a widget

Event
EventContext

The context of a GUI event

ExposeArea

The area that needs to be redrawn due to an expose event

Key

Key with keyboard modifiers

Modifiers

Keyboard modifiers

MotionContext

Context of a pointer event

MouseButton

Representing a mouse button

PuglView

A struct for a pugl "app" object T is struct implementing the PuglViewTrait, representing the app's logic

Scroll

A mouse wheel scroll event

Size

Representing a size of a rectangle

Enums

Cursor

Available mouse cursors

EventType

Event types

KeyVal

Representing a key from the keyboard

SpecialKey

Keys not representing a character

Status

"Return status code.

Traits

PuglViewTrait

A trait for an object of a pugl "app"

Type Definitions

PuglViewFFI