Expand description

A function for converting a winit::Event to a conrod::event::Input.

Modules

A collection of macros for generating code related to winit+conrod interop.

Macros

Generate a set of conversion functions for converting between types of the crate’s versions of winit and conrod_core.

A macro for converting a winit::Event to a conrod_core::event::Input.

Maps winit’s key to a conrod Key.

Maps winit’s mouse button to conrod’s mouse button.

Convert a given conrod mouse cursor to the corresponding winit cursor type.

A macro for converting a winit::WindowEvent to a Option<conrod_core::event::Input>.

A macro for converting a winit::Event to a conrod_core::event::Input.

Maps winit’s mouse button to conrod’s mouse button.

Convert a given conrod mouse cursor to the corresponding winit cursor type.

A macro for converting a winit::WindowEvent to a Option<conrod_core::event::Input>.

A macro for converting a winit::Event to a conrod_core::event::Input.

Maps winit’s mouse button to conrod’s mouse button.

Convert a given conrod mouse cursor to the corresponding winit cursor type.

A macro for converting a winit::WindowEvent to a Option<conrod_core::event::Input>.

A macro for converting a winit::Event to a conrod_core::event::Input.

Maps winit’s mouse button to conrod’s mouse button.

Convert a given conrod mouse cursor to the corresponding winit cursor type.

A macro for converting a winit::WindowEvent to a Option<conrod_core::event::Input>.

A macro for converting a winit::Event to a conrod_core::event::Input.

Maps winit’s mouse button to conrod’s mouse button.

Convert a given conrod mouse cursor to the corresponding winit cursor type.

A macro for converting a winit::WindowEvent to a Option<conrod_core::event::Input>.

Traits

Types that have access to a winit::Window and can provide the necessary dimensions and hidpi factor for converting winit::Events to conrod::event::Input, as well as set the mouse cursor.