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

Function lf_mouse_button_event

leif.c:3420–3422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3418}
3419
3420LfMouseButtonEvent lf_mouse_button_event() {
3421 return state.mb_ev;
3422}
3423
3424LfScrollEvent lf_mouse_scroll_event() {
3425 return state.scr_ev;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected