Skip to content

Commit b72887d

Browse files
committed
added notice about TouchEvent class
1 parent 539a446 commit b72887d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/src/processing/event/TouchEvent.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
package processing.event;
2424

2525
/*
26-
http://developer.android.com/guide/topics/ui/ui-events.html
27-
http://developer.android.com/reference/android/view/MotionEvent.html
28-
http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html
29-
http://www.techrepublic.com/blog/app-builder/use-androids-gesture-detector-to-translate-a-swipe-into-an-event/1577
26+
* IMPORTANT NOTICE: None of the methods and inner classes in TouchEvent are
27+
* part of the Processing API. Don't use them! They might be changed or removed
28+
* without notice.
3029
*/
3130
public class TouchEvent extends Event {
3231
static public final int START = 1;

0 commit comments

Comments
 (0)