MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / process_event

Method process_event

src/ui/elements/ui_element.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void Element::process_event(const Event &) {
282 // Does nothing by default.
283}
284
285void Element::enable_focus() {
286 set_tab_index_auto();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected