Examples of KeySwitchAction


Examples of org.xith3d.utility.input.KeySwitchAction

                "Numpad 4, Numpad 6 = Rotate view left and right\n" +
                "Numpad 2, Numpad 8 = Rotate view down and up\n" +
                "Numpad 7, Numpad 1, Numpad 3 = Upper view, Front view, Side view\n" +
                "B = Selection rectangle\n" +
                "Double B = Selection circle + Mouse wheel to change the radius");
        Keys.F1.bindAction(new KeySwitchAction(label, "visible"));
        hud.getContentPane().addWidget(label, 10f, 10f);
       
        /*
         * GFX
         */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.