OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Button3
(Results
1 - 18
of
18
) sorted by relevancy
/xsrc/external/mit/twm/dist/sample-twmrc/
lemke.twmrc
124
Button3
= : root : f.menu "Hosts_menu"
129
Button3
= : t : f.menu "window-ops"
/xsrc/external/mit/twm/dist/src/
system.twmrc
55
Button3
= m : window|icon : f.function "move-or-raise"
events.c
1645
case
Button3
: mask &= (unsigned)(~Button3Mask); break;
1749
else if (Event.xbutton.button >=
Button3
)
add_window.c
681
else if (event.xbutton.button ==
Button3
) {
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kMouse.c
370
if (buttons == Button1 || buttons ==
Button3
) {
mouseEmu3btn.c
105
#define ButtonRight
Button3
712
* (int)buttons : button (Button1 / Button2 /
Button3
)
/xsrc/external/mit/xorgproto/dist/include/X11/
X.h
261
#define
Button3
3
/xsrc/external/mit/xorg-server/dist/hw/xwin/
winwndproc.c
819
return winMouseButtonsHandle(s_pScreen, ButtonPress,
Button3
, wParam);
826
return winMouseButtonsHandle(s_pScreen, ButtonRelease,
Button3
, wParam);
winmultiwindowwndproc.c
737
return winMouseButtonsHandle(s_pScreen, ButtonPress,
Button3
, wParam);
745
return winMouseButtonsHandle(s_pScreen, ButtonRelease,
Button3
, wParam);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winwndproc.c
898
return winMouseButtonsHandle (s_pScreen, ButtonPress,
Button3
, wParam);
909
return winMouseButtonsHandle (s_pScreen, ButtonRelease,
Button3
, wParam);
winmultiwindowwndproc.c
646
return winMouseButtonsHandle (s_pScreen, ButtonPress,
Button3
, wParam);
654
return winMouseButtonsHandle (s_pScreen, ButtonRelease,
Button3
, wParam);
winwin32rootlesswndproc.c
664
return winMouseButtonsHandle (pScreen, ButtonPress,
Button3
, wParam);
673
return winMouseButtonsHandle (pScreen, ButtonRelease,
Button3
, wParam);
/xsrc/external/mit/libXt/dist/src/
TMparse.c
162
{"
Button3
", 0, ParseModImmed, Button3Mask},
252
{"Btn3Down", NULLQUARK, ButtonPress, ParseImmed, (Opaque)
Button3
},
262
{"Btn3Up", NULLQUARK, ButtonRelease, ParseImmed, (Opaque)
Button3
},
/xsrc/external/mit/ctwm/dist/
functions_win_moveresize.c
384
else if(Event.xbutton.button >=
Button3
) {
add_window.c
1245
else if(event.xbutton.button ==
Button3
) {
event_handlers.c
2484
case
Button3
:
2660
else if(Event.xbutton.button >=
Button3
) {
/xsrc/external/mit/xterm/dist/
trace.c
752
DATA(
Button3
),
button.c
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
*/ \
1185
|| event->button !=
Button3
) {
1224
|| event->xbutton.button !=
Button3
) {
3245
|| event->xbutton.button !=
Button3
Completed in 27 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026