MCPcopy Create free account
hub / github.com/cococry/leif / lf_set_div_hoverable

Function lf_set_div_hoverable

leif.c:3502–3504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3500}
3501
3502void lf_set_div_hoverable(bool clickable) {
3503 state.div_hoverable = clickable;
3504}
3505void lf_push_element_id(int64_t id) {
3506 state.element_id_stack = id;
3507}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected