first mouse event
in
Integration and Hardware
•
2 years ago
Hello,
I'm using processing within a Swing-GUI to visualize a tree structure via a SunburstView and I think I've found a bug within Processing (maybe).
regards,
johannes
I'm using processing within a Swing-GUI to visualize a tree structure via a SunburstView and I think I've found a bug within Processing (maybe).
- switch (mParent.mouseButton) {
case PConstants.LEFT:
...
break;
case PConstants.RIGHT:
...
break;
default:
System.out.println("blaaa!");
}
regards,
johannes
1