Module makepad

Module makepad 

Source
Expand description

Utilities to deal with stuff that is highly specific to Makepad.

Modules§

events
hits
Extensions to Makepad’s Hit type. 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 0xff33cc into vec4(1.0, 0.2, 0.8, 1.0).
load_image_from_resource
Loads an image into an [ImageRef] from a resource registered via crate_resource().