Module three_d::window[][src]

Expand description

Default windows for easy setup and event handling. Currently glutin for cross-platform desktop and canvas using wasm-bindgen for web, but can be replaced by any other window with similar functionality. Also contains camera control utilities.

Re-exports

pub use control::*;

Modules

Structs

Input from the window to the rendering (and whatever else needs it) each frame.

Output from the rendering to the window each frame.

State of modifiers (alt, ctrl, shift and command).

Default window and event handler for easy setup.

Window settings.

Enums

An input event (from mouse, keyboard or similar).

Keyboard key input.

Type of mouse button.

Error from the glutin window.