File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
jme3-desktop/src/main/java/com/jme3/input/awt Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2009-2021 jMonkeyEngine
2+ * Copyright (c) 2009-2024 jMonkeyEngine
33 * All rights reserved.
44 *
55 * Redistribution and use in source and binary forms, with or without
@@ -153,13 +153,13 @@ public void setInputListener(RawInputListener listener) {
153153 public long getInputTimeNanos () {
154154 return System .nanoTime ();
155155 }
156-
156+
157157 @ Override
158158 public void setCursorVisible (boolean visible ) {
159159 if (this .visible != visible ) {
160160 grabLocation .x = lastKnownLocation .x ;
161161 grabLocation .y = lastKnownLocation .y ;
162-
162+
163163 this .visible = visible ;
164164 final boolean newVisible = visible ;
165165 SwingUtilities .invokeLater (() -> {
@@ -347,4 +347,4 @@ private int getJMEButtonIndex(MouseEvent awtEvt) {
347347 @ Override
348348 public void setNativeCursor (JmeCursor cursor ) {
349349 }
350- }
350+ }
You can’t perform that action at this time.
0 commit comments