Module sixtyfps_corelib::window[][src]

Exposed Window API

Structs

ComponentWindow

The ComponentWindow is the (rust) facing public type that can render the items of components to the screen.

Window

Structure that represent a Window in the runtime

Traits

PlatformWindow

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 typicaly windowing system related tasks.