Searched refs:Button1 (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kMouse.c | 370 if (buttons == Button1 || buttons == Button3) {
|
| H A D | mouseEmu3btn.c | 103 #define ButtonLeft Button1 712 * (int)buttons : button (Button1 / Button2 / Button3)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 259 #define Button1 1 macro
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwndproc.c | 789 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button1, wParam); 796 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button1, wParam);
|
| H A D | winmultiwindowwndproc.c | 705 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 D | winwndproc.c | 852 return winMouseButtonsHandle (s_pScreen, ButtonPress, Button1, wParam); 863 return winMouseButtonsHandle (s_pScreen, ButtonRelease, Button1, wParam);
|
| H A D | winmultiwindowwndproc.c | 614 return winMouseButtonsHandle (s_pScreen, ButtonPress, Button1, wParam); 622 return winMouseButtonsHandle (s_pScreen, ButtonRelease, Button1, wParam);
|
| H A D | winwin32rootlesswndproc.c | 626 return winMouseButtonsHandle (pScreen, ButtonPress, Button1, wParam); 635 return winMouseButtonsHandle (pScreen, ButtonRelease, Button1, wParam);
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | add_window.c | 1012 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 D | events.c | 1643 case Button1: mask &= (unsigned)(~Button1Mask); break;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | menus.c | 228 SETDEF(Button1, C_TITLE, F_MOVE); 229 SETDEF(Button1, C_ICON, F_ICONIFY); 230 SETDEF(Button1, C_ICONMGR, F_ICONIFY);
|
| H A D | CHANGES.md | 1510 Button1 : f.menu "WindowMenu" 2058 * Button1 move a window from a workspace to another. 2063 corresponding workspace. Clicking and releasing Button1 or
|
| H A D | event_handlers.c | 2478 case Button1:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | xdmxconfig.c | 504 if (e->xbutton.button == Button1) { 518 if (e->xbutton.button == Button1) dmxConfigGrabbed = 0;
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 47 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 D | TMparse.c | 160 {"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 D | xmag.c | 679 if (event->xbutton.button == Button1) { /* get image */
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 750 DATA(Button1),
|
| H A D | button.c | 711 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 D | x11-ssh-askpass.c | 1357 if (event->xbutton.button != Button1) {
|
Completed in 48 milliseconds