Home
last modified time | relevance | path

Searched refs:click_x (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/games/ace-of-penguins/ace-1.4/games/
H A Dpegged.c340 static int click_x, click_y, ofs_x, ofs_y; variable
373 click_x = x; in click()
405 if ((x == click_x+2 && y == click_y) in drop()
406 || (x == click_x-2 && y == click_y) in drop()
407 || (x == click_x && y == click_y+2) in drop()
408 || (x == click_x && y == click_y-2)) in drop()
413 if ((x == click_x+2 && y == click_y+2) in drop()
414 || (x == click_x-2 && y == click_y-2)) in drop()
421 jx = (x+click_x)/2; in drop()
428 undo_list[next_undo].from_x = click_x; in drop()
[all …]
/dports/games/flyhard/flyhard-0.42/src/
H A Dshop.cpp284 vhandle_click(click_x, click_y); in handle_click()
410 void vhandle_click(int click_x, int click_y) in vhandle_click() argument
693 int click_x=0, click_y=0; in shop() local
707 click_x=event.button.x; in shop()
770 weapons.handle_click(click_x, click_y); in shop()
771 if (point_in_rect(click_x, click_y, buy)) in shop()
774 if (point_in_rect(click_x, click_y, sell)) in shop()
780 systems.handle_click(click_x, click_y); in shop()
782 if (point_in_rect(click_x, click_y, buy)) in shop()
793 engines.handle_click(click_x, click_y); in shop()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgviewerFOX/
H A DFOX_OSG.cpp138 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 1); in onLeftBtnPress()
146 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 1); in onLeftBtnRelease()
156 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 2); in onMiddleBtnPress()
164 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 2); in onMiddleBtnRelease()
174 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 3); in onRightBtnPress()
182 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 3); in onRightBtnRelease()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgviewerFOX/
H A DFOX_OSG.cpp138 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 1); in onLeftBtnPress()
146 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 1); in onLeftBtnRelease()
156 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 2); in onMiddleBtnPress()
164 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 2); in onMiddleBtnRelease()
174 getEventQueue()->mouseButtonPress(event->click_x, event->click_y, 3); in onRightBtnPress()
182 getEventQueue()->mouseButtonRelease(event->click_x, event->click_y, 3); in onRightBtnRelease()
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/examples/
H A Danimations-scaling-zoom.c45 gfloat click_x, click_y; in clicked_cb() local
68 clutter_event_get_coords (event, &click_x, &click_y); in clicked_cb()
70 click_x, click_y, in clicked_cb()
82 clutter_actor_set_position (actor, click_x, click_y); in clicked_cb()
/dports/graphics/clutter/clutter-1.26.4/doc/cookbook/html/examples/
H A Danimations-scaling-zoom.c45 gfloat click_x, click_y; in clicked_cb() local
68 clutter_event_get_coords (event, &click_x, &click_y); in clicked_cb()
70 click_x, click_y, in clicked_cb()
82 clutter_actor_set_position (actor, click_x, click_y); in clicked_cb()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_stream.cpp207 …int click_x = (last_crop.Lo().x_ * 100) / last_act_image_width; // Initial crop offset from last i… in prepareImage() local
208 click_x += (x * 100) / last_virt_image_width; in prepareImage()
211 Debug(3, "Got adjusted click at %d%%,%d%%", click_x, click_y); in prepareImage()
214 click_x = ( click_x * act_image_width ) / 100; in prepareImage()
216 Debug(3, "Got readjusted click at %d,%d", click_x, click_y); in prepareImage()
218 int lo_x = click_x - (send_image_width/2); in prepareImage()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Gui.Widgets/Widgets/OpenImages/
H A DOpenImagesListWidget.cs132 double click_x = args.Event.X; in HandleTreeButtonPressEvent()
141 if (start_pos <= click_x && start_pos + width > click_x) in HandleTreeButtonPressEvent()
144 if (tree.GetPathAtPos ((int)click_x, (int)click_y, out path)) in HandleTreeButtonPressEvent()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dimagemap.c707 unsigned long y, unsigned long click_x, unsigned long click_y) in imagemap_point_in_poly() argument
717 (click_x < (xpt[j] - xpt[i]) * in imagemap_point_in_poly()
739 unsigned long click_x, unsigned long click_y, in imagemap_get() argument
774 if (click_x >= x + entry->bounds.rect.x0 && in imagemap_get()
775 click_x <= x + entry->bounds.rect.x1 && in imagemap_get()
784 cx = x + entry->bounds.circle.x - click_x; in imagemap_get()
798 click_x, click_y)) { in imagemap_get()
H A Dimagemap.h39 unsigned long click_x, unsigned long click_y,
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXEvent.h177 FXint click_x; /// Window-relative x-coord of mouse press member
202 click_x=0;
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXEvent.h177 FXint click_x; /// Window-relative x-coord of mouse press member
202 click_x=0;
/dports/games/flightgear-data/fgdata/Nasal/canvas/gui/widgets/
H A DCdlgWidgets.nas835 check_event : func (click_x, click_y) {
839 if ((math.abs(click_x - me.x) < me.rw) and (math.abs(click_y - me.y) < me.rh)) {
840 me.update_fractions (click_x, click_y);
847 …var click_r = math.sqrt((click_x - me.x) * (click_x - me.x) + (click_y - me.y) * (click_y - me.y));
851 me.update_fractions (click_x, click_y);
859 update_fractions: func (click_x, click_y) {
862 var x_rel = (click_x - me.x);
/dports/cad/sumo/sumo-1.2.0/src/osgview/
H A DGUIOSGView.cpp625 myAdapter->getEventQueue()->mouseButtonPress((float)event->click_x, (float)event->click_y, 1); in onLeftBtnPress()
635 myAdapter->getEventQueue()->mouseButtonRelease((float)event->click_x, (float)event->click_y, 1); in onLeftBtnRelease()
644 myAdapter->getEventQueue()->mouseButtonPress((float)event->click_x, (float)event->click_y, 2); in onMiddleBtnPress()
651 myAdapter->getEventQueue()->mouseButtonRelease((float)event->click_x, (float)event->click_y, 2); in onMiddleBtnRelease()
660 myAdapter->getEventQueue()->mouseButtonPress((float)event->click_x, (float)event->click_y, 3); in onRightBtnPress()
667 myAdapter->getEventQueue()->mouseButtonRelease((float)event->click_x, (float)event->click_y, 3); in onRightBtnRelease()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsactionscope.sip.in23 <dd>Show for canvas tools. Adds `@click_x` and `@click_y` in map coordinates.</dd>
64 `click_x` and `click_y` for actions which are available as map canvas clicks.
/dports/graphics/gimp-app/gimp-2.10.30/app/display/
H A Dgimpnavigationeditor.h75 gint click_x,
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table-field-chooser-item.h84 gint click_x, click_y; member
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dui.hh390 int click_x, click_y; member in dw::core::ui::ComplexButtonResource
413 int getClickX () {return click_x;}; in getClickX()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsactionscope.sip.in23 <dd>Show for canvas tools. Adds `@click_x` and `@click_y` in map coordinates.</dd>
64 `click_x` and `click_y` for actions which are available as map canvas clicks.
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXGLViewer.cpp1530 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1539 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1596 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1597 xl=FXMIN(new_x,event->click_x); in onLeftBtnRelease()
1598 xh=FXMAX(new_x,event->click_x); in onLeftBtnRelease()
1613 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1620 objects[0]=pick(event->click_x,event->click_y); in onLeftBtnRelease()
1777 hit=pick(event->click_x,event->click_y); in onRightBtnRelease()
1874 drawLasso(event->click_x,event->click_y,old_x,old_y); in onMotion()
1875 drawLasso(event->click_x,event->click_y,new_x,new_y); in onMotion()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXGLViewer.cpp1530 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1539 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1596 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1597 xl=FXMIN(new_x,event->click_x); in onLeftBtnRelease()
1598 xh=FXMAX(new_x,event->click_x); in onLeftBtnRelease()
1613 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1620 objects[0]=pick(event->click_x,event->click_y); in onLeftBtnRelease()
1777 hit=pick(event->click_x,event->click_y); in onRightBtnRelease()
1874 drawLasso(event->click_x,event->click_y,old_x,old_y); in onMotion()
1875 drawLasso(event->click_x,event->click_y,new_x,new_y); in onMotion()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXGLViewer.cpp1530 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1539 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1596 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1597 xl=FXMIN(new_x,event->click_x); in onLeftBtnRelease()
1598 xh=FXMAX(new_x,event->click_x); in onLeftBtnRelease()
1613 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1620 objects[0]=pick(event->click_x,event->click_y); in onLeftBtnRelease()
1777 hit=pick(event->click_x,event->click_y); in onRightBtnRelease()
1874 drawLasso(event->click_x,event->click_y,old_x,old_y); in onMotion()
1875 drawLasso(event->click_x,event->click_y,new_x,new_y); in onMotion()
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXGLViewer.cpp1530 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1539 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1596 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1597 xl=FXMIN(new_x,event->click_x); in onLeftBtnRelease()
1598 xh=FXMAX(new_x,event->click_x); in onLeftBtnRelease()
1613 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1620 objects[0]=pick(event->click_x,event->click_y); in onLeftBtnRelease()
1777 hit=pick(event->click_x,event->click_y); in onRightBtnRelease()
1874 drawLasso(event->click_x,event->click_y,old_x,old_y); in onMotion()
1875 drawLasso(event->click_x,event->click_y,new_x,new_y); in onMotion()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXGLViewer.cpp1531 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1540 if(0<=event->click_x && 0<=event->click_y && event->click_x<width && event->click_y<height){ in onLeftBtnPress()
1597 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1598 xl=FXMIN(new_x,event->click_x); in onLeftBtnRelease()
1599 xh=FXMAX(new_x,event->click_x); in onLeftBtnRelease()
1614 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1621 objects[0]=pick(event->click_x,event->click_y); in onLeftBtnRelease()
1778 hit=pick(event->click_x,event->click_y); in onRightBtnRelease()
1875 drawLasso(event->click_x,event->click_y,old_x,old_y); in onMotion()
1876 drawLasso(event->click_x,event->click_y,new_x,new_y); in onMotion()
[all …]
/dports/deskutils/gucharmap/gucharmap-3efb47b75b61d7c6db7e48d72f7aa8c4d4365011/gucharmap/
H A Dgucharmap-private.h71 gdouble click_x, click_y; member

12345678