Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
correction to x,y in Actor documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Jun 19, 2013
1 parent 76a8dc5 commit e962128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/tutorials/02_CAAT_Foundation_Actor_Events.html
Expand Up @@ -115,7 +115,7 @@ <h2>Actor Input Events</h2>
the following information:</p>
<ul>
<li><b>screenPoint</b><br>The 2D point of the screen coordinate that originated the mouse event.</li>
<li><b>x,y</b> the same as screenPoint but w/o being wrapped in an object.</li>
<li><b>x,y</b> the same as point but w/o being wrapped in an object.</li>
<li><b>point</b><br>The 2D point of local Actor coordinates. Remember that local coordinates are from (0,0) to
actor's
(width,height). These 2D point is derived from the screenPoint.
Expand Down Expand Up @@ -413,4 +413,4 @@ <h2>Example</h2>
</div>
</div>
</body>
</html>
</html>

0 comments on commit e962128

Please sign in to comment.