Home
last modified time | relevance | path

Searched refs:mouse (Results 1 – 25 of 66) sorted by relevance

123

/minix/external/mit/xorg/server/drivers/xf86-input-mouse/
H A DMakefile5 DRIVER= xf86-input-mouse
8 SRCS= mouse.c pnp.c bsd_mouse.c
15 INCS= xf86-mouse-properties.h
17 PKGCONFIG= xorg-mouse
18 PKGDIST.xorg-mouse= ${X11SRCDIR.${DRIVER}}
/minix/external/bsd/tmux/dist/
H A Dserver-client.c93 c->tty.mouse.xb = c->tty.mouse.button = 3; in server_client_create()
94 c->tty.mouse.x = c->tty.mouse.y = -1; in server_client_create()
95 c->tty.mouse.lx = c->tty.mouse.ly = -1; in server_client_create()
96 c->tty.mouse.sx = c->tty.mouse.sy = -1; in server_client_create()
97 c->tty.mouse.event = MOUSE_EVENT_UP; in server_client_create()
98 c->tty.mouse.flags = 0; in server_client_create()
295 struct mouse_event *m = &c->tty.mouse; in server_client_check_mouse()
647 if ((c->tty.mouse.flags & MOUSE_RESIZE_PANE) && in server_client_reset_state()
H A Dinput-keys.c251 if (wp->mode->mouse != NULL) in input_mouse()
252 wp->mode->mouse(wp, s, m); in input_mouse()
/minix/external/bsd/tmux/dist/examples/
H A Dtmux.vim194 \ mouse-resize-pane
195 \ mouse-select-pane
196 \ mouse-select-window
197 \ mouse-utf8
243 \ mode-mouse
/minix/distrib/sets/lists/base/
H A Dmd.shark2 ./dev/mouse-qms0 base-obsolete obsolete
H A Dmd.hpcarm3 ./dev/mouse-qms0 base-obsolete obsolete
H A Dmd.netwinder3 ./dev/mouse-qms0 base-obsolete obsolete
/minix/minix/lib/libinputdriver/
H A Dinputdriver.c43 inputdriver_send_event(int mouse, unsigned short page, unsigned short code, in inputdriver_send_event() argument
52 id = mouse ? mouse_id : kbd_id; in inputdriver_send_event()
/minix/minix/include/minix/
H A Dinputdriver.h17 void inputdriver_send_event(int mouse, unsigned short page,
/minix/external/bsd/nvi/dist/motif_l/
H A DTODO1 Top priority would be the mouse. We need to get cut&paste working.
3 the correct mouse events for that, but I haven't tested it.)
69 * mouse need to send IPO_MOVE_CARET( row, column )
/minix/external/mit/xorg/etc/etc.dreamcast/
H A Dxorg.conf.jpkbd26 Driver "mouse"
H A Dxorg.conf.uskbd26 Driver "mouse"
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DRAND_add.pod27 key presses, mouse movements) and certain hardware events. The
45 RAND_event() collects the entropy from Windows events such as mouse
/minix/external/mit/xorg/etc/etc.hpc/
H A Dxorg.conf.640x240-jp42 Driver "mouse"
H A Dxorg.conf.640x240-us42 Driver "mouse"
H A Dxorg.conf.640x480-jp42 Driver "mouse"
H A Dxorg.conf.640x480-us42 Driver "mouse"
H A Dxorg.conf.800x600-jp43 Driver "mouse"
H A Dxorg.conf.800x600-us43 Driver "mouse"
/minix/external/mit/xorg/etc/etc.hpcarm/
H A Dxorg.conf.ws007sh43 Driver "mouse"
H A Dxorg.conf.ws011sh43 Driver "mouse"
H A Dxorg.conf.ws020sh43 Driver "mouse"
H A Dxorg.conf.ws003sh43 Driver "mouse"
/minix/external/bsd/file/dist/magic/magdir/
H A Dxwindows29 # X11 mouse cursor format defined in libXcursor, see
/minix/minix/servers/input/
H A Dinput.c431 input_alloc_id(int mouse, endpoint_t owner, const char *label) in input_alloc_id() argument
435 if (!mouse) { in input_alloc_id()
466 mouse ? "mouse" : "keyboard", owner); in input_alloc_id()

123