Skip to content

Commit e38c458

Browse files
author
wil
committed
update
1 parent 6749926 commit e38c458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jme3-desktop/src/main/java/com/jme3/input/awt/AwtMouseInput.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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+
}

0 commit comments

Comments
 (0)