Searched refs:fIs2ndButton (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DMyView.h33 bool fIs2ndButton; member in class:MyView
H A DMyView.cpp73 fIs2ndButton= false;
131 fIs2ndButton = true;
142 fIs2ndButton = false;
170 else if (fIs2ndButton)
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp24 fIs2ndButton(false),
79 fIs2ndButton = true;
89 if (!fIs2ndButton && system_time() - fClickTime < 250000L && fClickedWindow) {
93 fIs2ndButton = false;
128 } else if (fIs2ndButton) {
H A DDesktop.h113 bool fIs2ndButton; member in class:Desktop

Completed in 82 milliseconds