Package xk.xact.client

Examples of xk.xact.client.KeyBindingHandler


  @Override
  public void registerHandlers() {
    super.registerHandlers();

    // Register KeyBindingHandler
    KeyBindingRegistry.registerKeyBinding( new KeyBindingHandler() );

    // Register TickHandler
    TickRegistry.registerTickHandler( GuiTickHandler.instance(), Side.CLIENT );
  }
View Full Code Here

TOP

Related Classes of xk.xact.client.KeyBindingHandler

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.