Uses of Class
com.lapissea.glfw.GlfwMouseEvent.Type
-
-
Uses of GlfwMouseEvent.Type in com.lapissea.glfw
Methods in com.lapissea.glfw that return GlfwMouseEvent.Type Modifier and Type Method Description GlfwMouseEvent.TypeGlfwMouseEvent. getType()static GlfwMouseEvent.TypeGlfwMouseEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GlfwMouseEvent.Type[]GlfwMouseEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-