All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jtransc.game.event.KeyEvent Maven / Gradle / Ivy

Go to download

JVM AOT compiler currently generating Javascript and Haxe, with initial focus on Kotlin and games.

There is a newer version: 0.5.0
Show newest version
package com.jtransc.game.event;

public class KeyEvent extends Event {
    public enum Type { UP, DOWN; }

    public Type type;
    public int keyCode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy