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

  /external/libvncserver/x11vnc/
x11vnc_defs.c 201 int cursor_x = 0, cursor_y = 0; /* x and y from the viewer(s) */ variable
pointer.c 349 if (!always_inject && cursor_x == x && cursor_y == y) {
364 if (cursor_x != x || cursor_y != y) {
368 cursor_x = x;
928 button_change_x = cursor_x;
macosx.c 304 if (cursor_x != x || cursor_y != y) {
308 cursor_x = x;
x11vnc.h 629 extern int cursor_x, cursor_y; /* x and y from the viewer(s) */
cursor.c     [all...]
userinput.c     [all...]
8to24.c     [all...]
screen.c 1270 set_cursor(cursor_x, cursor_y, get_which_cursor());
    [all...]
keyboard.c     [all...]
remote.c     [all...]

Completed in 44 milliseconds