1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
JUCE/modules/juce_gui_basics/menus
reuk ac2c863ffa
PopupMenu: Add mouse movement timeout back in
This reimplements similar functionality to that removed in
d39789b021.

Unlike the previous implementation, this version will still wait for the
mouse to move over the menu before the countdown timer is allowed to
start. This should avoid the situation where menu items are accidentally
triggered on mouse-up, after a menu opens under the pointer in response
to a mouse-down.
2025-07-03 16:15:03 +01:00
..
juce_BurgerMenuComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_BurgerMenuComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_MenuBarComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_MenuBarComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_MenuBarModel.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_MenuBarModel.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PopupMenu.cpp PopupMenu: Add mouse movement timeout back in 2025-07-03 16:15:03 +01:00
juce_PopupMenu.h PopupMenu: Move section header size calculation into LookAndFeel methods. 2024-12-19 21:51:40 +00:00