Hi everyone,
I'm using a floating menu, and currently, it appears when I swipe up with three fingers on a trackpad. The action is executed when I release the gesture.
I'm wondering if it's possible to trigger the action both on release and with a left click. Essentially, I'd like to keep the current behavior (executing the action on release) while also allowing a left click to trigger the action.
For reference, I'm using a floating menu based on a sample from this community.
I’d really appreciate any advice or suggestions.
Thanks in advance!
Kazuhiro
I might not understand correctly, but in general all floating menus can always be triggered via left-click.
1 Like
Thank you for your response.
When using a three-finger swipe as the trigger to show/hide the floating menu, the menu appears upon swiping up and remains visible as long as my fingers stay on the trackpad.
However, it seems that no other inputs, such as clicks, are registered while the menu is being held open this way.
I have assigned the action to hide the floating menu to the event that occurs after releasing the three-finger swipe gesture.
Could this be the cause of the issue?