Searched refs:newWhere (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DMenuBar.cpp596 BPoint newWhere; local
598 GetMouse(&newWhere, &buttons);
606 && point_distance(newWhere, where) < 9) {
640 BPoint newWhere = where; local
651 GetMouse(&newWhere, &newButtons);
653 } while (newWhere == where && newButtons == buttons
674 where = newWhere;

Completed in 37 milliseconds