Package a7_Event

Examples of a7_Event.A7_KeyboardListener


      gameThread       = new A7_Thread(this);
      menubar       = new A7_Menubar(window, screenFactory);

     
//      menuListener    = new A7_MenuListener();
      keyboardListener   = new A7_KeyboardListener();
      mousepadListener   = new A7_MousepadListener();
     

      window.add(gameThread);
     
View Full Code Here

TOP

Related Classes of a7_Event.A7_KeyboardListener

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.