Uses of Interface
club.doki7.glfw.datatype.IGLFWimage
Packages that use IGLFWimage
-
Uses of IGLFWimage in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type IGLFWimageModifier and TypeMethodDescription@Nullable GLFWcursor
GLFW.createCursor
(@Nullable IGLFWimage image, int xhot, int yhot) void
GLFW.setWindowIcon
(@Nullable GLFWwindow window, int count, @Nullable IGLFWimage images) -
Uses of IGLFWimage in club.doki7.glfw.datatype
Classes in club.doki7.glfw.datatype that implement IGLFWimageModifier and TypeClassDescriptionfinal record
static final record
Represents a pointer to / an array of null structure(s) in native memory.