mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
re-applying other edits
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user