Home
last modified time | relevance | path

Searched refs:B_SECONDARY_MOUSE_BUTTON (Results 1 – 25 of 77) sorted by relevance

1234

/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp42 if ((buttons & B_SECONDARY_MOUSE_BUTTON) in MouseDown()
47 if (buttons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DViewState.h69 { return fMouseInfo->buttons & B_SECONDARY_MOUSE_BUTTON; } in IsSecondButtonDown()
H A DMultipleManipulatorState.cpp83 if (buttons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp226 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0) { in MouseDown()
380 B_SECONDARY_MOUSE_BUTTON), in ResizeBorderState()
427 B_SECONDARY_MOUSE_BUTTON), in ResizeBorderState()
649 if ((buttons & B_SECONDARY_MOUSE_BUTTON) == 0) { in MouseDown()
751 buttons = B_SECONDARY_MOUSE_BUTTON; in MouseDown()
858 } else if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0) { in MouseDown()
/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp112 if(fLastButtons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/libs/glut/
H A DglutEvent.cpp677 } else if (newButtons&B_SECONDARY_MOUSE_BUTTON && !(m_buttons&B_SECONDARY_MOUSE_BUTTON)) { in MouseCheck()
680 } else if (m_buttons&B_SECONDARY_MOUSE_BUTTON && !(newButtons&B_SECONDARY_MOUSE_BUTTON)) { in MouseCheck()
/haiku/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp95 if (buttons == B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/tests/add-ons/print/pdf/bezierbounds/
H A DBBView.cpp62 if (buttons == B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/apps/pulse/
H A DPulseView.cpp108 if (buttons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
H A DCPUButton.cpp199 } else if ((B_SECONDARY_MOUSE_BUTTON & mouseButtons) != 0 in MouseDown()
/haiku/src/bin/desklink/
H A DDeskButton.cpp170 if (mouseButtons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp174 if (!(buttons & B_SECONDARY_MOUSE_BUTTON)) { in MouseDown()
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.cpp83 & (B_PRIMARY_MOUSE_BUTTON | B_SECONDARY_MOUSE_BUTTON); in MouseDown()
/haiku/src/apps/people/
H A DPictureView.cpp341 & (B_PRIMARY_MOUSE_BUTTON | B_SECONDARY_MOUSE_BUTTON)) != 0) { in MouseDown()
345 } else if (buttons == B_SECONDARY_MOUSE_BUTTON) in MouseDown()
/haiku/src/preferences/input/
H A DMouseSettings.cpp94 || fSettings.map.button[1] != B_SECONDARY_MOUSE_BUTTON in IsDefaultable()
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp174 if (buttons == B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/apps/terminal/
H A DSmartTabView.cpp99 } else if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0) { in MouseDown()
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp270 fInitiatingDrag = buttons & B_SECONDARY_MOUSE_BUTTON; in MouseDown()
/haiku/src/apps/switcher/
H A DWindowsView.cpp336 if (message->FindInt32("buttons") == B_SECONDARY_MOUSE_BUTTON) in MessageReceived()
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp129 else if (buttons == B_SECONDARY_MOUSE_BUTTON) in MouseDown()
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp158 if (buttons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/apps/glteapot/
H A DObjectView.cpp453 if (buttons == B_PRIMARY_MOUSE_BUTTON || buttons == B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
527 } else if (fTrackingInfo.buttons == B_SECONDARY_MOUSE_BUTTON) { in MouseMoved()
/haiku/src/apps/clock/
H A Dcl_view.cpp334 if (buttons & B_SECONDARY_MOUSE_BUTTON) { in MouseDown()
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp197 case B_SECONDARY_MOUSE_BUTTON: in MouseDown()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp313 if ((buttons & B_SECONDARY_MOUSE_BUTTON) == 0) in TableCellMouseDown()

1234