PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
event_lib_redraw_t Struct Reference

Library Redraw event. More...

#include <event.h>

Collaboration diagram for event_lib_redraw_t:

Data Fields

element_id_t id
 
bool shouldPropagate
 Whether the redraw event should be propagated to child elements.
 

Detailed Description

Library Redraw event.

Sent to an element when it should redraw itself.

Definition at line 267 of file event.h.

Field Documentation

◆ id

element_id_t event_lib_redraw_t::id

Definition at line 269 of file event.h.

◆ shouldPropagate

bool event_lib_redraw_t::shouldPropagate

Whether the redraw event should be propagated to child elements.

Definition at line 270 of file event.h.


The documentation for this struct was generated from the following file: