Searched refs:Button2 (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmouse.c291 winMouseButtonsSendEvent(ButtonPress, Button2);
318 winMouseButtonsSendEvent(ButtonRelease, Button2);
H A Dwinwndproc.c804 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button2, wParam);
811 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button2, wParam);
H A Dwinmultiwindowwndproc.c721 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button2, wParam);
729 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button2, wParam);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmouse.c316 winMouseButtonsSendEvent (ButtonPress, Button2);
346 winMouseButtonsSendEvent (ButtonRelease, Button2);
H A Dwinwndproc.c875 return winMouseButtonsHandle (s_pScreen, ButtonPress, Button2, wParam);
886 return winMouseButtonsHandle (s_pScreen, ButtonRelease, Button2, wParam);
H A Dwinmultiwindowwndproc.c630 return winMouseButtonsHandle (s_pScreen, ButtonPress, Button2, wParam);
638 return winMouseButtonsHandle (s_pScreen, ButtonRelease, Button2, wParam);
H A Dwinwin32rootlesswndproc.c645 return winMouseButtonsHandle (pScreen, ButtonPress, Button2, wParam);
654 return winMouseButtonsHandle (pScreen, ButtonRelease, Button2, wParam);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h260 #define Button2 2 macro
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c599 if (event.xbutton.button == Button2) {
1016 do_add_binding(Button2, C_TITLE, NoModifierMask, F_RAISELOWER);
1017 do_add_binding(Button2, C_ICON, NoModifierMask, F_ICONIFY);
1018 do_add_binding(Button2, C_ICONMGR, NoModifierMask, F_ICONIFY);
H A Devents.c1644 case Button2: mask &= (unsigned)(~Button2Mask); break;
1747 if (Event.xbutton.button == Button2)
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A DmouseEmu3btn.c104 #define ButtonMiddle Button2
712 * (int)buttons : button (Button1 / Button2 / Button3)
/xsrc/external/mit/ctwm/dist/
H A Dmenus.c232 SETDEF(Button2, C_TITLE, F_RAISELOWER);
233 SETDEF(Button2, C_ICON, F_ICONIFY);
234 SETDEF(Button2, C_ICONMGR, F_ICONIFY);
H A Dfunctions_win_moveresize.c381 if(Event.xbutton.button == Button2) {
H A Dadd_window.c1150 if(event.xbutton.button == Button2) {
H A DCHANGES.md1288 Button2 = : icon : f.menu "iconmenu"
1511 Button2 : f.zoom
2059 * Button2 copy a window from a workspace to another.
2064 Button2 quickly in a small window go to the corresponding
H A Devent_handlers.c2481 case Button2:
2657 if(Event.xbutton.button == Button2) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dxdmxconfig.c510 if (e->xbutton.button == Button2) {
519 if (e->xbutton.button == Button2) dmxConfigGrabbed = 0;
/xsrc/external/mit/libXt/dist/src/
H A DTMparse.c161 {"Button2", 0, ParseModImmed, Button2Mask},
251 {"Btn2Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)Button2},
261 {"Btn2Up", NULLQUARK, ButtonRelease, ParseImmed, (Opaque)Button2},
/xsrc/external/mit/xmag/dist/
H A Dxmag.c703 if (event->xbutton.button == Button2) { /* turn on resize mode */
/xsrc/external/mit/xterm/dist/
H A Dtrace.c751 DATA(Button2),
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc72 size. Pressing pointer Button2 (usually the middle pointer button)
502 initially sizing the window with pointer Button2 or when resizing it)
2350 Button2 = m : window | icon : f.iconify
2353 Button2 = : title : f.raiselower
2355 Button2 = : icon : f.iconify
2357 Button2 = : iconmgr : f.iconify

Completed in 36 milliseconds