MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / mouse_double_click

Method mouse_double_click

DSView/pv/view/trace.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293bool Trace::mouse_double_click(int right, const QPoint pt)
294{
295 (void)right;
296 (void)pt;
297 return false;
298}
299
300bool Trace::mouse_press(int right, const QPoint pt)
301{

Callers 1

mouseDoubleClickEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected