re-applying other edits

This commit is contained in:
Ben Fry
2013-01-25 20:13:30 -05:00
parent 55eaf032bb
commit 343bf117a4
3 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -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;
// }
}
}
+2
View File
@@ -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
+4
View File
@@ -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?