diff --git a/core/src/processing/event/MouseEvent.java b/core/src/processing/event/MouseEvent.java index 6835f8c37..5aaad3c30 100644 --- a/core/src/processing/event/MouseEvent.java +++ b/core/src/processing/event/MouseEvent.java @@ -82,7 +82,6 @@ public class MouseEvent extends Event { // } - @Deprecated public int getClickCount() { return (int) amount; //clickCount; } @@ -100,4 +99,4 @@ public class MouseEvent extends Event { // public void setClickCount(int clickCount) { // this.clickCount = clickCount; // } -} \ No newline at end of file +} diff --git a/core/todo.txt b/core/todo.txt index 0572c9428..16473161b 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -152,6 +152,8 @@ _ noCursor() seems quite/somewhat broken X started some work, ignores 'invisible' already being set _ several key/mouse event issues in the db +_ remap() instead of map() + _ add 'gz' as one of the loadXxx() options _ helps .svgz case from being weird, also generally dealing w/ compressed data diff --git a/todo.txt b/todo.txt index ef60fdab9..a6478f2eb 100644 --- a/todo.txt +++ b/todo.txt @@ -78,6 +78,10 @@ o if sketch was open, then restart by dragging the .pde to p5.app https://processing-js.lighthouseapp.com/ +_ add to build instructions for OS X: +_ ant won't work w/ Java 1.7 until you set JAVA_HOME +_ export JAVA_HOME=`/usr/libexec/java_home` + _ add Iterator as an import? _ remove sketch.properties when moving back to the default?