Expand description
Helper module to convert between common types.
Functionsยง
- from_
imgui_ cursor - Convert a mouse cursor from the
imgui
enum to thewinit
one. - to_
imgui_ button - Convert a
winit
mouse button to theimgui
one. - to_
imgui_ key - Convert an
winit
key to theimgui
one.