Created
February 25, 2015 12:43
-
-
Save codenameone/6df4d1a0c1996b3efe78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void pointerPressed(int x, int y) { | |
addPoint(x-getParent().getAbsoluteX(), y-getParent().getAbsoluteY()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment