mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01: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;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user