Module sixtyfps_corelib::window [−][src]
Expand description
Exposed Window API
Structs
The ComponentWindow is the (rust) facing public type that can render the items of components to the screen.
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.