Searched refs:buttons (Results 126 - 150 of 207) sorted by relevance

123456789

/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp118 int32 buttons = 0; local
120 message->FindInt32("buttons", &buttons);
142 && (buttons & B_TERTIARY_MOUSE_BUTTON) != 0) {
H A DBarView.cpp896 uint32 buttons; local
897 GetMouse(&loc, &buttons);
931 uint32 buttons;
933 menu->GetMouse(&location, &buttons);
1122 uint32 buttons; local
1124 GetMouse(&location, &buttons);
/haiku/src/kits/interface/
H A DMenu.cpp2037 uint32 buttons = 0; local
2039 GetMouse(&location, &buttons);
2043 bool releasedOnce = buttons == 0;
2149 _UpdateStateClose(item, location, buttons);
2155 uint32 newButtons = buttons;
2165 } while (newLocation == location && newButtons == buttons
2170 if (newLocation != location || newButtons != buttons) {
2171 if (!releasedOnce && newButtons == 0 && buttons != 0)
2174 buttons = newButtons;
2178 _UpdateStateClose(item, location, buttons);
2367 _UpdateStateClose(BMenuItem* item, const BPoint& where, const uint32& buttons) argument
3398 uint32 buttons; local
[all...]
H A DListView.cpp33 int32 buttons; member in struct:track_data
630 int32 buttons = 0; local
634 currentMessage->FindInt32("buttons", &buttons);
676 fTrack->buttons = buttons;
677 if (fTrack->buttons > 0 && fTrack->was_selected)
692 fTrack->buttons = 0;
751 if (fTrack->buttons == 0 || index == -1)
1610 fTrack->buttons
[all...]
H A DChannelSlider.cpp323 uint32 buttons = 0;
326 currentMessage->FindInt32("buttons", (int32*)&buttons);
328 fAllChannels = (buttons & B_SECONDARY_MOUSE_BUTTON) == 0;
360 GetMouse(&where, &buttons);
362 } while (buttons != 0);
H A DDragger.cpp274 uint32 buttons;
275 Window()->CurrentMessage()->FindInt32("buttons", (int32*)&buttons);
277 if (fShelf != NULL && (buttons & B_SECONDARY_MOUSE_BUTTON) != 0)
H A DButton.cpp194 uint32 buttons; local
201 GetMouse(&where, &buttons, true);
211 } while (buttons != 0);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp317 int32 buttons = message->FindInt32("buttons"); local
320 if (!moved && (buttons == m_lastButton) && (clicks > 1))
328 m_lastButton = buttons;
333 m_pressedButton = buttons;
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h208 uint32 buttons,
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp235 int32 buttons; local
236 if (Window()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK) {
237 buttons = B_PRIMARY_MOUSE_BUTTON;
240 if (buttons == B_PRIMARY_MOUSE_BUTTON) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h71 uint32 buttons);
H A DRegistersView.cpp308 int32 columnIndex, BPoint screenWhere, uint32 buttons)
313 if ((buttons & B_SECONDARY_MOUSE_BUTTON) == 0)
307 TableCellMouseDown(Table* table, int32 rowIndex, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
H A DSourceView.cpp1009 int32 buttons; local
1013 if (message->FindInt32("buttons", &buttons) != B_OK)
1014 buttons = B_PRIMARY_MOUSE_BUTTON;
1021 if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
1033 } else if (marker != NULL && (buttons & B_SECONDARY_MOUSE_BUTTON) != 0) {
1335 int32 buttons;
1336 if (Looper()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK)
1337 buttons
1814 uint32 buttons; local
[all...]
/haiku/src/apps/people/
H A DPictureView.cpp335 uint32 buttons = 0; local
337 buttons = Window()->CurrentMessage()->FindInt32("buttons");
340 && (buttons
345 } else if (buttons == B_SECONDARY_MOUSE_BUTTON)
/haiku/src/servers/app/
H A DEventDispatcher.h86 void GetMouse(BPoint& where, int32& buttons);
H A DDesktop.h111 int32 buttons, Window* windowUnderMouse);
117 int32* buttons) const;
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp328 // hide scroll buttons
330 // show scroll buttons
442 virtual void MouseDown(BPoint where, uint32 buttons);
539 WebTabView::MouseDown(BPoint where, uint32 buttons) argument
541 if (buttons & B_TERTIARY_MOUSE_BUTTON) {
549 TabView::MouseDown(where, buttons);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.cpp179 event.buttons = event_buffer[0] & 3;
286 event.buttons |= ((event_buffer[0] ^ event_buffer[3]) & 0x01);
289 event.buttons |= ((event_buffer[0] ^ event_buffer[3]) & 0x01) << 2;
293 // This packet includes extended buttons state. The state is
294 // only reported once when one of the buttons is pressed or
295 // released, so we must keep track of the buttons state.
303 // Even buttons are in the X byte
313 event.buttons |= sTouchpadInfo.extendedButtonsState
371 TRACE("SYNAPTICS: four buttons %2x\n", val[2] >> 3 & 1);
389 TRACE("SYNAPTICS: clickpad buttons
[all...]
/haiku/src/apps/drivesetup/
H A DDiskView.cpp125 uint32 buttons; local
126 if (Window()->CurrentMessage()->FindInt32("buttons",
127 (int32*)&buttons) < B_OK)
128 buttons = 0;
130 _SetMouseOver(buttons == 0
/haiku/headers/private/interface/
H A DColumnListView.h186 BPoint point, uint32 buttons, int32 code);
189 BPoint point, uint32 buttons);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp565 int32 buttons;
566 if (Looper()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK)
567 buttons = B_PRIMARY_MOUSE_BUTTON;
569 if (buttons == B_SECONDARY_MOUSE_BUTTON) {
1020 uint32 buttons; local
1021 GetMouse(&point, &buttons);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp285 uint32 buttons)
293 uint32 buttons)
912 BPoint screenWhere, uint32 buttons)
929 columnIndex, screenWhere, buttons);
937 BPoint screenWhere, uint32 buttons)
954 screenWhere, buttons);
283 TreeTableCellMouseDown(TreeTable* table, const TreeTablePath& path, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
291 TreeTableCellMouseUp(TreeTable* table, const TreeTablePath& path, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
911 ColumnMouseDown(AbstractColumn* column, BRow* _row, BField* field, BPoint screenWhere, uint32 buttons) argument
936 ColumnMouseUp(AbstractColumn* column, BRow* _row, BField* field, BPoint screenWhere, uint32 buttons) argument
/haiku/src/apps/sudoku/
H A DSudokuView.cpp601 int32 buttons = B_PRIMARY_MOUSE_BUTTON;
604 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
608 if (buttons == B_PRIMARY_MOUSE_BUTTON && clicks == 1) {
626 || (buttons & (B_SECONDARY_MOUSE_BUTTON
628 // Double click or other buttons set or remove a value
670 int32 buttons = 0;
672 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
676 if (buttons !
[all...]
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp218 int32 buttons; local
219 if (Window()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK)
220 buttons = B_PRIMARY_MOUSE_BUTTON;
222 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0) {
549 int32 buttons; local
550 if (Window()->CurrentMessage()->FindInt32("buttons", &buttons) == B_OK) {
551 if ((buttons & B_PRIMARY_MOUSE_BUTTON) != 0) {
/haiku/src/apps/resedit/
H A DBitmapView.cpp362 uint32 buttons; local
364 GetMouse(&mousept, &buttons);
365 if (buttons & B_SECONDARY_MOUSE_BUTTON) {

Completed in 314 milliseconds

123456789