[Free/OS] ClickUtil Extensions || An extension for working with component clicks function

ClickUtil

Hello everyone, Today I am again producing a small extension that is ClickUtil. I know there is already a extension by @hammerhai but that was missing a little features so I have created this small extension and I hope this will help you.
So without wasting time let see some blocks or some method

All Blocks

Documentation

component_event(7)

This event raises when component clicked (You need to set the component clickable first)

component_event(5)

This event raises when component is double clicked. You can also perform the double click

component_event(6)

This event raises when component long clicked. You can also perform the long click by method block

component_method(12)

This method block perform the click on component(Visible). Make sure you have setted the component to clickable true first

component_method(13)

This method block perform the double the click on the component

component_method(14)

This method block perform the long click on the component

component_method(15)

This method block set the component clickable true or false

Download

Click to download the AIX

Open Source

Click to download the Source File

Credit

Thank always Kodular for being with myself
Suggestion and issue are welcome
And if you think more feature can be added in this extension then just post your desire

If you like the extension then like the topic
Thank You All

18 Likes

Nice extension :+1::+1:

The SetClickable offends me :disappointed_relieved:, but nice!!!

1 Like

Amazing Extension @iamwsumit :metal:

1 Like

Really nice extension keep it up.

is this work on webview component