Applied patch by Denis Washington which implements "diagonal mouse
support" for menus (see ticket #284). Thanks a lot! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -180,8 +180,13 @@ private:
|
||||
void _Hide();
|
||||
BMenuItem* _Track(int* action, long start = -1);
|
||||
|
||||
void _UpdateNavigationArea(BPoint position,
|
||||
BRect& navAreaRectAbove, BRect& navAreaBelow);
|
||||
|
||||
void _UpdateStateOpenSelect(BMenuItem* item,
|
||||
bigtime_t& openTime, const int32 &mouseSpeed);
|
||||
BPoint position, BRect& navAreaRectAbove,
|
||||
BRect& navAreaBelow, bigtime_t& selectedTime,
|
||||
bigtime_t& navigationAreaTime);
|
||||
void _UpdateStateClose(BMenuItem* item, const BPoint& where,
|
||||
const uint32& buttons);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user