Home
last modified time | relevance | path

Searched refs:Button6Mask (Results 1 – 14 of 14) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui.h64 #ifndef Button6Mask
65 #define Button6Mask (Button5Mask << 1) macro
74 (Button1Mask | Button2Mask | Button3Mask | Button4Mask | Button5Mask | Button6Mask | Button7Mask)
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dkeys.h82 #ifndef Button6Mask
83 # define Button6Mask (1<<13) macro
H A Dkeys.c279 *mods |= Button6Mask; in translate_event()
364 { Button6, Button6Mask }, in translate_event_to_x_button()
691 { "Button6", Button6Mask },
1904 | Button4Mask | Button5Mask | Button6Mask \ in button_num_init()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkInt.h1047 #ifndef Button6Mask
1048 # define Button6Mask (1<<13) macro
1067 |Button6Mask|Button7Mask|Button8Mask|Button9Mask)
H A DtkEvent.c534 Button5Mask, Button6Mask, Button7Mask, Button8Mask, Button9Mask
H A DtkBind.c450 {"B6", Button6Mask, 0},
451 {"Button6", Button6Mask, 0},
1013 if (state & Button6Mask) { return 6; } in ButtonNumberFromState()
/dports/editors/jed/jed-0.99-19/src/
H A Dxterm.c78 #ifndef Button6Mask
79 # define Button6Mask (Button5Mask<<1) macro
1185 if (state & Button6Mask) s |= JMOUSE_BUTTON_5; in fill_jmouse()
1350 |Button4Mask|Button5Mask|Button6Mask)))) in X_process_events()
H A Dgtkterm.c89 #ifndef Button6Mask
90 # define Button6Mask (Button5Mask<<1) macro
4769 if (state & Button6Mask) s |= JMOUSE_BUTTON_5; in jGtkFillJMouse()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h106 #ifndef Button6Mask
107 #define Button6Mask (1<<13) macro
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/fb/
H A Dui_display_linux.c564 _mouse.button_state = Button6Mask; in receive_mouse_event()
H A Dui_display_wscons.c734 _mouse.button_state = Button6Mask; in receive_mouse_event()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_event.c1287 if ( bev-> state & Button6Mask) e.pos.mod |= mb6; in prima_handle_event()
1408 if ( ev-> xmotion. state & Button6Mask) e.pos.mod |= mb6; in prima_handle_event()
H A Dapc_dnd.c74 (( mask & Button6Mask) ? mb6 : 0) | in query_pointer()
H A Dapc_misc.c596 (( mask & Button6Mask) ? mb6 : 0) | in apc_pointer_get_state()