Class KeyCodes

java.lang.Object
org.lwjglx.input.KeyCodes

public class KeyCodes
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    KeyCodes()  
  • Method Summary

    Modifier and Type Method Description
    static int toGlfwKey​(int int1)  
    static int toLwjglKey​(int int1)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeyCodes

      public KeyCodes()
  • Method Details

    • toLwjglKey

      public static int toLwjglKey​(int int1)
    • toGlfwKey

      public static int toGlfwKey​(int int1)