Home
last modified time | relevance | path

Searched refs:click_time (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/site_compare/drivers/win32/
H A Dmouse.py69 def ClickButton(button='left', click_time=0): argument
80 time.sleep(click_time)
84 def DoubleClickButton(button='left', click_time=0, time_between_clicks=0): argument
95 ClickButton(button, click_time)
97 ClickButton(button, click_time)
137 def ClickAtLocation(pos, button='left', click_time=0): argument
149 ClickButton(button, click_time)
152 def ClickInWindow(hwnd, offset=None, button='left', click_time=0): argument
171 ClickAtLocation(pos, button, click_time)
188 ClickInWindow(hwnd, offset, button, click_time)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/site_compare/drivers/win32/
H A Dmouse.py69 def ClickButton(button='left', click_time=0): argument
80 time.sleep(click_time)
84 def DoubleClickButton(button='left', click_time=0, time_between_clicks=0): argument
95 ClickButton(button, click_time)
97 ClickButton(button, click_time)
137 def ClickAtLocation(pos, button='left', click_time=0): argument
149 ClickButton(button, click_time)
152 def ClickInWindow(hwnd, offset=None, button='left', click_time=0): argument
171 ClickAtLocation(pos, button, click_time)
188 ClickInWindow(hwnd, offset, button, click_time)
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/zoomable/
H A DViewportTime.java629 double click_time; in mousePressed() local
657 info_timebox.setZeroDuration( click_time ); in mousePressed()
660 mouse_pressed_time = click_time; in mousePressed()
668 double click_time; in mouseDragged() local
688 if ( click_time > mouse_pressed_time ) in mouseDragged()
705 if ( click_time > mouse_pressed_time ) in mouseDragged()
706 info_timebox.setLatestTime( click_time ); in mouseDragged()
719 double click_time, focus_time; in mouseReleased() local
735 if ( click_time > mouse_pressed_time ) in mouseReleased()
767 if ( click_time > mouse_pressed_time ) in mouseReleased()
[all …]
H A DInfoDialogForTime.java27 private double click_time; field in InfoDialogForTime
34 click_time = time; in InfoDialogForTime()
43 click_time = time; in InfoDialogForTime()
62 linebuf.append( "time = " + fmt.format(click_time) ); in init()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Ddragdrop.py205 click_time = None variable in Drag
328 self.click_time = replaces.click_time
582 self.click_time = st
628 (self.click_time is not None) and
629 ((st - self.click_time) > renpy.config.longpress_duration)
632 self.click_time = None
644 self.click_time = None
661 self.click_time = None
712 self.click_time = None
/dports/cad/dinotrace/dinotrace-9.4c/src/
H A Ddt_window.c398 global->click_time = -1; /* time must be signed */ in win_zoom_res_cb()
419 if ( global->click_time < 0) { in res_zoom_click_ev()
420 global->click_time = time; in res_zoom_click_ev()
425 if (DTPRINT_ENTRY) printf ("click1 = %d, click2 = %d\n",global->click_time, time); in res_zoom_click_ev()
428 if (time != global->click_time) { in res_zoom_click_ev()
430 if (time < global->click_time) { in res_zoom_click_ev()
433 time = global->click_time; in res_zoom_click_ev()
434 global->click_time = tmp; in res_zoom_click_ev()
438 global->time = global->click_time; in res_zoom_click_ev()
441 ((float)(time - global->click_time)) ) in res_zoom_click_ev()
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dbrowser.c315 gettimeofday(&private_data->click_time, 0); in xitk_browser_set_select()
787 timercpy(&private_data->click_time, &old_click_time); in browser_select()
788 gettimeofday(&private_data->click_time, 0); in browser_select()
789 timersub(&private_data->click_time, &old_click_time, &tm_diff); in browser_select()
805 gettimeofday(&private_data->click_time, 0); in browser_select()
826 timercpy(&private_data->click_time, &old_click_time); in browser_select()
827 gettimeofday(&private_data->click_time, 0); in browser_select()
828 timersub(&private_data->click_time, &old_click_time, &tm_diff); in browser_select()
834 gettimeofday(&private_data->click_time, 0); in browser_select()
838 private_data->click_time.tv_sec -= (xitk_get_timer_dbl_click() / 1000.0); in browser_select()
[all …]
H A Dbrowser.h59 struct timeval click_time; member
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXEvent.h181 FXuint click_time; /// Time of mouse button press member
206 click_time=0;
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXEvent.h181 FXuint click_time; /// Time of mouse button press member
206 click_time=0;
/dports/mail/abook/abook-0.6.1/
H A Dui.c169 struct timeval click_time, click_diff, maxdiff; in was_double_click() local
172 gettimeofday(&click_time, NULL); in was_double_click()
174 timersub(&click_time, &last_click_time, &click_diff); in was_double_click()
175 last_click_time = click_time; in was_double_click()
/dports/comms/minicom/minicom-2.7.1/src/
H A Dfile.c598 time_t click_time = (time_t) 0; in filedir() local
657 if (this_time - click_time < 2) { in filedir()
660 click_time = (time_t)0; in filedir()
662 click_time = this_time; in filedir()
703 click_time = (time_t)0; in filedir()
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Di3pystatus.py129 self.click_time = getattr(self.parent.module, "multi_click_timeout", 0.25)
186 self.timer = Timer(self.click_time, self.trigger)
/dports/games/yadex/yadex-1.7.0/src/
H A D_edit.h117 unsigned long click_time; // Date of last left click in ms member
/dports/x11/gsynaptics/gsynaptics-0.9.16/src/
H A Dsynshm.h76 unsigned long click_time; /* The duration of a single click */ member
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dinterface.h82 extern Uint32 click_time;
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-file.c371 int click_time = glutGet(GLUT_ELAPSED_TIME); in ui_open_file() local
372 if (i == last_click_sel && click_time < last_click_time + 250) in ui_open_file()
377 last_click_time = click_time; in ui_open_file()
/dports/deskutils/easystroke/easystroke-0.6.0/
H A Dhandler.cc702 Time click_time; member in AdvancedHandler
719 e(e_), remap_from(0), remap_to(0), click_time(0), replay_button(0), in AdvancedHandler()
750 click_time = 0; in press()
767 click_time = e->t; in press()
775 click_time = e->t; in press()
818 if (e->t < click_time + 250 && b == replay_button) { in release()
/dports/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1/src/
H A Dsynapticsstr.h180 int click_time; /* The duration of a single click */ member
/dports/games/gnubg/gnubg-1.06.002/
H A Dgtkboard.h79 …gint drag_point, drag_colour, x_drag, y_drag, x_dice[2], y_dice[2], drag_button, click_time, cube_… member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DContext.cpp683 float click_time = GetSystemInterface()->GetElapsedTime(); in ProcessMouseButtonDown() local
685 click_time - last_click_time < DOUBLE_CLICK_TIME) in ProcessMouseButtonDown()
696 last_click_time = click_time; in ProcessMouseButtonDown()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtgisdl.c251 Time click_time=button_ev->time; local
266 double_clicked = ((click_time-gInsertSymbolInfo.last_click_time) <
292 gInsertSymbolInfo.last_click_time = click_time;
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_list.h115 guint32 click_time; /* used to check for a double click ? */ member
/dports/x11/libsynaptics/libsynaptics-0.14.6c/
H A DShm_0_14_459 int click_time; /* The duration of a single click */
H A DShm_0_14_629 int click_time; /* The duration of a single click */

123