forked from 0x2620/oxjs
add mouse events example
This commit is contained in:
parent
c8e25562db
commit
f324320f89
12 changed files with 84 additions and 222 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue