File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939swipe
4040pan
4141longpress
42+
43+ W3C touch events
44+ http://www.w3.org/TR/touch-events/
45+ http://www.w3.org/TR/2011/WD-touch-events-20110913/
46+
47+ Pointer and gesture events (Windows)
48+ http://msdn.microsoft.com/en-US/library/ie/hh673557.aspx
49+
4250*/
4351public class TouchEvent extends Event {
4452
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ X better to do this instead of bringing back the magic event
3434X or implementing the magic event on Android
3535X also problematic with it not being called now
3636
37+ andres
38+ A P3D sketches failing to run
39+ A http://code.google.com/p/processing/issues/detail?id=1500
40+
3741cleaning/earlier
3842C textureWrap() CLAMP and REPEAT now added
3943C begin/endContour()
@@ -131,6 +135,10 @@ _ naming HTMLTable, TableHTML (ala PShapeSVG)
131135_ or should it be HTMLTable / HtmlTable... then SVGShape / SvgShape
132136_ dictionary support
133137_ join tables together (static is kinda gross)
138+ _ getColumnType() - what should it return?
139+ _ Integer.TYPE, String.class? still nothing for categorical
140+ _ maybe it's Table.INT since it's for advanced users anyway
141+ _ problem is loading types from file, no way to access it from code
134142
135143shape
136144_ major surgery to put loadShape() back into PApplet/PGraphics
You can’t perform that action at this time.
0 commit comments