microui  1.1.1
microui
src Directory Reference

Files

file  LLUI_DISPLAY_HEAP_impl.c [code]
 This MicroUI images heap allocator replaces the default allocator embedded in the MicroUI Graphics Engine. It is using a best fit allocator and provides some additional APIs to retrieve the heap information: total space, free space, number of blocks allocated.
 
file  LLUI_INPUT_LOG_impl.c [code]
 This MicroUI FIFO (queue) logger replaces the default logger embedded in the MicroUI Input Engine. For each queue event, it stores the event's data size. This allows to be able to decode the event when LLUI_INPUT_dump() is called.
 
file  microui_event_decoder.c [code]
 This MicroUI Events decoder describes the events to the standard output stream.