GetMouse Example
From CodeStuff
Revision as of 20:20, 8 May 2014 by Lerc (Talk | contribs) (Created page with "This won't run here just yet. Need to update the wiki's whio api. <edcode> function draw() { clear(); var mouse=getMouseInfo(); print(mouse); } run(draw); </edcode>")
This won't run here just yet. Need to update the wiki's whio api.