[go: up one dir, main page]

Crate winit_window

Crate winit_window 

Source
Expand description

§winit_window Crates.io Crates.io

A winit back-end for pistoncore-window.

§Touch events on OSX

As of Winit v0.30.12, touch events are unsupported on OSX.

§License

Licensed under either of

  • Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

Structs§

WinitWindow
Winit window backend for Piston.

Enums§

KeyboardIgnoreModifiers
Settings for whether to ignore modifiers and use standard keyboard layouts instead.
UserEvent
Custom events for the winit event loop

Functions§

map_mouse
Maps Winit’s mouse button to Piston’s mouse button.