From 5272481d3a97fa0ea851fb2c528b1359dedccc8f Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 19 Dec 2012 21:26:17 +0000 Subject: [PATCH] notes about Microsoft event model and W3C --- core/src/processing/event/TouchEvent.java | 8 ++++++++ core/todo.txt | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/core/src/processing/event/TouchEvent.java b/core/src/processing/event/TouchEvent.java index 12e8ef391..7c4b9d0b9 100644 --- a/core/src/processing/event/TouchEvent.java +++ b/core/src/processing/event/TouchEvent.java @@ -39,6 +39,14 @@ rotate swipe pan longpress + +W3C touch events +http://www.w3.org/TR/touch-events/ +http://www.w3.org/TR/2011/WD-touch-events-20110913/ + +Pointer and gesture events (Windows) +http://msdn.microsoft.com/en-US/library/ie/hh673557.aspx + */ public class TouchEvent extends Event { diff --git a/core/todo.txt b/core/todo.txt index a35313cd4..a60ebf661 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -34,6 +34,10 @@ X better to do this instead of bringing back the magic event X or implementing the magic event on Android X also problematic with it not being called now +andres +A P3D sketches failing to run +A http://code.google.com/p/processing/issues/detail?id=1500 + cleaning/earlier C textureWrap() CLAMP and REPEAT now added C begin/endContour() @@ -131,6 +135,10 @@ _ naming HTMLTable, TableHTML (ala PShapeSVG) _ or should it be HTMLTable / HtmlTable... then SVGShape / SvgShape _ dictionary support _ join tables together (static is kinda gross) +_ getColumnType() - what should it return? +_ Integer.TYPE, String.class? still nothing for categorical +_ maybe it's Table.INT since it's for advanced users anyway +_ problem is loading types from file, no way to access it from code shape _ major surgery to put loadShape() back into PApplet/PGraphics