[DEV] clean logs
This commit is contained in:
parent
f322784a9a
commit
752f014935
@ -521,6 +521,7 @@ public abstract class GaleContext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void operatingSystemSetInput(final KeySpecial special, final KeyType type, final KeyStatus status, final int pointerID, final Vector2f pos) {
|
public void operatingSystemSetInput(final KeySpecial special, final KeyType type, final KeyStatus status, final int pointerID, final Vector2f pos) {
|
||||||
|
Log.verbose("Position motion: " + pos);
|
||||||
postAction(context -> {
|
postAction(context -> {
|
||||||
final GaleApplication appl = context.getApplication();
|
final GaleApplication appl = context.getApplication();
|
||||||
if (appl == null) {
|
if (appl == null) {
|
||||||
|
@ -438,7 +438,7 @@ public class ContextLWJGLAWT extends GaleContext implements MouseListener, Mouse
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void mouseMoved(final MouseEvent e) {
|
public void mouseMoved(final MouseEvent e) {
|
||||||
Log.info("Mouse moved:" + e.getX() + " " + e.getY() + " " + e);
|
Log.verbose("Mouse moved:" + e.getX() + " " + e.getY() + " " + e);
|
||||||
if (this.robot != null) {
|
if (this.robot != null) {
|
||||||
final Rectangle bounds = this.frame.getBounds();
|
final Rectangle bounds = this.frame.getBounds();
|
||||||
//Log.error(" " + bounds + " windows=" + windowsSize + " deco= " + decoratedWindowsSize);
|
//Log.error(" " + bounds + " windows=" + windowsSize + " deco= " + decoratedWindowsSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user