mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #5766 from mcslee/master
Fix bug with control-click for RIGHT on Mac OS, addresses #5765
This commit is contained in:
@@ -2697,7 +2697,7 @@ public class PApplet implements PConstants {
|
||||
event.getX(), event.getY(),
|
||||
button, event.getCount());
|
||||
}
|
||||
if (button == MouseEvent.RELEASE) {
|
||||
if (action == MouseEvent.RELEASE) {
|
||||
macosxLeftButtonWithCtrlPressed = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user