Uses of Interface
club.doki7.glfw.GLFWFunctionTypes.IGLFWwindowcontentscalefun
Packages that use GLFWFunctionTypes.IGLFWwindowcontentscalefun
-
Uses of GLFWFunctionTypes.IGLFWwindowcontentscalefun in club.doki7.glfw
Methods in club.doki7.glfw with parameters of type GLFWFunctionTypes.IGLFWwindowcontentscalefunModifier and TypeMethodDescriptionstatic MethodHandleGLFWFunctionTypes.IGLFWwindowcontentscalefun.of(@NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWwindowcontentscalefun.ofNative(@NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda) static MemorySegmentGLFWFunctionTypes.IGLFWwindowcontentscalefun.ofNative(@NotNull Arena arena, @NotNull GLFWFunctionTypes.IGLFWwindowcontentscalefun lambda) @NotNull MemorySegmentGLFW.setWindowContentScaleCallback(@Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowcontentscalefun callback) @NotNull MemorySegmentGLFW.setWindowContentScaleCallback(Arena arena, @Nullable GLFWwindow window, GLFWFunctionTypes.IGLFWwindowcontentscalefun callback)