Searched refs:B_PRIMARY_MOUSE_BUTTON (Results 1 - 25 of 74) sorted by relevance

123

/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp43 || (buttons & B_PRIMARY_MOUSE_BUTTON && (fEditable || fCycle))) {
54 if (buttons & B_PRIMARY_MOUSE_BUTTON && row->IsSelected()) {
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp65 if (!fMouseFocus && (buttons & B_PRIMARY_MOUSE_BUTTON)) {
97 if (!(buttons & B_PRIMARY_MOUSE_BUTTON))
H A DTwoDimensionalSliderView.cpp103 if (!fDragging || (buttons & B_PRIMARY_MOUSE_BUTTON))
H A DAbstractButton.cpp97 if (!fPressed || (buttons & B_PRIMARY_MOUSE_BUTTON))
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DViewState.h67 { return fMouseInfo->buttons & B_PRIMARY_MOUSE_BUTTON; }
/haiku/src/kits/shared/
H A DDragTrackingFilter.cpp64 if (fIsTracking && (fClickButtons & B_PRIMARY_MOUSE_BUTTON)) {
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp122 if(fLastButtons & B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp181 if (!(buttons & B_PRIMARY_MOUSE_BUTTON)) {
201 if (!fMouseDown || (buttons & B_PRIMARY_MOUSE_BUTTON)) {
H A DPenInputServerMethod.cpp160 if (buttons == B_PRIMARY_MOUSE_BUTTON)
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.cpp84 & (B_PRIMARY_MOUSE_BUTTON | B_SECONDARY_MOUSE_BUTTON);
183 if ((button & B_PRIMARY_MOUSE_BUTTON) != 0) {
/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp134 if (isDraggable() && (buttons == B_PRIMARY_MOUSE_BUTTON))
H A DDiagramBox.cpp187 if (isDraggable() && (buttons == B_PRIMARY_MOUSE_BUTTON)) {
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp209 if (!(nButton & B_PRIMARY_MOUSE_BUTTON))
/haiku/src/apps/soundrecorder/
H A DVolumeSlider.cpp101 if (! (mouseButtons & B_PRIMARY_MOUSE_BUTTON)) {
H A DScopeView.cpp296 if (buttons & B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/libs/glut/
H A DglutEvent.cpp671 if (newButtons&B_PRIMARY_MOUSE_BUTTON && !(m_buttons&B_PRIMARY_MOUSE_BUTTON)) {
674 } else if (m_buttons&B_PRIMARY_MOUSE_BUTTON && !(newButtons&B_PRIMARY_MOUSE_BUTTON)) {
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp104 if (buttons & B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/bin/desklink/
H A DDeskButton.cpp190 } else if (mouseButtons & B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp185 if (buttons & B_PRIMARY_MOUSE_BUTTON) {
202 if (!(buttons & B_PRIMARY_MOUSE_BUTTON))
217 if (buttons & B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/apps/mail/
H A DAddressTextControl.cpp714 buttons = B_PRIMARY_MOUSE_BUTTON;
716 if (buttons != B_PRIMARY_MOUSE_BUTTON
735 if (buttons == B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/apps/glteapot/
H A DObjectView.cpp453 if (buttons == B_PRIMARY_MOUSE_BUTTON || buttons == B_SECONDARY_MOUSE_BUTTON) {
483 if (fTrackingInfo.buttons == B_PRIMARY_MOUSE_BUTTON
518 if (fTrackingInfo.buttons == B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp328 || (buttons & B_PRIMARY_MOUSE_BUTTON) == 0) {
346 || (buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp128 buttons = B_PRIMARY_MOUSE_BUTTON;
130 if (buttons & B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/preferences/input/
H A DMouseSettings.cpp193 map.button[0] = B_PRIMARY_MOUSE_BUTTON;
215 || fSettings.map.button[0] != B_PRIMARY_MOUSE_BUTTON
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp153 if (buttons & B_PRIMARY_MOUSE_BUTTON) {

Completed in 236 milliseconds

123