macro_rules! convert_mouse_cursor {
    ($cursor:expr) => { ... };
}
Expand description

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

Expects a conrod_core::cursor::MouseCursor, returns a winit::MouseCursor.

Requires that both the conrod_core and winit crates are in the crate root.