Skip to content

Commit 544df08

Browse files
committed
re-applying other edits
1 parent 5ce5a1f commit 544df08

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

core/src/processing/event/MouseEvent.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public int getButton() {
8282
// }
8383

8484

85-
@Deprecated
8685
public int getClickCount() {
8786
return (int) amount; //clickCount;
8887
}
@@ -100,4 +99,4 @@ public float getAmount() {
10099
// public void setClickCount(int clickCount) {
101100
// this.clickCount = clickCount;
102101
// }
103-
}
102+
}

core/todo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ _ noCursor() seems quite/somewhat broken
152152
X started some work, ignores 'invisible' already being set
153153
_ several key/mouse event issues in the db
154154

155+
_ remap() instead of map()
156+
155157
_ add 'gz' as one of the loadXxx() options
156158
_ helps .svgz case from being weird, also generally dealing w/ compressed data
157159

todo.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ o if sketch was open, then restart by dragging the .pde to p5.app
7878

7979
https://processing-js.lighthouseapp.com/
8080

81+
_ add to build instructions for OS X:
82+
_ ant won't work w/ Java 1.7 until you set JAVA_HOME
83+
_ export JAVA_HOME=`/usr/libexec/java_home`
84+
8185
_ add Iterator as an import?
8286

8387
_ remove sketch.properties when moving back to the default?

0 commit comments

Comments
 (0)