diff engine/extensions/pychan/compat.py @ 222:c050f257cec3

PyChan: Now Widgets may _in principle_ receive key events.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 19 Mar 2009 20:14:49 +0000
parents 6214a0b91eb2
children 48c99636453e
line wrap: on
line diff
--- a/engine/extensions/pychan/compat.py	Thu Mar 19 19:04:07 2009 +0000
+++ b/engine/extensions/pychan/compat.py	Thu Mar 19 20:14:49 2009 +0000
@@ -75,7 +75,7 @@
 	fife = guichan
 	guichan.ActionListener._ActionListener_init__ = lambda x : x
 	#guichan.MouseListener.__init__ = lambda x : x
-	guichan.KeyListener.__init__ = lambda x : x
+	#guichan.KeyListener.__init__ = lambda x : x
 else:
 	guichan.Point = _point
 	guichan.ScrollArea.SHOW_AUTO = guichan.ScrollArea.ShowAuto