/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.signedkeyspos.d.out | 17 mouse -1 -1 20 mouse -2 -2 23 mouse 2 2 26 mouse 1 1 29 mouse 0 0 32 mouse 65535 -1 35 mouse 65534 -2 38 mouse 2 2 41 mouse 1 1 44 mouse 0 0 [all …]
|
/freebsd/usr.sbin/bsdconfig/mouse/include/ |
H A D | messages.subr | 28 msg_auto_desc="Bus mouse, PS/2 style mouse or PnP serial mouse" 31 msg_com1_desc="Serial mouse on COM1 (/dev/cuau0)" 33 msg_com2_desc="Serial mouse on COM2 (/dev/cuau1)" 35 msg_com3_desc="Serial mouse on COM3 (/dev/cuau2)" 37 msg_com4_desc="Serial mouse on COM4 (/dev/cuau3)" 39 msg_disable_the_mouse_daemon="Disable the mouse daemon" 52 …mouse\ndaemon. Specify a port and a protocol type of your mouse and enable\nthe mouse daemon. If… 58 msg_mouse_daemon_is_disabled="The mouse daemon is disabled." 66 …_the_mouse="Now move the mouse and see if it works.\n(Note that buttons don't have any effect for … 68 msg_please_configure_your_mouse="Please configure your mouse" [all …]
|
H A D | Makefile | 1 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse/include
|
/freebsd/sys/dev/syscons/ |
H A D | scmouse.c | 132 sc_mouse_input(scr_stat *scp, mouse_info_t *mouse) in sc_mouse_input() argument 135 switch (mouse->operation) { in sc_mouse_input() 137 if (mouse->u.event.value > 0) { in sc_mouse_input() 139 if (mouse->u.event.id & MOUSE_BUTTON1DOWN) in sc_mouse_input() 141 if (mouse->u.event.id & MOUSE_BUTTON2DOWN) in sc_mouse_input() 143 if (mouse->u.event.id & MOUSE_BUTTON3DOWN) in sc_mouse_input() 151 if (mouse->u.data.z < 0) { in sc_mouse_input() 154 } else if (mouse->u.data.z > 0) { in sc_mouse_input() 653 mouse_info_t *mouse; in sc_mouse_ioctl() local 667 mouse = (mouse_info_t*)data; in sc_mouse_ioctl() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-mouse.txt | 3 This simply uses standard GPIO handles to define a simple mouse connected 7 - compatible: must be "gpio-mouse" 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button 17 - button-right-gpios: GPIO line handle to the right mouse button 22 gpio-mouse { 23 compatible = "gpio-mouse";
|
/freebsd/usr.sbin/bsdconfig/mouse/ |
H A D | Makefile | 3 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse 7 SCRIPTS= disable enable flags mouse port type
|
H A D | INDEX | 47 menu_selection="mouse|mouse" 61 menu_program="mouse"
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 39 ** 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 51 #include <sys/mouse.h> 195 /* interface (the table must be ordered by MOUSE_IF_XXX in mouse.h) */ 204 /* types (the table must be ordered by MOUSE_PROTO_XXX in mouse.h) */ 358 /* the table must be ordered by MOUSE_PROTO_XXX in mouse.h */ 394 int mfd; /* mouse fil 991 struct mouse_info mouse; moused() local 2591 struct mouse_info mouse; r_click() local [all...] |
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses-config.in | 257 --mouse-version) 309 --mouse-version echos the mouse-interface version of ${THIS}
|
/freebsd/usr.sbin/vidcontrol/ |
H A D | vidcontrol.c | 974 struct mouse_info mouse; in set_mouse_char() local 985 mouse.operation = MOUSE_MOUSECHAR; in set_mouse_char() 986 mouse.u.mouse_char = (int)l; in set_mouse_char() 988 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char() 1002 struct mouse_info mouse; in set_mouse() local 1005 mouse.operation = MOUSE_SHOW; in set_mouse() 1007 mouse.operation = MOUSE_HIDE; in set_mouse() 1013 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse() 1016 mouse.operation == MOUSE_SHOW ? "show" : "hid"); in set_mouse()
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 353 userdef XM str n initialize alternate xterm mouse mode 356 userdef xm str - mouse response, no parameters 357 userdef xm str n mouse response, p1 = y-ordinate 358 userdef xm str nn mouse response, p2 = x-ordinate 359 userdef xm str nnn mouse response, p3 = button 360 userdef xm str nnns mouse response, p4 = state, e.g., pressed or released 361 userdef xm str nnnsn mouse response, p5 = y-ordinate starting region 362 userdef xm str nnnsnn mouse response, p6 = x-ordinate starting region 363 userdef xm str nnnsnnn mouse response, p7 = y-ordinate ending region 364 userdef xm str nnnsnnnn mouse response, p8 = x-ordinate ending region [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 151 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse, 281 this.plugins = this.mouse = NULL; 475 tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse); 712 mouse = this.mouse, 728 event = mouse && mouse.pageX && (adjust.mouse || !event || !event.pageX) ? mouse : 731 …(!adjust.mouse || this.options.show.distance) && cache.origin && cache.origin.pageX ? cache.origin… 732 event) || event || cache.event || mouse || {}; 745 if(adjust.mouse && isScroll) { 746 position.left -= mouse.scrollX - win.scrollLeft(); 747 position.top -= mouse.scrollY - win.scrollTop(); [all …]
|
/freebsd/usr.sbin/bsdconfig/ |
H A D | Makefile | 9 mouse \
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | bthid_config.h | 55 unsigned mouse : 1; member
|
H A D | parser.y | 453 d->mouse = 1; in check_hid_device() 457 d->mouse = 1; in check_hid_device()
|
/freebsd/contrib/dialog/po/ |
H A D | POTFILES.in | 19 mouse.c
|
/freebsd/sys/x86/conf/ |
H A D | NOTES | 205 options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode 212 options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor 228 # If you have a two button mouse, you may want to add the following option 229 # to use the right button of the mouse to paste text. 274 # PS/2 mouse 284 # The keyboard controller; it controls the keyboard and the PS/2 mouse. 310 # Try the following option if the mouse pointer is not drawn correctly
|
/freebsd/contrib/dialog/ |
H A D | README | 27 At the moment, mouse support with libgpm can't be added because it 54 to add wtimeout() support to libgpm, also mouse could be supported.
|
/freebsd/sys/dev/syscons/fonts/ |
H A D | cursor.awk | 10 /^COMMENT cn.*mouse/ {
|
/freebsd/lib/libvgl/ |
H A D | Makefile | 5 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
|
/freebsd/gnu/lib/libdialog/ |
H A D | Makefile | 8 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | xwindows | 29 # X11 mouse cursor format defined in libXcursor, see
|
/freebsd/contrib/ncurses/doc/ |
H A D | hackguide.doc | 83 You can use this to condition the calls to the mouse API calls. 314 mouse events and do a running match of incoming input against the set 335 If the mouse interface is active, wgetch() polls for mouse events each 340 Under xterm, however, mouse event notifications come in via the 343 recognition of a mouse key prefix without going through the 355 Here are some more details about mouse event handling: 359 that parses mouse gestures and filters events. The mediating data 364 either (a) _nc_mouse_event() detects a series of incoming mouse 367 queue up a series of adjacent mouse reports. 370 accepted to parse the digested mouse reports (low-level events) into a
|
/freebsd/libexec/rc/rc.d/ |
H A D | serial | 97 mouse() { function
|
/freebsd/share/examples/libusb20/ |
H A D | README | 20 repeatedly, like position updates from a pointing device (mouse).
|