Expand description
§winit_window

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§
- Winit
Window - Winit window backend for Piston.
Enums§
- Keyboard
Ignore Modifiers - Settings for whether to ignore modifiers and use standard keyboard layouts instead.
- User
Event - Custom events for the winit event loop
Functions§
- map_
mouse - Maps Winit’s mouse button to Piston’s mouse button.