Module overrungl.glfw
Package overrungl.glfw
package overrungl.glfw
-
ClassDescriptionThe GLFW window callbacks.The GLFW binding.The GLFW error callback creator.This describes the input state of a gamepad.This describes the gamma ramp for a monitor.This describes a single 2D image.This describes 2D images.This is the header file of the native access functions.This describes a single video mode.This describes video modes.The immutable state of
GLFWVidMode
.The GLFW Vulkan binding.This is the function pointer type for Unicode character callbacks.This is the function pointer type for cursor enter/leave callbacks.This is the function pointer type for cursor position callbacks.This is the function pointer type for path drop callbacks.This is the function pointer type for error callbacks.This is the function pointer type for framebuffer size callbacks.This is the function pointer type for joystick configuration callbacks.This is the function pointer type for keyboard key callbacks.This is the function pointer type for monitor configuration callbacks.This is the function pointer type for mouse button callback functions.This is the function pointer type for scroll callbacks.This is the function pointer type for window close callbacks.This is the function pointer type for window content scale callbacks.This is the function pointer type for window focus callbacks.This is the function pointer type for window iconify callbacks.This is the function pointer type for window maximize callbacks.This is the function pointer type for window position callbacks.A window position callback function has the following signature:@Invoker(IGLFWWindowPosFun::invoke) void callbackName(MemorySegment window, int xpos, int ypos);
This is the function pointer type for window content refresh callbacks.This is the function pointer type for window size callbacks.