Searched refs:mouse (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/usr.sbin/bsdconfig/mouse/include/
H A DMakefile3 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse/include
/freebsd-13-stable/usr.sbin/bsdconfig/mouse/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse
9 SCRIPTS= disable enable flags mouse port type
/freebsd-13-stable/sys/dev/syscons/
H A Dscmouse.c42 #include <sys/mouse.h>
134 sc_mouse_input(scr_stat *scp, mouse_info_t *mouse) argument
137 switch (mouse->operation) {
139 if (mouse->u.event.value > 0) {
141 if (mouse->u.event.id & MOUSE_BUTTON1DOWN)
143 if (mouse->u.event.id & MOUSE_BUTTON2DOWN)
145 if (mouse->u.event.id & MOUSE_BUTTON3DOWN)
153 if (mouse->u.data.z < 0) {
156 } else if (mouse->u.data.z > 0) {
164 /* move mouse */
655 mouse_info_t *mouse; local
[all...]
H A Dsysmouse.c45 #include <sys/mouse.h>
70 evdev_set_name(sysmouse_evdev, "System mouse");
195 case MOUSE_GETSTATUS: /* get accumulated mouse events */
217 * Set the output baud rate to zero. The mouse device supports
/freebsd-13-stable/usr.sbin/bsdconfig/
H A DMakefile11 mouse \
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h56 unsigned mouse : 1; member in struct:hid_device
H A Dhid.c37 #include <sys/mouse.h>
66 * Apple magic mouse (AMM) specific device state
433 * not introduce in its hid descriptor for its magic mouse.
447 * The basics. When touches are detected, no normal mouse
498 * If a new click is registered by mouse and there are firm
535 * XXX FIXME Feed mouse events into kernel.
553 syslog(LOG_ERR, "Could not process mouse " \
565 syslog(LOG_ERR, "Could not process mouse events from " \
569 if (hid_device->mouse && s->srv->uinput &&
572 syslog(LOG_ERR, "Could not process mouse event
[all...]
H A Dparser.y454 d->mouse = 1;
458 d->mouse = 1;
H A Dsession.c98 * Initialize virtual keyboard and mouse after both channels are established
130 if (d->mouse && s->srv->uinput) {
/freebsd-13-stable/sys/dev/syscons/fonts/
H A Dcursor.awk4 # for the mouse cursors in syscons/scvgarndr.c. Usage:
6 # The accompanying syscons mouse cursor bdf file has specialized comments
11 /^COMMENT cn.*mouse/ {
/freebsd-13-stable/gnu/lib/libdialog/
H A DMakefile10 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
/freebsd-13-stable/lib/libvgl/
H A DMakefile6 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c39 ** Mouse daemon : listens to a serial port, the bus mouse interface, or
40 ** the PS/2 mouse port for mouse data stream, interprets data and passes
43 ** The mouse interface functions are derived closely from the mouse
54 #include <sys/mouse.h>
198 /* interface (the table must be ordered by MOUSE_IF_XXX in mouse.h) */
207 /* types (the table must be ordered by MOUSE_PROTO_XXX in mouse.h) */
361 /* the table must be ordered by MOUSE_PROTO_XXX in mouse.h */
397 int mfd; /* mouse fil
994 struct mouse_info mouse; local
2594 struct mouse_info mouse; local
[all...]
/freebsd-13-stable/contrib/ncurses/misc/
H A Dncurses-config.in218 --mouse-version)
270 --mouse-version echos the mouse-interface version of ${THIS}
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js151 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
281 this.plugins = this.mouse = NULL;
475 tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
575 this.reposition( options.position.target === 'mouse' ? NULL : this.cache.event );
712 mouse = this.mouse,
722 // Check if mouse was the target
723 else if(target === 'mouse'
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dserial98 mouse() { function
106 # Standard speed for Microsoft mouse.
156 # mouse u 2
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c102 * mouse character and mouse show/hide state
979 struct mouse_info mouse; local
990 mouse.operation = MOUSE_MOUSECHAR;
991 mouse.u.mouse_char = (int)l;
993 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) {
995 err(1, "setting mouse character");
1001 * Show/hide the mouse.
1007 struct mouse_info mouse; local
1010 mouse
[all...]
/freebsd-13-stable/sys/dev/vt/
H A Dvt.h48 #include <sys/mouse.h>
142 uint16_t vd_mx; /* (?) Current mouse X. */
143 uint16_t vd_my; /* (?) current mouse Y. */
211 int vb_mark_last; /* Last mouse event. */
302 #define VWF_MOUSE_HIDE 0x20 /* Disable mouse events processing. */
H A Dvt_core.c1253 * mouse cursor is supported in vt_vga's textmode.
1347 * Save position of the mouse cursor. It's used by backends to
1920 * Compute the drawable area and move the mouse cursor inside
2077 if (mouse->u.data.z < 0) {
2080 } else if (mouse->u.data.z > 0) {
2122 * Either the mouse is disabled, or the window is in
2133 * under mouse pointer when nothing changed.
2278 /* Mark mouse position as dirty. */
2575 mouse_info_t *mouse = (mouse_info_t*)data; local
2582 switch (mouse
[all...]
/freebsd-13-stable/sys/dev/adb/
H A Dadb_mouse.c38 #include <sys/mouse.h>
230 * These claim to speak the extended mouse protocol, but
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend467 usr.sbin/bsdconfig/mouse \
468 usr.sbin/bsdconfig/mouse/include \
/freebsd-13-stable/share/man/man4/
H A DMakefile312 mouse.4 \
/freebsd-13-stable/sys/dev/usb/input/
H A Dums.c84 #include <sys/mouse.h>
355 * port for a mouse. The firmware once in a
558 /* announce information about the mouse */
785 /* reset all USB mouse parameters */
H A Dwsp.c59 #include <sys/mouse.h>
138 * "drivers/input/mouse/bcm5974.c" which has the following copyright
1208 /* Encode the mouse data in standard format; refer to mouse(4) */
/freebsd-13-stable/sys/dev/cyapa/
H A Dcyapa.c75 * the mouse cursor. Useful for drawing or
79 * the mouse cursor position. This allows for high
116 #include <sys/mouse.h>
176 /* PS/2 mouse emulation */
759 * where it started, so to will the mouse.
972 * If we send 0x00 - normal PS/2 mouse, no Z-axis
979 * 4th and 5th mouse buttons.
1493 * finger for mouse tracking and reset track_x and track_y
1494 * to avoid a mouse jump.

Completed in 230 milliseconds

12