Home
last modified time | relevance | path

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

12345

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.signedkeyspos.d.out17 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 …]
/NextBSD/usr.sbin/bsdconfig/mouse/include/
HDmessages.subr29 msg_auto_desc="Bus mouse, PS/2 style mouse or PnP serial mouse"
31 msg_busmouse_desc="Logitech, ATI or MS bus mouse (/dev/mse0)"
34 msg_com1_desc="Serial mouse on COM1 (/dev/cuau0)"
36 msg_com2_desc="Serial mouse on COM2 (/dev/cuau1)"
38 msg_com3_desc="Serial mouse on COM3 (/dev/cuau2)"
40 msg_com4_desc="Serial mouse on COM4 (/dev/cuau3)"
42 msg_disable_the_mouse_daemon="Disable the mouse daemon"
55mouse\ndaemon. Specify a port and a protocol type of your mouse and enable\nthe mouse daemon. If…
61 msg_mouse_daemon_is_disabled="The mouse daemon is disabled."
69 …_the_mouse="Now move the mouse and see if it works.\n(Note that buttons don't have any effect for …
[all …]
HDMakefile3 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse/include
/NextBSD/sys/dev/syscons/
HDscmouse.c132 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()
652 mouse_info_t *mouse; in sc_mouse_ioctl() local
667 mouse = (mouse_info_t*)data; in sc_mouse_ioctl()
[all …]
/NextBSD/usr.sbin/moused/
HDmoused.c1014 struct mouse_info mouse; in moused() local
1051 bzero(&mouse, sizeof(mouse)); in moused()
1065 mouse.operation = MOUSE_MOTION_EVENT; in moused()
1066 extioctl = (ioctl(rodent.cfd, CONS_MOUSECTL, &mouse) == 0); in moused()
1285 mouse.operation = MOUSE_MOTION_EVENT; in moused()
1286 mouse.u.data.buttons = action2.button; in moused()
1289 &mouse.u.data.x, &mouse.u.data.y); in moused()
1293 &mouse.u.data.x, &mouse.u.data.y); in moused()
1295 mouse.u.data.z = action2.dz; in moused()
1298 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused()
[all …]
/NextBSD/usr.sbin/bsdconfig/mouse/
HDMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/110.mouse
9 SCRIPTS= disable enable flags mouse port type
HDINDEX48 menu_selection="mouse|mouse"
62 menu_program="mouse"
/NextBSD/contrib/ncurses/misc/
HDncurses-config.in135 --mouse-version)
177 --mouse-version echos the mouse-interface version of ${THIS}
/NextBSD/usr.sbin/vidcontrol/
HDvidcontrol.c938 struct mouse_info mouse; in set_mouse_char() local
949 mouse.operation = MOUSE_MOUSECHAR; in set_mouse_char()
950 mouse.u.mouse_char = (int)l; in set_mouse_char()
952 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char()
966 struct mouse_info mouse; in set_mouse() local
969 mouse.operation = MOUSE_SHOW; in set_mouse()
971 mouse.operation = MOUSE_HIDE; in set_mouse()
977 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse()
980 mouse.operation == MOUSE_SHOW ? "show" : "hid"); in set_mouse()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.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);
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 …]
/NextBSD/tools/tools/tinybsd/conf/minimal/
HDTINYBSD42 # atkbdc0 controls both the keyboard and the PS/2 mouse
45 device psm # PS/2 mouse
/NextBSD/usr.sbin/bsdconfig/
HDMakefile10 mouse \
/NextBSD/release/picobsd/bridge/
HDPICOBSD65 # atkbdc0 controls both the keyboard and the PS/2 mouse
68 #device psm # do we need the mouse ??
/NextBSD/contrib/dialog/po/
HDPOTFILES.in19 mouse.c
/NextBSD/sys/sparc64/conf/
HDNOTES54 # PS/2 mouse
62 # The keyboard controller; it controls the keyboard and the PS/2 mouse.
/NextBSD/contrib/dialog/
HDREADME27 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.
/NextBSD/crypto/openssl/doc/crypto/
HDRAND_add.pod27 key presses, mouse movements) and certain hardware events. The
45 RAND_event() collects the entropy from Windows events such as mouse
/NextBSD/release/picobsd/qemu/
HDPICOBSD71 # atkbdc0 controls both the keyboard and the PS/2 mouse
74 #device psm # do we need the mouse ??
/NextBSD/lib/libvgl/
HDMakefile5 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
/NextBSD/gnu/lib/libdialog/
HDMakefile10 mixedgauge.c mouse.c mousewget.c msgbox.c pause.c prgbox.c \
/NextBSD/cddl/contrib/dtracetoolkit/Snippits/
HDfd2pathname.txt18 /devices/pseudo/consms@0:mouse 31
/NextBSD/contrib/file/magic/Magdir/
HDxwindows29 # X11 mouse cursor format defined in libXcursor, see
/NextBSD/contrib/ncurses/doc/
HDhackguide.doc81 You can use this to condition the calls to the mouse API calls.
311 mouse events and do a running match of incoming input against the set
331 If the mouse interface is active, wgetch() polls for mouse events each
336 Under xterm, however, mouse event notifications come in via the
339 recognition of a mouse key prefix without going through the
351 Here are some more details about mouse event handling:
355 parses mouse gestures and filters events. The mediating data structure
360 either (a) _nc_mouse_event() detects a series of incoming mouse
363 queue up a series of adjacent mouse reports.
366 accepted to parse the digested mouse reports (low-level events) into a
/NextBSD/release/picobsd/mfs_tree/etc/
HDrc.serial70 mouse() {
/NextBSD/tools/tools/tinybsd/conf/bridge/
HDTINYBSD47 # atkbdc0 controls both the keyboard and the PS/2 mouse
50 device psm # PS/2 mouse

12345