Searched refs:mouse_col (Results 1 – 3 of 3) sorted by relevance
/external/libvterm/src/ |
D | mouse.c | 58 if(col == state->mouse_col && row == state->mouse_row) in vterm_mouse_move() 61 state->mouse_col = col; in vterm_mouse_move() 91 output_mouse(state, button-1, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button() 94 output_mouse(state, button-4 + 0x40, pressed, mod, state->mouse_col, state->mouse_row); in vterm_mouse_button()
|
D | vterm_internal.h | 83 int mouse_col, mouse_row; member
|
D | state.c | 60 state->mouse_col = 0; in vterm_state_new()
|