Home
last modified time | relevance | path

Searched refs:mousefunc (Results 1 – 1 of 1) sorted by relevance

/external/libvterm/src/
Dstate.c484 static void mousefunc(int col, int row, int button, int pressed, int modifiers, void *data) in mousefunc() function
795 (*state->callbacks->setmousefunc)(val ? mousefunc : NULL, state, state->cbdata); in set_dec_mode()