Difference between revisions of "GetMouse Example"

From CodeStuff
Jump to: navigation, search
(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>")
 
(No difference)

Latest revision as of 20:20, 8 May 2014

This won't run here just yet. Need to update the wiki's whio api.