HomeSort by relevance Sort by last modified time
    Searched refs:mouse_col (Results 1 - 3 of 3) sorted by null

  /external/libvterm/src/
mouse.c 58 if(col == state->mouse_col && row == state->mouse_row)
61 state->mouse_col = col;
91 output_mouse(state, button-1, pressed, mod, state->mouse_col, state->mouse_row);
94 output_mouse(state, button-4 + 0x40, pressed, mod, state->mouse_col, state->mouse_row);
vterm_internal.h 83 int mouse_col, mouse_row; member in struct:VTermState
state.c 60 state->mouse_col = 0;
    [all...]

Completed in 60 milliseconds