Hello
What mouse related methods are called when user press ~tilda or ESC
I'm tried this methods
engine.gui.setMouseGrab(1);
engine.controls.setMouseEnabled(0);//freeze
engine.app.setMouseShow(1);//windows mouse
camera.setHandled(false);
camera.setEnabled(false);
camera.getControls().release();
camera.setControlled(1);
camera.setControls(0); tag code has infinite loading for me
but with no success
I need area on screen, where user click will not grab mouse and not hide cursor