From: megacz Date: Fri, 30 Jan 2004 06:49:40 +0000 (+0000) Subject: 2002/08/07 04:32:20 X-Git-Tag: RC3~1590 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=79ee0997f89bb07995382ecaebfbb4ef50e183a1 2002/08/07 04:32:20 darcs-hash:20040130064940-2ba56-ca02631cd538d6e614985da7b7d544fe5fffd853.gz --- diff --git a/src/org/xwt/builtin/splash.xwt b/src/org/xwt/builtin/splash.xwt index 97ceac0..e100e7f 100644 --- a/src/org/xwt/builtin/splash.xwt +++ b/src/org/xwt/builtin/splash.xwt @@ -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") {