]> git.mxchange.org Git - simgear.git/commitdiff
First working version of DOM like Canvas event handling
authorThomas Geymayer <tomgey@gmail.com>
Sun, 2 Dec 2012 12:19:35 +0000 (13:19 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Sun, 2 Dec 2012 12:22:37 +0000 (13:22 +0100)
 - Now it is possible to attach listeners to canvas
   elements and also the canvas itself, which get
   called upon different mouse events (Currently
   only basic mouse events supported. click/dblclick
   etc. are missing)


No differences found