Module sixtyfps_corelib::window[][src]

Expand description

Exposed Window API

Modules

Internal module to define the public Window API, for re-export in the regular Rust crate and the interpreter crate.

Structs

Structure that represent a Window in the runtime

Traits

This trait represents the interface that the generated code and the run-time require in order to implement functionality such as device-independent pixels, window resizing and other typically windowing system related tasks.

Internal trait used by generated code to access window internals.

Type Definitions

Internal alias for Rc so that it can be used in the vtable functions and generate a good signature.