Skip to content

Commit b5ebca3

Browse files
committed
notes about Microsoft event model and W3C
1 parent 2c21a04 commit b5ebca3

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

core/src/processing/event/TouchEvent.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
swipe
4040
pan
4141
longpress
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
*/
4351
public class TouchEvent extends Event {
4452

core/todo.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ X better to do this instead of bringing back the magic event
3434
X or implementing the magic event on Android
3535
X 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+
3741
cleaning/earlier
3842
C textureWrap() CLAMP and REPEAT now added
3943
C 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

135143
shape
136144
_ major surgery to put loadShape() back into PApplet/PGraphics

0 commit comments

Comments
 (0)