detector = new hx.ClickDetector(); detector.addException(hx.select('#titlebar').node()); detector.on('click', function(){ // user clicked outside the titlebar ... });