Searched refs:button (Results 76 - 80 of 80) sorted by relevance

1234

/freebsd-11.0-release/sys/dev/syscons/
H A Dscmouse.c50 #define SC_MOUSE_PASTEBUTTON MOUSE_BUTTON3DOWN /* right button */
53 #define SC_MOUSE_PASTEBUTTON MOUSE_BUTTON2DOWN /* middle button */
54 #define SC_MOUSE_EXTENDBUTTON MOUSE_BUTTON3DOWN /* right button */
121 sc_mouse_input_button(scr_stat *scp, int button) argument
125 mouseb[3] = ' ' + button;
138 /* Mouse button pressed. */
146 /* Mouse button released. */
480 /* a mouse button is pressed, start cut operation */
825 /* process button presses */
855 /* if a button i
[all...]
/freebsd-11.0-release/usr.sbin/bhyve/
H A Drfb.c150 uint8_t button; member in struct:rfb_ptr_msg
659 console_ptr_event(ptr_msg.button, htons(ptr_msg.x), htons(ptr_msg.y));
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c67 * mousemask. There's one bit per button (the RESERVED_EVENT bit) not being
223 write_event(SCREEN *sp, int down, int button, int x, int y) argument
229 buf[3] = ' ' + (button - 1) + (down ? 0 : 0x40);
274 * OS/2 numbers a 3-button mouse inconsistently from other
354 * We're only interested if the button is pressed or released.
880 * On button press or release, xterm sends ESC [ M CbCxCy.
881 * The low two bits of Cb encode button information: 0=MB1
884 * button was pressed and are added together. 4=Shift,
894 * We encode those as button presses.
904 /* For VIO mouse we add extra bit 64 to disambiguate button
[all...]
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js2209 rtype = /^(?:button|input)$/i,
2210 rfocusable = /^(?:button|input|object|select|textarea)$/i,
2588 // Setting the type on a radio button after the value resets the value in IE6-9
2601 // Use the nodeHook for button elements in IE6/7 (#1954)
2604 if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
2612 if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
2732 nodeHook = jQuery.valHooks.button = {
3273 if ( delegateCount && !event.target.disabled && !(event.button && event.type === "click") ) {
3355 props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement wheelDelta".split(" "),
3358 button
[all...]
/freebsd-11.0-release/sys/dev/vt/
H A Dvt_core.c1731 vt_mouse_terminput_button(struct vt_device *vd, int button) argument
1748 mouseb[3] = ' ' + button;
1764 /* Mouse button pressed. */
1772 /* Mouse button released. */

Completed in 80 milliseconds

1234