PatchworkOS
Loading...
Searching...
No Matches
levent_redraw_t Struct Reference

Library Redraw event. More...

#include <event.h>

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 232 of file event.h.

Field Documentation

◆ id

element_id_t levent_redraw_t::id

Definition at line 234 of file event.h.

Referenced by element_redraw(), and window_dispatch().

◆ shouldPropagate

bool levent_redraw_t::shouldPropagate

Whether the redraw event should be propagated to child elements.

Definition at line 235 of file event.h.

Referenced by element_dispatch().


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