Struct wasm_rgame::Canvas [] [src]

pub struct Canvas { /* fields omitted */ }

Methods

impl Canvas
[src]

[src]

Gets the Canvas instance for the application. At the moment only one Canvas per application is supported.

[src]

Get pointer to the canvas properties rect WARNING: JS Exported Function - not intended for normal use

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Canvas

impl Sync for Canvas