Searched refs:fClickCount (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DMouseProtocolHandler.h48 uint32 fClickCount; member in class:MouseProtocolHandler
H A DTabletProtocolHandler.cpp46 fClickCount(0),
319 fClickCount++;
321 fClickCount = 1;
325 clicks = fClickCount;
333 fClickCount++;
335 fClickCount = 1;
H A DTabletProtocolHandler.h62 uint32 fClickCount; member in class:TabletProtocolHandler
H A DMouseProtocolHandler.cpp38 fClickCount(0),
243 fClickCount++;
245 fClickCount = 1;
249 clicks = fClickCount;
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp38 fClickCount(0),
126 fClickCount++;
128 fClickCount = 1;
139 fClickCount = 0;
140 } else if (fClickCount > 1) {
141 // NOTE: fClickCount is >= 1 only if the first click was outside
146 fClickCount = 0;
H A DTabContainerView.h86 uint32 fClickCount; member in class:TabContainerView
/haiku/src/add-ons/input_server/devices/mouse/
H A Dmovement_maker.h99 int32 fClickCount; member in class:TouchpadMovement
H A Dmovement_maker.cpp330 this function updates the fClickCount, as well as the
340 fClickCount++;
342 fClickCount = 1;
348 movement->clicks = fClickCount;
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h86 uint32 fClickCount; member in class:ELANDevice
H A DELANDevice.cpp51 fClickCount(0),
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp381 int16 fClickCount; member in class:SourceView::TextView
1107 fClickCount(0),
1124 fClickCount = 0;
1356 if (fClickCount > 3) {
1357 fClickCount = 0;
1360 fClickCount++;
1364 fClickCount = 1;
1368 if (fClickCount == 2) {
1371 } else if (fClickCount == 3) {
1432 if (fClickCount
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp508 fClickCount = 0;
597 fClickCount = 1;
605 if (fClickCount > 3) {
606 fClickCount = 0;
609 fClickCount++;
617 fClickCount = 1;
3228 fClickCount = 0;
4790 switch (fClickCount) {
H A DColumnListView.cpp377 int32 fClickCount; member in class:BPrivate::OutlineView
3218 fClickCount(0),
3854 fClickCount = 1;
3856 Window()->CurrentMessage()->FindInt32("clicks", &fClickCount);
4078 if (fClickCount > 1
/haiku/headers/os/interface/
H A DTextView.h439 int32 fClickCount; member in class:BTextView

Completed in 109 milliseconds