@@ -11,6 +11,7 @@ X http://code.google.com/p/processing/issues/detail?id=1018
1111X moving away from this anyway
1212X pmouseX/Y not being set properly?
1313X http://code.google.com/p/processing/issues/detail?id=238
14+ X mouseEvent is back (see the Wiki)
1415
1516cleaning/earlier
1617A Defects in the tessellation of SVG shapes in A3D
@@ -20,6 +21,16 @@ A Blacked-out screen when restoring Android app from background.
2021A http://code.google.com/p/processing/issues/detail?id=381
2122X android sdk/build location has changed (android-7 not 2.1) fix build.xml
2223
24+ motion events
25+ o registerMethod("motionEvent") and "mouseEvent" not implemented
26+ o PMotionEvent is being used internal to PApplet, need to re-wrap
27+ o should be able to fire MotionEvents
28+ o modify MotionEvent code to use TouchEvent class, even if basic version
29+ o internally, PApplet might subclass it for the pointers
30+ o but queueing needs to work
31+ X opting to take a step backwards on the motion event handling
32+ _ write a little stub code for people who want to use motionX/Y/etc
33+
2334
2435_ Finish implementation of OPEN and CHORD drawing modes for arc()
2536_ http://code.google.com/p/processing/issues/detail?id=1405
@@ -43,14 +54,6 @@ _ Android emulator doesn't always start on the first attempt
4354_ http://code.google.com/p/processing/issues/detail?id=1210
4455
4556
46- implement motion/touch events
47- _ registerMethod("motionEvent") and "mouseEvent" not implemented
48- _ PMotionEvent is being used internal to PApplet, need to re-wrap
49- _ should be able to fire MotionEvents
50- _ modify MotionEvent code to use TouchEvent class, even if basic version
51- _ internally, PApplet might subclass it for the pointers
52- _ but queueing needs to work
53-
5457
5558_ inside AndroidPreprocessor
5659_ processing.mode.java.JavaBuild.scrubComments(sketch.getCode(0).getProgram())
0 commit comments