Any one up for OSX work.

  1. I have finally found out what was causing my real headaches with my 1st person mode camera.
    base.win.movePointer(0, base.win.getXSize()/2, base.win.getYSize()/2)
    causes the mouse to behave very curious. It seems to reset the mouse position for a longer time, calling it every frame makes mousemovement impossible. It will stay in the center not only for this single frame.
    As you wrote both modes base.win.getPointer(0).getX() and base.mouseWatcherNode.getMouse().getX() return the correct values for me as well.

  2. Thats resolved as well in this case :slight_smile: