Home
last modified time | relevance | path

Searched refs:which_button (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/xtruco/xtruco/
H A Dbutton.c76 int which_button; local
83 if(which_button >= 0 )
92 if( which_button >= 0 )
105 int which_button;
117 int which_button;
120 AppButtons[ which_button ].w,
129 AppButtons[ which_button ].w,
142 int which_button;
172 int which_button; local
174 for( which_button = 0; which_button < buttons_used; which_button++ )
[all …]
H A Dread.c46 int which_button; local
52 which_button = InvFind( display,
56 if( which_button >= 0 )
59 InvButtons[ which_button ].w, qual );
72 int which_button; local
75 for( which_button = 0; which_button < inv_used; which_button++ )
80 x= InvButtons[ which_button ].x;
81 y= InvButtons[ which_button ].y;
82 c= InvButtons[ which_button ].largura;
83 a= InvButtons[ which_button ].altura;
[all …]
/dports/x11/libsx/libsx/skel/
H A Dcallbacks.c82 void button_down(Widget w, int which_button, int x, int y, void *data) in button_down() argument
84 printf("You clicked button %d at (%d,%d)\n", which_button, x,y); in button_down()
88 void button_up(Widget w, int which_button, int x, int y, void *data) in button_up() argument
90 printf("You released button %d at (%d,%d)\n", which_button, x,y); in button_up()
H A Dcallbacks.h18 void button_down(Widget w, int which_button, int x,int y, void *data);
19 void button_up(Widget w, int which_button, int x, int y, void *data);
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Ddialog_render_parameters.cpp88 QAbstractButton*const which_button=_buttongroup->button(_render_parameters->multisample_grid()); in setup_from_render_parameters() local
89 if (which_button) in setup_from_render_parameters()
91 which_button->click(); in setup_from_render_parameters()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmouse.c356 || which_button == MOUSE_MIDDLE) in do_mouse()
359 && which_button == MOUSE_LEFT) in do_mouse()
362 && which_button == MOUSE_RIGHT) in do_mouse()
378 if (which_button == MOUSE_MIDDLE) in do_mouse()
528 if (which_button == MOUSE_RIGHT in do_mouse()
618 if (which_button == MOUSE_LEFT in do_mouse()
621 which_button = MOUSE_RIGHT; in do_mouse()
629 if (which_button == MOUSE_LEFT) in do_mouse()
710 && which_button == MOUSE_LEFT) in do_mouse()
888 if (which_button == MOUSE_LEFT) in do_mouse()
[all …]
/dports/x11/libsx/libsx/src/
H A Dcallbacks.c279 void button_down(Widget w, int which_button, int x, int y, void *data) in button_down() argument
283 printf("You pressed mouse button %d at (%d,%d)\n", which_button, x,y); in button_down()
285 me->down = which_button; in button_down()
296 void button_up(Widget w, int which_button, int x, int y, void *data) in button_up() argument
300 printf("You released mouse button %d at (%d,%d)\n", which_button, x,y); in button_up()
H A Dcallbacks.h37 void button_down(Widget w, int which_button, int x, int y, void *data);
38 void button_up(Widget w, int which_button, int x, int y, void *data);
/dports/x11/libsx/libsx/bezier/
H A Dcallbacks.h10 void button_down(Widget w, int which_button, int x, int y, void *data);
11 void button_up(Widget w, int which_button, int x, int y, void *data);
H A Dcallbacks.c179 void button_down(Widget w, int which_button, int x, int y, void *data) in button_down() argument
184 switch (which_button) in button_down()
200 void button_up(Widget w, int which_button, int x, int y, void *data) in button_up() argument
206 switch (which_button) in button_up()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dnewmfd.c111 void mfd_select_button(int which_panel, int which_button);
921 int cnum, which_panel, which_button; in mfd_button_callback() local
937 which_button = result.quot; in mfd_button_callback()
939 cnum = which_button; in mfd_button_callback()
947 if (player_struct.mfd_slot_status[which_button] != MFD_UNAVAIL) { in mfd_button_callback()
962 mfd_select_button(which_panel, which_button); in mfd_button_callback()
975 int which_panel, which_button; in mfd_button_callback_kb() local
989 which_button = ((int)data) % MFD_NUM_VIRTUAL_SLOTS; in mfd_button_callback_kb()
991 mfd_select_button(which_panel, which_button); in mfd_button_callback_kb()
1006 void mfd_select_button(int which_panel, int which_button) { in mfd_select_button() argument
[all …]
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dlineedit_ui.c376 gint i, which_button = 1; in button_release_cb() local
382 which_button = 1; in button_release_cb()
384 which_button = 2; in button_release_cb()
386 which_button = 2; in button_release_cb()
425 if (which_button == 1) in button_release_cb()
446 if (which_button == 1) in button_release_cb()
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dbutton.c86 winsys_mouse_button_t which_button, in button_mouse_down_cb() argument
93 if ( which_button != WS_LEFT_BUTTON ) { in button_mouse_down_cb()
139 winsys_mouse_button_t which_button, in button_mouse_up_cb() argument
146 if ( which_button != WS_LEFT_BUTTON ) { in button_mouse_up_cb()
/dports/graphics/vcg/vcg.1.30/src/
H A DX11dev.c297 int which_button _PP((XEvent *eventp));
2804 if (which_button(eventp)==G_MOUSE_LEFT)
2814 if (which_button(eventp)==G_MOUSE_LEFT)
2824 if (which_button(eventp)==G_MOUSE_LEFT)
2834 if (which_button(eventp)==G_MOUSE_LEFT)
2844 if (which_button(eventp)==G_MOUSE_LEFT)
2862 if (which_button(eventp)==G_MOUSE_LEFT)
5074 int which_button(XEvent *eventp) in which_button() function
5076 int which_button(eventp) in which_button()
6028 result = which_button(&event);
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmouse.c61 int jump_to_mouse(int flags, bool *inclusive, int which_button) in jump_to_mouse() argument
213 } else if (on_status_line && which_button == MOUSE_LEFT) { in jump_to_mouse()
222 } else if (on_sep_line && which_button == MOUSE_LEFT) { in jump_to_mouse()
320 if (!(flags & MOUSE_RELEASED) && which_button == MOUSE_LEFT) { in jump_to_mouse()
H A Dnormal.c2367 || which_button == MOUSE_MIDDLE) in do_mouse()
2370 && which_button == MOUSE_LEFT) in do_mouse()
2395 if (which_button == MOUSE_MIDDLE) { in do_mouse()
2594 if (which_button == MOUSE_RIGHT in do_mouse()
2602 if (which_button == MOUSE_LEFT in do_mouse()
2604 which_button = MOUSE_RIGHT; in do_mouse()
2611 if (which_button == MOUSE_LEFT) { in do_mouse()
2659 which_button); in do_mouse()
2675 && which_button == MOUSE_LEFT) { in do_mouse()
2785 if (which_button == MOUSE_MIDDLE) { in do_mouse()
[all …]
/dports/net/tcpview/tcpview-1.0/
H A Dmotifutils.c485 void RemoveDialButton( widget, which_button ) in RemoveDialButton() argument
487 int which_button;
497 dead_widget = XmMessageBoxGetChild( widget, which_button );
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmouse.pro13 int jump_to_mouse(int flags, int *inclusive, int which_button);
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dwin32gui.c2509 int which_button; in values_to_sounddlg() local
2512 which_button = IDC_11KHZ; in values_to_sounddlg()
2514 which_button = IDC_22KHZ; in values_to_sounddlg()
2516 which_button = IDC_44KHZ; in values_to_sounddlg()
2518 which_button = IDC_48KHZ; in values_to_sounddlg()
2520 which_button = IDC_22KHZ; /* default */ in values_to_sounddlg()
2526 case 0: which_button = IDC_SOUND0; break; in values_to_sounddlg()
2527 case 1: which_button = IDC_SOUND1; break; in values_to_sounddlg()
2538 which_button = IDC_STEREOMODE0; in values_to_sounddlg()
2544 which_button = IDC_STEREOMODE2; in values_to_sounddlg()
[all …]
/dports/graphics/py-mpl-interactions/mpl_interactions-0.19.0/mpl_interactions/
H A Dwidgets.py14 def __init__(self, ax, x, y, pickradius=5, which_button=1, **kwargs): argument
41 self._button = which_button
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DControl.cpp243 static int which_button(CControl * I, int x, int y) in which_button() function
278 I->Active = which_button(I, x, y); in drag()
296 sel = which_button(I, x, y); in release()
471 I->Pressed = which_button(I, x, y); in click()
/dports/x11/libsx/libsx/docs/
H A Ddraw_area.doc63 void func(Widget w, int which_button, int x, int y, void *data)
90 void func(Widget w, int which_button, int x, int y, void *data)
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-property-browser.c1425 add_color_to_browser (GtkWidget *widget, gint which_button, gpointer data) in add_color_to_browser() argument
1429 if (which_button == GTK_RESPONSE_OK) in add_color_to_browser()
1526 emblem_dialog_clicked (GtkWidget *dialog, int which_button, CajaPropertyBrowser *property_browser) in emblem_dialog_clicked() argument
1530 if (which_button == GTK_RESPONSE_OK) in emblem_dialog_clicked()
/dports/x11/guake/Guake-3.4.0/guake/
H A Dprefs.py1129 which_button = {
1134 self.get_widget(which_button[value]).set_active(True)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DFileSB.c240 XtPointer which_button,
3268 XtPointer which_button, in FileSelectionPB() argument
3293 if( ((long) which_button) == XmDIALOG_APPLY_BUTTON ) in FileSelectionPB()
3330 switch( (long) which_button ) in FileSelectionPB()

12