Home | History | Annotate | Download | only in src

Lines Matching full:movecursor

45   if(state->callbacks && state->callbacks->movecursor)
46 if((*state->callbacks->movecursor)(state->pos, *oldpos, state->mode.cursor_visible, state->cbdata))
683 if(state->callbacks && state->callbacks->movecursor)
684 (*state->callbacks->movecursor)(state->pos, oldpos, state->mode.cursor_visible, state->cbdata);