pub fn translate_cursor<W>(
    win: &mut W,
    fused: &mut FusedCursor,
    cursor_icon: CursorIcon
)where
    W: WindowExt,
Expand description

Translates FLTK cursor to Egui cursors