2002/08/07 04:32:20
[org.ibex.core.git] / src / org / xwt / builtin / splash.xwt
index 97ceac0..e100e7f 100644 (file)
@@ -7,6 +7,10 @@
         x = (xwt.screenWidth - width) / 2;
         y = (xwt.screenHeight - height) / 2;
 
+        _KeyPressed = function(k) {
+            if (k == "escape") thisbox = null;
+        }
+
         xwt.thread = function() {
             var origin = xwt.origin;
             if (origin.substring(0, 21) == "http://launch.xwt.org") {