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>")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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