This commit is contained in:
codeanticode
2013-02-17 14:35:15 -05:00
parent 76f3f807ff
commit e6989c6be0
2 changed files with 29 additions and 1 deletions

View File

@@ -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 |