
com.jtransc.game.event.KeyEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jtransc-media-game Show documentation
Show all versions of jtransc-media-game Show documentation
JVM AOT compiler currently generating Javascript and Haxe, with initial focus on Kotlin and games.
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