maimonides Posted April 29, 2013 Posted April 29, 2013 Unless i am in editor mode, i cannot detect mouse middle or right button click with engine.app.getMouseButton() or engine.gui.getMouseButton(). What is the reason behind this? Left button works fine.
frustum Posted April 30, 2013 Posted April 30, 2013 Editor get middle and right mouse buttons status first. Theit update is before the world update. Change the editor logic if you want.
Recommended Posts