function Mouse (){ var base = this; function init () { }; function move(x,y){ }; }