Searched refs:buttons (Results 101 - 125 of 207) sorted by relevance

123456789

/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.h105 uint32 buttons,
103 BackgroundMouseDown( BPoint point, uint32 buttons, uint32 clicks) argument
H A DDiagramWire.cpp173 uint32 buttons,
171 MouseDown( BPoint point, uint32 buttons, uint32 clicks) argument
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp198 uint32 buttons = 0; local
200 if (message->FindInt32("buttons", (int32*)&buttons) < B_OK)
201 buttons = 0;
204 if (buttons == 0) {
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h42 void MouseDown(BPoint where, uint32 buttons,
/haiku/src/kits/device/
H A DJoystick.cpp260 button1 = (*values->buttons & 1) == 0;
261 button2 = (*values->buttons & 2) == 0;
491 return *variableJoystick->buttons;
515 = (variableJoystick->buttons[i / 32] & (1 << (i % 32))) != 0;
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h29 uint32 buttons; member in struct:TabletState
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp253 int32 buttons = B_PRIMARY_MOUSE_BUTTON; local
255 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
259 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0) {
296 } else if ((buttons & B_TERTIARY_MOUSE_BUTTON) != 0) {
/haiku/src/apps/terminal/
H A DTermView.cpp1626 int32 buttons = 0; local
1627 message->FindInt32("buttons", &buttons);
1629 if (buttons == B_SECONDARY_MOUSE_BUTTON) {
1989 uint32 buttons; local
1990 GetMouse(&point, &buttons, false);
1991 if (buttons != 0)
2530 TermView::_SendMouseEvent(int32 buttons, int32 mode, int32 x, int32 y, argument
2535 if (buttons == B_PRIMARY_MOUSE_BUTTON)
2537 else if (buttons
2601 int32 buttons = currentMessage->GetInt32("buttons", 0); local
2624 int32 buttons = Window()->CurrentMessage()->GetInt32("buttons", 0); local
[all...]
H A DColorPreview.cpp131 uint32 buttons; local
132 GetMouse(&where, &buttons);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp81 MultipleManipulatorState::MouseDown(BPoint where, uint32 buttons, uint32 clicks) argument
83 if (buttons & B_SECONDARY_MOUSE_BUTTON) {
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp173 int32 buttons = message->FindInt32("buttons"); local
174 if (buttons == B_SECONDARY_MOUSE_BUTTON) {
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp234 int32 buttons; local
235 fSATWindow->GetDesktop()->GetLastMouseState(&mousePosition, &buttons);
/haiku/src/preferences/appearance/
H A DColorPreview.cpp131 uint32 buttons; local
132 GetMouse(&where, &buttons);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp260 int32 buttons = 0; local
262 message->FindInt32("buttons", &buttons);
266 && (buttons & B_TERTIARY_MOUSE_BUTTON) != 0) {
330 int32 buttons; local
333 || currentMessage->FindInt32("buttons", &buttons) != B_OK) {
334 buttons = 0;
341 if (Vertical() && buttons != 0
382 if (buttons
[all...]
H A DStatusView.cpp400 uint32 buttons; local
402 Window()->CurrentMessage()->FindInt32("buttons", (int32*)&buttons);
403 if (buttons == B_SECONDARY_MOUSE_BUTTON) {
409 uint32 buttons; local
424 GetMouse(&where, &buttons);
425 } while (buttons);
1519 uint32 buttons; local
1530 GetMouse(&mouseLoc, &buttons);
1531 if (buttons
1847 uint32 buttons; local
[all...]
/haiku/src/apps/diskusage/
H A DPieView.cpp220 uint32 buttons; local
221 if (current->FindInt32("buttons", (int32*)&buttons) != B_OK)
222 buttons = B_PRIMARY_MOUSE_BUTTON;
228 if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
233 } else if (buttons & B_SECONDARY_MOUSE_BUTTON) {
/haiku/src/apps/mail/
H A DAddressTextControl.cpp711 int32 buttons = -1; local
713 if (message->FindInt32("buttons", &buttons) != B_OK)
714 buttons = B_PRIMARY_MOUSE_BUTTON;
716 if (buttons != B_PRIMARY_MOUSE_BUTTON
735 if (buttons == B_PRIMARY_MOUSE_BUTTON) {
H A DEnclosures.cpp358 int32 buttons; local
359 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
363 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0 && IndexOf(point) >= 0) {
/haiku/src/servers/app/
H A DEventDispatcher.cpp369 // only allow to add temporary listeners in case a buttons is pressed
491 EventDispatcher::GetMouse(BPoint& where, int32& buttons) argument
496 buttons = fLastButtons;
544 moved.AddInt32("buttons", fLastButtons);
611 // mouse buttons has already been released or was never pressed
825 && event->FindInt32("buttons") == 0) {
832 int32 buttons; local
833 if (event->FindInt32("buttons", &buttons) == B_OK)
834 fLastButtons = buttons;
[all...]
/haiku/src/kits/interface/
H A DCheckBox.cpp218 uint32 buttons; local
226 GetMouse(&where, &buttons, true);
234 } while (buttons != 0);
H A DRadioButton.cpp134 uint32 buttons; local
138 GetMouse(&where, &buttons, true);
145 } while (buttons != 0);
169 // buttons with the cursor keys)!
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp167 uint32 buttons; local
168 message->FindInt32("buttons", (int32*)&buttons);
169 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0 && IsInside()) {
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp204 int32 buttons; local
207 && message->FindInt32("buttons", &buttons) == B_OK
208 && (buttons & B_SECONDARY_MOUSE_BUTTON) != 0) {
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp52 #define ALPS_FW_BK_1 0x10 // front & back buttons present
53 #define ALPS_FW_BK_2 0x20 // front & back buttons present
154 event.buttons = event_buffer[3] & 7;
188 movement.buttons = event.buttons;
/haiku/src/apps/showimage/
H A DShowImageView.cpp254 uint32 buttons; local
255 GetMouse(&mousePos, &buttons, false);
1106 uint32 buttons = 0; local
1109 buttons = Window()->CurrentMessage()->FindInt32("buttons");
1114 if (buttons == B_PRIMARY_MOUSE_BUTTON && clickCount >= 2 &&
1121 && (buttons
1127 } else if (buttons == B_PRIMARY_MOUSE_BUTTON
1139 } else if (buttons == B_SECONDARY_MOUSE_BUTTON) {
1141 } else if (buttons
1378 uint32 buttons; local
[all...]

Completed in 106 milliseconds

123456789