mirror of
https://github.com/processing/processing4.git
synced 2026-02-20 13:55:37 +01:00
Fixes #1498
This commit is contained in:
@@ -3237,7 +3237,7 @@ public class PGL {
|
||||
|
||||
protected void nativeMouseEvent(com.jogamp.newt.event.MouseEvent nativeEvent,
|
||||
int peAction) {
|
||||
if (!hasFocus) return;
|
||||
// if (!hasFocus) return;
|
||||
int modifiers = nativeEvent.getModifiers();
|
||||
int peModifiers = modifiers &
|
||||
(InputEvent.SHIFT_MASK |
|
||||
|
||||
Reference in New Issue
Block a user