My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members

A gwt implementation for konami code.

How use it ?

  • Download the library
  • Add it to the project classpath
  • Add the module to your '.gwt.xml' module file :

    <inherits name='com.googlecode.konamigwt.KonamiGWT' />

  • Use the api :

    new Konami(new KonamiHandler() {
    	
    	@Override
    	public void onKonamiCodePerformed() {
    		Window.alert("You win");
    		
    	}
    }).start();

Powered by Google Project Hosting