Uses of Class
com.lapissea.glfw.GlfwKeyboardEvent.Type
-
-
Uses of GlfwKeyboardEvent.Type in com.lapissea.glfw
Methods in com.lapissea.glfw that return GlfwKeyboardEvent.Type Modifier and Type Method Description GlfwKeyboardEvent.TypeGlfwKeyboardEvent. getType()static GlfwKeyboardEvent.TypeGlfwKeyboardEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GlfwKeyboardEvent.Type[]GlfwKeyboardEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lapissea.glfw with parameters of type GlfwKeyboardEvent.Type Modifier and Type Method Description booleanGlfwWindow.KeyboardEventRegistry. register(int key, GlfwKeyboardEvent.Type type, Consumer<GlfwKeyboardEvent> listener)
-