Package net.cis.client.game.ui.ctrl

Examples of net.cis.client.game.ui.ctrl.MouseInputListener


  }

  public void initGameControlListener() {
    inputManager.addMapping(InputStrings.FREE_MOUSE,
        new MouseButtonTrigger(inputBinding.getMouseBinding(InputStrings.FREE_MOUSE)));
    inputManager.addListener(new MouseInputListener(inputManager), InputStrings.FREE_MOUSE);
  }
View Full Code Here

TOP

Related Classes of net.cis.client.game.ui.ctrl.MouseInputListener

Copyright © 2018 www.massapicom. 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.