Crate miniquad[][src]

Re-exports

pub use graphics::*;

Modules

clipboard

OS clipboard abstraction

conf

Context creation configuration

date
fs
gl
graphics

Structs

KeyMods
Touch

Enums

CursorIcon
KeyCode
MouseButton
TouchPhase
UserData

Constants

RAND_MAXDeprecated

Traits

EventHandler

A trait defining event callbacks.

EventHandlerFree

A trait defining event callbacks. Used for miniquad’s setup with user-owned Context. The only difference from EventHandler - will not receive “&mut Context”

Functions

randDeprecated
start

Start miniquad. Initialization callback will be called when miniquad’s Context is ready. User can take ownership on Context and store it in user Code. Or return it back to miniquad and give miniquad ownership on Context.