Removes a typo from NewtKeyInput
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10621 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
509cc7ba70
commit
bcb7922b9d
@ -35,14 +35,12 @@ package com.jme3.input.jogl;
|
|||||||
import com.jme3.cursors.plugins.JmeCursor;
|
import com.jme3.cursors.plugins.JmeCursor;
|
||||||
import com.jme3.input.MouseInput;
|
import com.jme3.input.MouseInput;
|
||||||
import com.jme3.input.RawInputListener;
|
import com.jme3.input.RawInputListener;
|
||||||
import com.jme3.input.awt.AwtMouseInput;
|
|
||||||
import com.jme3.input.event.MouseButtonEvent;
|
import com.jme3.input.event.MouseButtonEvent;
|
||||||
import com.jme3.input.event.MouseMotionEvent;
|
import com.jme3.input.event.MouseMotionEvent;
|
||||||
import com.jogamp.newt.event.MouseEvent;
|
import com.jogamp.newt.event.MouseEvent;
|
||||||
import com.jogamp.newt.event.MouseListener;
|
import com.jogamp.newt.event.MouseListener;
|
||||||
import com.jogamp.newt.opengl.GLWindow;
|
import com.jogamp.newt.opengl.GLWindow;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.logging.Level;
|
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
import javax.media.nativewindow.util.Point;
|
import javax.media.nativewindow.util.Point;
|
||||||
|
|
||||||
@ -50,7 +48,7 @@ public class NewtMouseInput implements MouseInput, MouseListener {
|
|||||||
|
|
||||||
public static int WHEEL_AMP = 40; // arbitrary... Java's mouse wheel seems to report something a lot lower than lwjgl's
|
public static int WHEEL_AMP = 40; // arbitrary... Java's mouse wheel seems to report something a lot lower than lwjgl's
|
||||||
|
|
||||||
private static final Logger logger = Logger.getLogger(AwtMouseInput.class.getName());
|
private static final Logger logger = Logger.getLogger(NewtMouseInput.class.getName());
|
||||||
|
|
||||||
private boolean visible = true;
|
private boolean visible = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user