We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539a446 commit b72887dCopy full SHA for b72887d
core/src/processing/event/TouchEvent.java
@@ -23,10 +23,9 @@
23
package processing.event;
24
25
/*
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
+ * IMPORTANT NOTICE: None of the methods and inner classes in TouchEvent are
+ * part of the Processing API. Don't use them! They might be changed or removed
+ * without notice.
30
*/
31
public class TouchEvent extends Event {
32
static public final int START = 1;
0 commit comments