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

com.jtransc.game.ui.Keys 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.ui;

public class Keys {
    static public final int MAX = 512;

    static public final int UP = 19;
    static public final int DOWN = 20;
    static public final int LEFT = 21;
    static public final int RIGHT = 22;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy