Searched refs:Button1 (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kMouse.c370 if (buttons == Button1 || buttons == Button3) {
H A DmouseEmu3btn.c103 #define ButtonLeft Button1
712 * (int)buttons : button (Button1 / Button2 / Button3)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h259 #define Button1 1 macro
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwndproc.c789 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button1, wParam);
796 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button1, wParam);
H A Dwinmultiwindowwndproc.c705 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button1, wParam);
713 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button1, wParam);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwndproc.c852 return winMouseButtonsHandle (s_pScreen, ButtonPress, Button1, wParam);
863 return winMouseButtonsHandle (s_pScreen, ButtonRelease, Button1, wParam);
H A Dwinmultiwindowwndproc.c614 return winMouseButtonsHandle (s_pScreen, ButtonPress, Button1, wParam);
622 return winMouseButtonsHandle (s_pScreen, ButtonRelease, Button1, wParam);
H A Dwinwin32rootlesswndproc.c626 return winMouseButtonsHandle (pScreen, ButtonPress, Button1, wParam);
635 return winMouseButtonsHandle (pScreen, ButtonRelease, Button1, wParam);
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c1012 do_add_binding(Button1, C_TITLE, NoModifierMask, F_MOVE);
1013 do_add_binding(Button1, C_ICON, NoModifierMask, F_ICONIFY);
1014 do_add_binding(Button1, C_ICONMGR, NoModifierMask, F_ICONIFY);
H A Devents.c1643 case Button1: mask &= (unsigned)(~Button1Mask); break;
/xsrc/external/mit/ctwm/dist/
H A Dmenus.c228 SETDEF(Button1, C_TITLE, F_MOVE);
229 SETDEF(Button1, C_ICON, F_ICONIFY);
230 SETDEF(Button1, C_ICONMGR, F_ICONIFY);
H A DCHANGES.md1510 Button1 : f.menu "WindowMenu"
2058 * Button1 move a window from a workspace to another.
2063 corresponding workspace. Clicking and releasing Button1 or
H A Devent_handlers.c2478 case Button1:
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dxdmxconfig.c504 if (e->xbutton.button == Button1) {
518 if (e->xbutton.button == Button1) dmxConfigGrabbed = 0;
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc47 Pressing pointer Button1 (usually the left-most button unless it has
70 Clicking pointer Button1
2226 keysym name; buttons are given as the keywords `Button1`-`Button11`:
2230 Button1 = modlist : context : function
2284 # Open the "top" menu with a Button1 (usually left mouse button) click in
2286 Button1 = : root : f.menu "top"
2289 Button1 = s : root : f.menu "top2"
2292 Button1 = c | s : root : f.menu "top3"
2348 Button1 = : root : f.menu "TwmWindows"
2349 Button1
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DTMparse.c160 {"Button1", 0, ParseModImmed, Button1Mask},
250 {"Btn1Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)Button1},
260 {"Btn1Up", NULLQUARK, ButtonRelease, ParseImmed, (Opaque)Button1},
/xsrc/external/mit/xmag/dist/
H A Dxmag.c679 if (event->xbutton.button == Button1) { /* get image */
/xsrc/external/mit/xterm/dist/
H A Dtrace.c750 DATA(Button1),
H A Dbutton.c711 my_event->button == Button1) {
853 * Notice that Button1 (left) and Button3 (right) are swapped in the mask.
861 /* swap Button1 & Button3 */
899 * Button1 (left) and Button3 (right) are swapped in the mask relative to X.
903 /* swap Button1 & Button3 */ \
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c1357 if (event->xbutton.button != Button1) {

Completed in 48 milliseconds