[][src]Crate miniquad

Re-exports

pub use graphics::*;

Modules

clipboard
conf
date
fs
graphics

Structs

KeyMods
Touch

Enums

KeyCode
MouseButton
TouchPhase
UserData

Constants

RAND_MAX

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

rand
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.