[][src]Module orbtk_shell::platform

This module contains a platform specific implementation of the window shell.

Re-exports

pub use super::native::*;

Structs

Shell

Represents an application shell that could handle multiple windows.

Window

Represents a wrapper for a minifb window. It handles events, propagate them to the window adapter and handles the update and render pipeline.

WindowBuilder

The WindowBuilder is used to construct a window shell for the minifb backend.

Functions

initialize

Does nothing. This function is only use by the web backend.