Detect If Anything Was Clicked

[Solved] Detect If Anything Was Clicked | Shell - Code Explorer | yomemimo.com
Question : Detect if anything was clicked

Answered by : damon-garfield

window.addEventListener("click", function(event) {
});

Source : https://stackoverflow.com/questions/45393553/window-onclick-functionevent-only-works-for-first-item | Last Update : Fri, 24 Sep 21

Answers related to detect if anything was clicked

Code Explorer Popular Question For Shell