/[gzz]/gzz/gfx/demo/gldemo.py
ViewVC logotype

Diff of /gzz/gfx/demo/gldemo.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by tjl, Sun Sep 29 14:51:27 2002 UTC revision 1.27 by tjl, Wed Oct 2 12:20:22 2002 UTC
# Line 217  class Bindings(AbstractBinder): Line 217  class Bindings(AbstractBinder):
217              currentScene.key(s)              currentScene.key(s)
218          AbstractUpdateManager.chg()          AbstractUpdateManager.chg()
219      def mouse(self, e):      def mouse(self, e):
220            # print "MOUSE: '%s'"%e
221          if hasattr(currentScene, "mouse"):          if hasattr(currentScene, "mouse"):
222              currentScene.mouse(e)              currentScene.mouse(e)
         # print "MOUSE: '%s'"%e  
223      def timeout(self, o):      def timeout(self, o):
224          print str(System.currentTimeMillis()) + " TIMEOUT ",o          print str(System.currentTimeMillis()) + " TIMEOUT ",o
225          currentScene.timeout(o)          currentScene.timeout(o)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26