Symbol: B_PRIMARY_MOUSE_BUTTON
src/add-ons/input_server/devices/wacom/TabletDevice.cpp
528
buttons = (firstButton ? B_PRIMARY_MOUSE_BUTTON : 0)
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
208
fWhichButtons(B_PRIMARY_MOUSE_BUTTON)
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
218
fWhichButtons |= B_PRIMARY_MOUSE_BUTTON;
src/add-ons/input_server/filters/shortcut_catcher/CommandActuators.cpp
235
fWhichButtons(B_PRIMARY_MOUSE_BUTTON)
src/add-ons/input_server/methods/pen/PenInputLooper.cpp
181
if (!(buttons & B_PRIMARY_MOUSE_BUTTON)) {
src/add-ons/input_server/methods/pen/PenInputLooper.cpp
201
if (!fMouseDown || (buttons & B_PRIMARY_MOUSE_BUTTON)) {
src/add-ons/input_server/methods/pen/PenInputServerMethod.cpp
160
if (buttons == B_PRIMARY_MOUSE_BUTTON)
src/apps/activitymonitor/ActivityView.cpp
981
if (buttons == B_PRIMARY_MOUSE_BUTTON) {
src/apps/autoraise/AutoRaiseIcon.cpp
373
case B_PRIMARY_MOUSE_BUTTON:
src/apps/charactermap/CharacterView.cpp
369
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/cortex/DiagramView/DiagramBox.cpp
187
if (isDraggable() && (buttons == B_PRIMARY_MOUSE_BUTTON)) {
src/apps/cortex/DiagramView/DiagramEndPoint.cpp
134
if (isDraggable() && (buttons == B_PRIMARY_MOUSE_BUTTON))
src/apps/cortex/DiagramView/DiagramView.cpp
348
if (MultipleSelection() && (m_lastButton == B_PRIMARY_MOUSE_BUTTON) && !(modifiers() & B_CONTROL_KEY))
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
186
case B_PRIMARY_MOUSE_BUTTON:
src/apps/cortex/RouteApp/StatusView.cpp
237
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/cortex/RouteApp/StatusView.cpp
240
if (buttons == B_PRIMARY_MOUSE_BUTTON) {
src/apps/cortex/ValControl/ValControlSegment.cpp
209
if (!(nButton & B_PRIMARY_MOUSE_BUTTON))
src/apps/debuganalyzer/gui/HeaderView.cpp
634
if ((buttons & B_PRIMARY_MOUSE_BUTTON) == 0)
src/apps/debuganalyzer/gui/HeaderView.cpp
700
if ((buttons & B_PRIMARY_MOUSE_BUTTON) == 0)
src/apps/debuganalyzer/gui/chart/Chart.cpp
328
|| (buttons & B_PRIMARY_MOUSE_BUTTON) == 0) {
src/apps/debuganalyzer/gui/chart/Chart.cpp
346
|| (buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
567
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1039
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1046
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1371
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1374
if (buttons == B_PRIMARY_MOUSE_BUTTON) {
src/apps/deskbar/TimeView.cpp
256
} else if (buttons == B_PRIMARY_MOUSE_BUTTON)
src/apps/deskcalc/CalcView.cpp
602
if ((B_PRIMARY_MOUSE_BUTTON & buttons) == 0) {
src/apps/deskcalc/ExpressionTextView.cpp
118
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/diskprobe/DataView.cpp
1075
if ((buttons & B_PRIMARY_MOUSE_BUTTON) == 0)
src/apps/diskusage/PieView.cpp
222
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/diskusage/PieView.cpp
228
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/glteapot/ObjectView.cpp
453
if (buttons == B_PRIMARY_MOUSE_BUTTON || buttons == B_SECONDARY_MOUSE_BUTTON) {
src/apps/glteapot/ObjectView.cpp
483
if (fTrackingInfo.buttons == B_PRIMARY_MOUSE_BUTTON
src/apps/glteapot/ObjectView.cpp
518
if (fTrackingInfo.buttons == B_PRIMARY_MOUSE_BUTTON) {
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
185
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
202
if (!(buttons & B_PRIMARY_MOUSE_BUTTON))
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
217
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
206
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
67
{ return fMouseInfo->buttons & B_PRIMARY_MOUSE_BUTTON; }
src/apps/launchbox/PadView.cpp
225
if (buttons & B_PRIMARY_MOUSE_BUTTON
src/apps/mail/AddressTextControl.cpp
716
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/mail/AddressTextControl.cpp
718
if (buttons != B_PRIMARY_MOUSE_BUTTON
src/apps/mail/AddressTextControl.cpp
737
if (buttons == B_PRIMARY_MOUSE_BUTTON) {
src/apps/mandelbrot/Mandelbrot.cpp
274
if (fMouseButtons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/mediaplayer/MainWin.cpp
2220
if (buttons == B_PRIMARY_MOUSE_BUTTON)
src/apps/mediaplayer/MainWin.cpp
2232
if (buttons == B_PRIMARY_MOUSE_BUTTON && !fIsFullscreen) {
src/apps/mediaplayer/MainWin.cpp
2263
if (buttons == B_PRIMARY_MOUSE_BUTTON && fMouseDownTracking
src/apps/mediaplayer/interface/PeakView.cpp
128
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/mediaplayer/interface/PeakView.cpp
130
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/people/PictureView.cpp
341
& (B_PRIMARY_MOUSE_BUTTON | B_SECONDARY_MOUSE_BUTTON)) != 0) {
src/apps/pulse/CPUButton.cpp
195
if ((B_PRIMARY_MOUSE_BUTTON & mouseButtons) != 0) {
src/apps/pulse/DeskbarPulseView.cpp
104
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/serialconnect/TermView.cpp
242
int32 buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/showimage/ShowImageView.cpp
1118
if (buttons == B_PRIMARY_MOUSE_BUTTON && clickCount >= 2 &&
src/apps/showimage/ShowImageView.cpp
1126
& (B_PRIMARY_MOUSE_BUTTON | B_SECONDARY_MOUSE_BUTTON)) != 0) {
src/apps/showimage/ShowImageView.cpp
1131
} else if (buttons == B_PRIMARY_MOUSE_BUTTON
src/apps/showimage/ShowImageView.cpp
1145
} else if (buttons == B_PRIMARY_MOUSE_BUTTON
src/apps/soundrecorder/ScopeView.cpp
296
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/apps/soundrecorder/TrackSlider.cpp
268
if (! (mouseButtons & B_PRIMARY_MOUSE_BUTTON)) {
src/apps/soundrecorder/VolumeSlider.cpp
101
if (! (mouseButtons & B_PRIMARY_MOUSE_BUTTON)) {
src/apps/sudoku/SudokuView.cpp
600
int32 buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/sudoku/SudokuView.cpp
607
if (buttons == B_PRIMARY_MOUSE_BUTTON && clicks == 1) {
src/apps/terminal/SmartTabView.cpp
96
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0 && clickCount == 2) {
src/apps/terminal/TermView.cpp
2525
if (buttons == B_PRIMARY_MOUSE_BUTTON)
src/apps/terminal/TermView.cpp
2551
if ((buttons & B_PRIMARY_MOUSE_BUTTON)
src/apps/terminal/TermView.cpp
2552
!= (motion ? 0 : (fMouseButtons & B_PRIMARY_MOUSE_BUTTON))) {
src/apps/terminal/TermViewStates.cpp
448
if (buttons == B_PRIMARY_MOUSE_BUTTON) {
src/apps/terminal/TermViewStates.cpp
691
} else if ((buttons & B_PRIMARY_MOUSE_BUTTON) == 0
src/apps/terminal/TermViewStates.cpp
692
&& (fView->fMouseButtons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/terminal/TermViewStates.cpp
778
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/webpositive/URLInputGroup.cpp
220
buttons = B_PRIMARY_MOUSE_BUTTON;
src/apps/webpositive/URLInputGroup.cpp
551
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/apps/webpositive/tabview/TabContainerView.cpp
110
buttons = B_PRIMARY_MOUSE_BUTTON;
src/bin/desklink/DeskButton.cpp
190
} else if (mouseButtons & B_PRIMARY_MOUSE_BUTTON) {
src/bin/desklink/MediaReplicant.cpp
253
int32 buttons = B_PRIMARY_MOUSE_BUTTON;
src/bin/network/ppp_up/PPPDeskbarReplicant.cpp
122
if(fLastButtons & B_PRIMARY_MOUSE_BUTTON) {
src/kits/interface/ScrollBar.cpp
586
buttons = B_PRIMARY_MOUSE_BUTTON;
src/kits/shared/DragTrackingFilter.cpp
64
if (fIsTracking && (fClickButtons & B_PRIMARY_MOUSE_BUTTON)) {
src/kits/tracker/DraggableContainerIcon.cpp
181
if ((button & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/kits/tracker/DraggableContainerIcon.cpp
84
fDragButton = buttons & (B_PRIMARY_MOUSE_BUTTON | B_SECONDARY_MOUSE_BUTTON);
src/kits/tracker/PoseView.cpp
7331
else if (buttons == B_PRIMARY_MOUSE_BUTTON)
src/kits/tracker/PoseView.cpp
7408
if (!extendSelection && WasDoubleClick(pose, where) && buttons == B_PRIMARY_MOUSE_BUTTON
src/kits/tracker/PoseView.cpp
7409
&& fLastClickButtons == B_PRIMARY_MOUSE_BUTTON && (mods & B_CONTROL_KEY) == 0) {
src/kits/tracker/TitleView.cpp
327
if (force || (buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/kits/tracker/Utilities.cpp
130
|| ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0
src/libs/glut/glutEvent.cpp
671
if (newButtons&B_PRIMARY_MOUSE_BUTTON && !(m_buttons&B_PRIMARY_MOUSE_BUTTON)) {
src/libs/glut/glutEvent.cpp
674
} else if (m_buttons&B_PRIMARY_MOUSE_BUTTON && !(newButtons&B_PRIMARY_MOUSE_BUTTON)) {
src/libs/print/libprint/Preview.cpp
293
if (button == B_PRIMARY_MOUSE_BUTTON) {
src/preferences/backgrounds/BackgroundsView.cpp
1212
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/preferences/filetypes/IconView.cpp
833
int32 buttons = B_PRIMARY_MOUSE_BUTTON;
src/preferences/filetypes/IconView.cpp
837
buttons = B_PRIMARY_MOUSE_BUTTON;
src/preferences/filetypes/IconView.cpp
842
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0
src/preferences/input/MouseSettings.cpp
93
|| fSettings.map.button[0] != B_PRIMARY_MOUSE_BUTTON
src/preferences/keymap/KeyboardLayoutView.cpp
211
|| ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0
src/preferences/keymap/KeyboardLayoutView.cpp
382
|| ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0
src/preferences/keymap/KeyboardLayoutView.cpp
577
&& (buttons & B_PRIMARY_MOUSE_BUTTON) != 0
src/preferences/shortcuts/PopUpColumn.cpp
43
|| (buttons & B_PRIMARY_MOUSE_BUTTON && (fEditable || fCycle))) {
src/preferences/shortcuts/PopUpColumn.cpp
54
if (buttons & B_PRIMARY_MOUSE_BUTTON && row->IsSelected()) {
src/servers/app/WorkspacesView.cpp
434
|| (buttons & B_PRIMARY_MOUSE_BUTTON) == 0)
src/servers/app/WorkspacesView.cpp
533
|| (buttons & B_PRIMARY_MOUSE_BUTTON) == 0)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
527
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0)
src/servers/app/decorator/DefaultWindowBehaviour.cpp
805
if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
src/servers/app/decorator/DefaultWindowBehaviour.cpp
99
int32 mouseButton = B_PRIMARY_MOUSE_BUTTON)
src/servers/app/stackandtile/StackAndTile.cpp
272
if ((message->FindInt32("buttons") & B_PRIMARY_MOUSE_BUTTON) == 0 ||
src/servers/mail/DeskbarView.cpp
352
if ((fLastButtons & B_PRIMARY_MOUSE_BUTTON) !=0
src/servers/notification/NotificationView.cpp
316
case B_PRIMARY_MOUSE_BUTTON:
src/tests/kits/interface/layout/widget_layout_test/AbstractButton.cpp
97
if (!fPressed || (buttons & B_PRIMARY_MOUSE_BUTTON))
src/tests/kits/interface/layout/widget_layout_test/TwoDimensionalSliderView.cpp
103
if (!fDragging || (buttons & B_PRIMARY_MOUSE_BUTTON))
src/tests/kits/interface/layout/widget_layout_test/ViewContainer.cpp
65
if (!fMouseFocus && (buttons & B_PRIMARY_MOUSE_BUTTON)) {
src/tests/kits/interface/layout/widget_layout_test/ViewContainer.cpp
97
if (!(buttons & B_PRIMARY_MOUSE_BUTTON))
src/tests/servers/app/copy_bits/main.cpp
153
if (buttons & B_PRIMARY_MOUSE_BUTTON) {
src/tests/servers/app/newClipping/MyView.cpp
112
if (buttons == B_PRIMARY_MOUSE_BUTTON)
src/tests/servers/app/newerClipping/Desktop.cpp
60
if (buttons == B_PRIMARY_MOUSE_BUTTON) {
src/tools/translation/inspector/ImageView.cpp
137
if (button != B_PRIMARY_MOUSE_BUTTON)