@Techno_Vedang, It is an excellent extension. Now the user has the choice to add Click event to his components. Thank you very much for your contribution.
Now it returns the component instead of id
Thanks to @WatermelonIce for suggestion
New blocks
component ~ component
It performs click of component without clicking that component. It can be done using procedures also still I thought to add it to extension.
Actually you can controll if they are clickable or not using setClickable method, it's by default, set to true, but if it got set to false, neither the native click event nor the extension can detect touches on.
BTW, after the update only the long click event works, the click event doesn't work.