Module conv

Source
Expand description

Helper module to convert between common types.

Functionsยง

from_imgui_cursor
Convert a mouse cursor from the imgui enum to the winit one.
to_imgui_button
Convert a winit mouse button to the imgui one.
to_imgui_key
Convert an winit key to the imgui one.