index
:
warpfx.git
audiolet
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
public
/
js
/
mouse.js
blob: ac3eb823fc713fc625b895d07bdbf3b087c51a95 (
plain
)
1
2
3
4
5
6
7
8
9
function
Mouse
(){
var
base
=
this
;
function
init
()
{
};
function
move
(
x
,
y
){
};
}