Home
last modified time | relevance | path

Searched refs:last_press_time (Results 1 – 20 of 20) sorted by relevance

/dports/editors/jed/jed-0.99-19/src/
H A Dpcmouse.c37 static clock_t last_press_time; in generate_press() local
48 && (last_press_time + JX_MultiClick_Time > t)) in generate_press()
61 last_press_time = t; in generate_press()
H A Dw32cons.c353 static DWORD last_press_time; in process_mouse_event()
426 && (the_time - last_press_time < MultiClick_Time)) in process_mouse_event()
439 last_press_time = the_time; in process_mouse_event()
H A Dwterm.c1457 static long last_press_time; in push_mouse_event() local
1482 && (the_time - last_press_time < MultiClick_Time)) in push_mouse_event()
1495 last_press_time = the_time; in push_mouse_event()
H A Dxterm.c1138 static unsigned long last_press_time; in fill_jmouse() local
1145 && (last_press_time + JX_MultiClick_Time > t)) in fill_jmouse()
1158 last_press_time = t; in fill_jmouse()
H A Dgtkterm.c4713 static unsigned long last_press_time; in jGtkFillJMouse() local
4723 && (last_press_time + JX_MultiClick_Time > t)) in jGtkFillJMouse()
4738 last_press_time = t; in jGtkFillJMouse()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dpcmouse.c37 static clock_t last_press_time; in generate_press() local
48 && (last_press_time + JX_MultiClick_Time > t)) in generate_press()
61 last_press_time = t; in generate_press()
H A Dw32cons.c285 static DWORD last_press_time; in process_mouse_event()
358 && (the_time - last_press_time < MultiClick_Time)) in process_mouse_event()
371 last_press_time = the_time; in process_mouse_event()
H A Dwterm.c1220 static DWORD last_press_time; in push_mouse_event() local
1245 && (the_time - last_press_time < MultiClick_Time)) in push_mouse_event()
1258 last_press_time = the_time; in push_mouse_event()
H A Dmswin.c1564 static DWORD last_press_time; in push_mouse_event() local
1589 && (the_time - last_press_time < MultiClick_Time)) in push_mouse_event()
1602 last_press_time = the_time; in push_mouse_event()
H A Dxterm.c1444 static unsigned long last_press_time; in fill_jmouse() local
1451 && (last_press_time + JX_MultiClick_Time > t)) in fill_jmouse()
1464 last_press_time = t; in fill_jmouse()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DBezierTool.vala40 double last_press_time = 0;
142 if ((GLib.get_real_time () - last_press_time) / 1000000.0 < 0.2) {
143 last_press_time = GLib.get_real_time ();
146 last_press_time = GLib.get_real_time ();
H A DTabContent.vala31 static double last_press_time = 0;
239 last_press_time = GLib.get_real_time ();
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmlineedit.hh26 double last_press_time = 0; member in SpectMorph::LineEdit
H A Dsmlineedit.cc281 get_time() - last_press_time < 0.4); in mouse_press()
282 last_press_time = time; in mouse_press()
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Ddeviceeventcontroller-x11.c96 struct timeval last_press_time; member
1070 gettimeofday (&priv->last_press_time, NULL); in spi_dec_x11_synth_keycode_press()
1095 (tv.tv_sec - priv->last_press_time.tv_sec) * 1000 in spi_dec_x11_synth_keycode_release()
1096 + (tv.tv_usec - priv->last_press_time.tv_usec) / 1000; in spi_dec_x11_synth_keycode_release()
1099 (long) (tv.tv_usec - priv->last_press_time.tv_usec)); in spi_dec_x11_synth_keycode_release()
1245 gettimeofday (&priv->last_press_time, NULL); in spi_dec_x11_init()
/dports/games/libretro-uae/libretro-uae-8333daa/libretro/
H A Dlibretro-mapper.c114 long last_press_time = 0; variable
1064 last_press_time = now; in update_input()
1066 if ( (now - last_press_time > VKBD_MIN_HOLDING_TIME in update_input()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro/
H A Dlibretro-mapper.c124 long last_press_time = 0; variable
649 last_press_time = now; in update_input()
651 if ((now - last_press_time > VKBD_MIN_HOLDING_TIME in update_input()
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DggdkdrawP.h96 uint32 last_press_time; member
H A Dggdkdraw.c1035 … (int32_t)(gevent.u.mouse.time - gdisp->bs.last_press_time) < gdisp->bs.double_time && in _GGDKDraw_DispatchEvent()
1036 gevent.u.mouse.time >= gdisp->bs.last_press_time) { // Time can wrap in _GGDKDraw_DispatchEvent()
1042 gdisp->bs.last_press_time = gevent.u.mouse.time; in _GGDKDraw_DispatchEvent()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.c143 static uint32_t last_press_time = 0; variable
14005 if (lives_event_get_time((LiVESXEvent *)event) - last_press_time < capable->dclick_time in on_track_click()
14104 last_press_time = lives_event_get_time((LiVESXEvent *)event); in on_track_click()