Module oxid::core

source · []

Re-exports

pub use crate::wasm;
pub use crate::wasm::gl;
pub use graphics::*;

Modules

Clipboard abstraction

Context creation configuration

Structs

Enums

Constants

RAND_MAXDeprecated

Traits

A trait defining event callbacks.

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

Functions

randDeprecated

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