Symbol: fLastClickTime
src/add-ons/input_server/devices/wacom/TabletDevice.cpp
636
if (now - fLastClickTime < fParent->DoubleClickSpeed()) {
src/add-ons/input_server/devices/wacom/TabletDevice.cpp
643
fLastClickTime = now;
src/add-ons/input_server/devices/wacom/TabletDevice.h
110
bigtime_t fLastClickTime;
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
245
if (fLastClickTime + fClickSpeed > timestamp)
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
251
fLastClickTime = timestamp;
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.cpp
39
fLastClickTime(0),
src/add-ons/kernel/drivers/input/hid_shared/MouseProtocolHandler.h
49
bigtime_t fLastClickTime;
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
322
if (fLastClickTime + fClickSpeed > timestamp)
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
328
fLastClickTime = timestamp;
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
336
if (fLastClickTime + fClickSpeed > timestamp)
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.cpp
47
fLastClickTime(0),
src/add-ons/kernel/drivers/input/hid_shared/TabletProtocolHandler.h
63
bigtime_t fLastClickTime;
src/add-ons/kernel/drivers/input/i2c_elan/ELANDevice.cpp
52
fLastClickTime(0),
src/add-ons/kernel/drivers/input/i2c_elan/ELANDevice.h
87
bigtime_t fLastClickTime;
src/apps/cortex/ValControl/ValControlSegment.cpp
221
if (now - fLastClickTime < doubleClickInterval) {
src/apps/cortex/ValControl/ValControlSegment.cpp
229
fLastClickTime = 0LL;
src/apps/cortex/ValControl/ValControlSegment.cpp
233
fLastClickTime = now;
src/apps/cortex/ValControl/ValControlSegment.cpp
50
fLastClickTime(0LL),
src/apps/cortex/ValControl/ValControlSegment.h
171
bigtime_t fLastClickTime;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1131
fLastClickTime(0),
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1388
if (clickTime - fLastClickTime < clickSpeed
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1392
fLastClickTime = 0;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1395
fLastClickTime = clickTime;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1399
fLastClickTime = clickTime;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
405
bigtime_t fLastClickTime;
src/apps/deskbar/ExpandoMenuBar.cpp
309
bigtime_t delta = system_time() - fLastClickTime;
src/apps/deskbar/ExpandoMenuBar.cpp
321
fLastClickTime = system_time();
src/apps/deskbar/ExpandoMenuBar.h
133
bigtime_t fLastClickTime;
src/apps/launchbox/LaunchButton.cpp
164
if (sIgnoreDoubleClick && now - fLastClickTime < sClickSpeed)
src/apps/launchbox/LaunchButton.cpp
166
fLastClickTime = now;
src/apps/launchbox/LaunchButton.cpp
50
fLastClickTime(0),
src/apps/launchbox/LaunchButton.h
80
bigtime_t fLastClickTime;
src/apps/switcher/LaunchButton.cpp
161
if (sIgnoreDoubleClick && now - fLastClickTime < sClickSpeed)
src/apps/switcher/LaunchButton.cpp
163
fLastClickTime = now;
src/apps/switcher/LaunchButton.cpp
48
fLastClickTime(0),
src/apps/switcher/LaunchButton.h
77
bigtime_t fLastClickTime;