Expand description
Utilities to deal with stuff that is highly specific to Makepad.
Modules§
- events
- hits
- Extensions to Makepad’s
Hittype. Useful place to detect common UX patterns. - portal_
list - Utilities to deal with [PortalList] widget.
- ui_
runner - Extensions to [UiRunner] that make sense for moly kit.
Functions§
- hex_
rgb_ color - Convert from hex color notation to makepad’s Vec4 color.
Ex: Converts
0xff33ccintovec4(1.0, 0.2, 0.8, 1.0). - load_
image_ from_ resource - Loads an image into an [
ImageRef] from a resource registered viacrate_resource().