BrotherV / Floating-ArcMenu

A prety menu for all application
129 stars 35 forks source link

how to close arcmenu on clickoutside #14

Open moud-fadel opened 6 years ago

moud-fadel commented 6 years ago

how to close arcmenu on clickoutside?

BrotherV commented 6 years ago

Hi. I'm sorry, I was busy these days. you can easily use performClick() method programmatically. it will open or close it and you can check whether it's close or not by isOpen() and isClose methods.

moud-fadel commented 6 years ago

thanks alot

samuelhalim1 commented 4 years ago

How check if its clicked outside??