MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / lcd_gui_event

Function lcd_gui_event

core/lcd.c:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool lcd_gui_event(void) {
163 if (lcd.gui_callback) {
164 return lcd.gui_callback(lcd.gui_callback_data);
165 }
166 return true;
167}
168
169void lcd_free(void) {
170 lcd.gui_callback = NULL;

Callers 2

lcd_eventFunction · 0.85
panel_start_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected