2002/08/07 04:32:20
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:40 +0000 (06:49 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:40 +0000 (06:49 +0000)
darcs-hash:20040130064940-2ba56-ca02631cd538d6e614985da7b7d544fe5fffd853.gz

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") {