Commit a691868e authored by halatmit's avatar halatmit

Add TouchedSprite documentation to Canvas.Touched

Change-Id: I4641ac09280c0812bdf93ad3c4f8c75db6cc1f6e
parent 0af7c85e
...@@ -999,7 +999,8 @@ public final class Canvas extends AndroidViewComponent implements ComponentConta ...@@ -999,7 +999,8 @@ public final class Canvas extends AndroidViewComponent implements ComponentConta
/** /**
* When the user touches the canvas and then immediately lifts finger: provides * When the user touches the canvas and then immediately lifts finger: provides
* the (x,y) position of the touch, relative to the upper left of the canvas * the (x,y) position of the touch, relative to the upper left of the canvas. TouchedSprite
* is true if the same touch also touched a sprite, and false otherwise.
* *
* @param x x-coordinate of the point that was touched * @param x x-coordinate of the point that was touched
* @param y y-coordinate of the point that was touched * @param y y-coordinate of the point that was touched
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment