| /dragonfly/sys/dev/misc/syscons/ |
| HD | scmouse.c | 622 mouse_info_t *mouse; in sc_mouse_ioctl() local 632 mouse = (mouse_info_t*) data; in sc_mouse_ioctl() 635 switch (mouse->operation) { in sc_mouse_ioctl() 642 if (!ISSIGVALID(mouse->u.mode.signal)) { in sc_mouse_ioctl() 670 scp->mouse_signal = mouse->u.mode.signal; in sc_mouse_ioctl() 714 scp->mouse_xpos = mouse->u.data.x; in sc_mouse_ioctl() 715 scp->mouse_ypos = mouse->u.data.y; in sc_mouse_ioctl() 722 scp->mouse_xpos += mouse->u.data.x; in sc_mouse_ioctl() 723 scp->mouse_ypos += mouse->u.data.y; in sc_mouse_ioctl() 729 mouse->u.data.x = scp->mouse_xpos; in sc_mouse_ioctl() [all …]
|
| /dragonfly/usr.sbin/moused/ |
| HD | moused.c | 887 struct mouse_info mouse; in moused() local 921 bzero(&mouse, sizeof(mouse)); in moused() 935 mouse.operation = MOUSE_MOTION_EVENT; in moused() 936 extioctl = (ioctl(rodent.cfd, CONS_MOUSECTL, &mouse) == 0); in moused() 1089 mouse.operation = MOUSE_MOTION_EVENT; in moused() 1090 mouse.u.data.buttons = action2.button; in moused() 1091 mouse.u.data.x = action2.dx * rodent.accelx; in moused() 1092 mouse.u.data.y = action2.dy * rodent.accely; in moused() 1093 mouse.u.data.z = action2.dz; in moused() 1095 ioctl(rodent.cfd, CONS_MOUSECTL, &mouse); in moused() [all …]
|
| /dragonfly/usr.sbin/vidcontrol/ |
| HD | vidcontrol.c | 765 struct mouse_info mouse; in set_mouse_char() local 775 mouse.operation = MOUSE_MOUSECHAR; in set_mouse_char() 776 mouse.u.mouse_char = (int)l; in set_mouse_char() 778 if (ioctl(0, CONS_MOUSECTL, &mouse) == -1) { in set_mouse_char() 792 struct mouse_info mouse; in set_mouse() local 795 mouse.operation = MOUSE_SHOW; in set_mouse() 797 mouse.operation = MOUSE_HIDE; in set_mouse() 802 ioctl(0, CONS_MOUSECTL, &mouse); in set_mouse()
|
| /dragonfly/contrib/dialog/ |
| HD | 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.
|
| HD | CHANGES | 196 + tailbox/tailboxbg's exit-button now works with mouse-clicks 476 + change mouse initialization to look for button-presses rather than 478 + modify dump_curses_key() to show mouse-coding in readable form. 479 + correct mapping of mouse-clicks on the day-grid in calendar widget 495 + add a limit-check in editbox.c to ensure that mouse-clicks outside 728 + add case values to several widgets to allow for mouse-clicks with 810 + change width of page up/down mouse areas in fselect panes to use the 929 + fix --no-mouse option by actually closing the mouse (report by 999 + add command-line option --no-mouse, to suppress use of mouse. 1082 the mouse. [all …]
|
| /dragonfly/lib/libvgl/ |
| HD | Makefile | 6 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
|
| /dragonfly/gnu/lib/libdialog/ |
| HD | Makefile | 11 menubox.c mixedform.c mixedgauge.c mouse.c mousewget.c msgbox.c \
|
| /dragonfly/share/examples/diskless/ |
| HD | clone_root | 126 (cd $DEST/dev ; ln -s /dev/sysmouse mouse )
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | xwindows | 29 # X11 mouse cursor format defined in libXcursor, see
|
| HD | console | 800 >>>>0x24 byte 2 mouse 806 >>>>0x25 byte 2 mouse
|
| HD | wordprocessors | 161 # maybe mouse driver for WP5.1
|
| /dragonfly/etc/rc.d/ |
| HD | serial | 104 mouse() {
|
| /dragonfly/share/examples/libusb20/ |
| HD | README | 20 repeatedly, like position updates from a pointing device (mouse).
|
| /dragonfly/contrib/less/ |
| HD | NEWS | 16 * Add ^O^N, ^O^P, ^O^L and ^O^O commands and mouse clicks (with --mouse) 93 * Fix bug with --mouse on Windows when used with pipes (github #440). 128 * Fix mouse wheel scrolling on Windows (github #379). 307 * Fix bug which could leave terminal in mouse-reporting mode 388 * Add --mouse option.
|
| /dragonfly/contrib/ncurses/include/ |
| HD | curses.tail | 8 /* mouse interface */
|
| /dragonfly/share/man/man4/ |
| HD | Makefile | 183 mouse.4 \
|
| /dragonfly/sys/bus/u4b/ |
| HD | usbdevs | 1140 product APPLE OPTMOUSE 0x0302 Optical mouse 1347 product BTC BTC7932 0x6782 Keyboard with mouse port 1386 product CHIC MOUSE1 0x0001 mouse 1540 product CYPRESS MOUSE 0x0001 mouse 1752 product ELECOM MOUSE29UO 0x0002 mouse 29UO 2612 product KYE NICHE 0x0001 Niche mouse 2613 product KYE NETSCROLL 0x0003 Genius NetScroll mouse 2702 product LOGITECH M4848 0x0301 M4848 mouse 2711 product LOGITECH N48 0xc001 N48 mouse 2712 product LOGITECH MBA47 0xc002 M-BA47 mouse [all …]
|
| /dragonfly/games/quiz/datfiles/ |
| HD | bard | 189 I never kill['|e]d a mouse{,} nor hurt a fly{;}:\
|
| /dragonfly/sys/config/ |
| HD | LINT64 | 793 # The keyboard controller; it controls the keyboard and the PS/2 mouse. 814 # PS/2 mouse 848 options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode 855 options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor 865 # If you have a two button mouse, you may want to add the following option 866 # to use the right button of the mouse to paste text. 1898 # USB mouse
|
| HD | X86_64_GENERIC | 150 # atkbdc0 controls both the keyboard and the PS/2 mouse
|
| /dragonfly/nrelease/gui/root/.fvwm/ |
| HD | .fvwm2rc | 70 # emergencies, only if no working mouse
|
| /dragonfly/contrib/ncurses/misc/ |
| HD | terminfo.src | 1340 qnxm|QNX4 with mouse events, 1427 qansi-m|QNX ansi with mouse, 3113 # It does not support mouse pointer position reporting. Under some 3399 # + normal (not X10 or Highlight tracking) mouse now works. 3400 # + mouse any-event works 3401 # + mouse button-event works 3469 # supports X11R5 mouse (no X10) and XFree86 mouse (button- and event-tracking) 3597 # It has no mouse support. 3835 # CRT is shareware. It implements some xterm features, including mouse. 3860 # xterm mouse support is not implemented (unrelease version may). [all …]
|
| /dragonfly/nrelease/gui/root/.vim/plugin/ |
| HD | minibufexpl.vim | 546 " not fire the <buffer> <leftmouse> when you use the mouse 642 " We don't want the mouse to change focus without a click 1507 " MBEClick - Handle mouse double click {{{ 1515 " MBEDoubleClick - Double click with the mouse.
|
| /dragonfly/contrib/cvs-1.12/ |
| HD | COPYING | 237 c'; they could even be mouse-clicks or menu items--whatever suits your
|
| /dragonfly/test/interbench/ |
| HD | COPYING | 324 mouse-clicks or menu items--whatever suits your program.
|