Category talk:Wren-ellipse: Difference between revisions

Content added Content deleted
(→‎Source code: Infrastructure changes to enable ellipses and circles to be treated as buttons and to make it easier to track button clicks.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1: Line 1:
===Source code===
===Source code===


<lang ecmascript>/* Module "ellipse.wren" */
<syntaxhighlight lang=ecmascript>/* Module "ellipse.wren" */


import "graphics" for Canvas, Color
import "graphics" for Canvas, Color
Line 363: Line 363:
return false
return false
}
}
}</lang>
}</syntaxhighlight>