1
0
Fork 0
forked from 0x2620/oxjs

add mouse events example

This commit is contained in:
rolux 2012-04-14 12:12:09 +02:00
commit f324320f89
12 changed files with 84 additions and 222 deletions

View file

@ -4,7 +4,7 @@ Load the image module.
Ox.load('Image', function() {
/*
Load our image (about which you can read more on
Load a sample image (about which you can read more on
<a href="see http://en.wikipedia.org/wiki/Lenna">Wikipedia</a>).
*/
Ox.Image('png/lenna256.png', function(image) {