Similarly to the native macOS menus, we could support executing opening the menu and performing actions with only one click. This requires the menu to open on pointerdown and menu items to execute on pointerup.
This way, users will be able to press the mouse button on the menu button, move to an item while still holding the button, and finally release the button over the item to execute it.
Search keywords:
Similarly to the native macOS menus, we could support executing opening the menu and performing actions with only one click. This requires the menu to open on
pointerdownand menu items to execute onpointerup.This way, users will be able to press the mouse button on the menu button, move to an item while still holding the button, and finally release the button over the item to execute it.
Search keywords: