B C D E F G H I J M N O P R S T V W 

B

blue() - Method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a ShortBuffer view of the data pointed to by the blue field.
blue() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Returns a ShortBuffer view of the data pointed to by the blue field.
blue(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Sets the address of the specified ShortBuffer to the blue field.
blue(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Sets the address of the specified ShortBuffer to the blue field.
blueBits() - Method in class org.lwjgl.glfw.GLFWVidMode
Returns the value of the blueBits field.
blueBits() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
Returns the value of the blueBits field.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Creates a new GLFWGammaRamp.Buffer instance backed by the specified container.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWImage.Buffer
Creates a new GLFWImage.Buffer instance backed by the specified container.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWVidMode.Buffer
Creates a new GLFWVidMode.Buffer instance backed by the specified container.

C

callback(long) - Method in interface org.lwjgl.glfw.GLFWCharCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWCharModsCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWCursorEnterCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWCursorPosCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWDropCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWErrorCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWFramebufferSizeCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWJoystickCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWKeyCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWMonitorCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWMouseButtonCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWScrollCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowCloseCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowFocusCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowIconifyCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowMaximizeCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowPosCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowRefreshCallbackI
 
callback(long) - Method in interface org.lwjgl.glfw.GLFWWindowSizeCallbackI
 
Callbacks - Class in org.lwjgl.glfw
Utility class for GLFW callbacks.
calloc() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated with memCalloc.
calloc() - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated with memCalloc.
callocStack() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack() - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated on the specified MemoryStack and initializes all its bits to zero.
create() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated with BufferUtils.
create() - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated with BufferUtils.
create(long) - Static method in class org.lwjgl.glfw.GLFWCharCallback
Creates a GLFWCharCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
Creates a GLFWCharModsCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
Creates a GLFWCursorEnterCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
Creates a GLFWCursorPosCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWDropCallback
Creates a GLFWDropCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
Creates a GLFWErrorCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
Creates a GLFWFramebufferSizeCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
Creates a GLFWJoystickCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
Creates a GLFWKeyCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
Creates a GLFWMonitorCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
Creates a GLFWMouseButtonCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
Creates a GLFWScrollCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWVidMode
Returns a new GLFWVidMode instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
Creates a GLFWWindowCloseCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
Creates a GLFWWindowFocusCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
Creates a GLFWWindowIconifyCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
Creates a GLFWWindowMaximizeCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
Creates a GLFWWindowPosCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
Creates a GLFWWindowRefreshCallback instance from the specified function pointer.
create(long) - Static method in class org.lwjgl.glfw.GLFWWindowSizeCallback
Creates a GLFWWindowSizeCallback instance from the specified function pointer.
create(long, int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Create a GLFWGammaRamp.Buffer instance at the specified memory.
create(long, int) - Static method in class org.lwjgl.glfw.GLFWImage
Create a GLFWImage.Buffer instance at the specified memory.
create(long, int) - Static method in class org.lwjgl.glfw.GLFWVidMode
Create a GLFWVidMode.Buffer instance at the specified memory.
create(GLFWCharCallbackI) - Static method in class org.lwjgl.glfw.GLFWCharCallback
Creates a GLFWCharCallback instance that delegates to the specified GLFWCharCallbackI instance.
create(GLFWCharModsCallbackI) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
Creates a GLFWCharModsCallback instance that delegates to the specified GLFWCharModsCallbackI instance.
create(GLFWCursorEnterCallbackI) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
Creates a GLFWCursorEnterCallback instance that delegates to the specified GLFWCursorEnterCallbackI instance.
create(GLFWCursorPosCallbackI) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
Creates a GLFWCursorPosCallback instance that delegates to the specified GLFWCursorPosCallbackI instance.
create(GLFWDropCallbackI) - Static method in class org.lwjgl.glfw.GLFWDropCallback
Creates a GLFWDropCallback instance that delegates to the specified GLFWDropCallbackI instance.
create(GLFWErrorCallbackI) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
Creates a GLFWErrorCallback instance that delegates to the specified GLFWErrorCallbackI instance.
create(GLFWFramebufferSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
Creates a GLFWFramebufferSizeCallback instance that delegates to the specified GLFWFramebufferSizeCallbackI instance.
create(GLFWJoystickCallbackI) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
Creates a GLFWJoystickCallback instance that delegates to the specified GLFWJoystickCallbackI instance.
create(GLFWKeyCallbackI) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
Creates a GLFWKeyCallback instance that delegates to the specified GLFWKeyCallbackI instance.
create(GLFWMonitorCallbackI) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
Creates a GLFWMonitorCallback instance that delegates to the specified GLFWMonitorCallbackI instance.
create(GLFWMouseButtonCallbackI) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
Creates a GLFWMouseButtonCallback instance that delegates to the specified GLFWMouseButtonCallbackI instance.
create(GLFWScrollCallbackI) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
Creates a GLFWScrollCallback instance that delegates to the specified GLFWScrollCallbackI instance.
create(GLFWWindowCloseCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
Creates a GLFWWindowCloseCallback instance that delegates to the specified GLFWWindowCloseCallbackI instance.
create(GLFWWindowFocusCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
Creates a GLFWWindowFocusCallback instance that delegates to the specified GLFWWindowFocusCallbackI instance.
create(GLFWWindowIconifyCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
Creates a GLFWWindowIconifyCallback instance that delegates to the specified GLFWWindowIconifyCallbackI instance.
create(GLFWWindowMaximizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
Creates a GLFWWindowMaximizeCallback instance that delegates to the specified GLFWWindowMaximizeCallbackI instance.
create(GLFWWindowPosCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
Creates a GLFWWindowPosCallback instance that delegates to the specified GLFWWindowPosCallbackI instance.
create(GLFWWindowRefreshCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
Creates a GLFWWindowRefreshCallback instance that delegates to the specified GLFWWindowRefreshCallbackI instance.
create(GLFWWindowSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowSizeCallback
Creates a GLFWWindowSizeCallback instance that delegates to the specified GLFWWindowSizeCallbackI instance.
CreateCursor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
createPrint() - Static method in class org.lwjgl.glfw.GLFWErrorCallback
Returns a GLFWErrorCallback instance that prints the error to the APIUtil.DEBUG_STREAM.
createPrint(PrintStream) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
Returns a GLFWErrorCallback instance that prints the error in the specified PrintStream.
CreateStandardCursor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
createThrow() - Static method in class org.lwjgl.glfw.GLFWErrorCallback
Returns a GLFWErrorCallback instance that throws an IllegalStateException when an error occurs.
CreateWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
CreateWindowSurface - Static variable in class org.lwjgl.glfw.GLFWVulkan.Functions
Function address.

D

DefaultWindowHints - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
DestroyCursor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
DestroyWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

E

ExtensionSupported - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

F

FocusWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

G

GetClipboardString - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetCocoaMonitor - Static variable in class org.lwjgl.glfw.GLFWNativeCocoa.Functions
Function address.
GetCocoaWindow - Static variable in class org.lwjgl.glfw.GLFWNativeCocoa.Functions
Function address.
GetCurrentContext - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetCursorPos - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
getDescription(long) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
Converts the specified GLFWErrorCallback argument to a String.
GetEGLContext - Static variable in class org.lwjgl.glfw.GLFWNativeEGL.Functions
Function address.
GetEGLDisplay - Static variable in class org.lwjgl.glfw.GLFWNativeEGL.Functions
Function address.
GetEGLSurface - Static variable in class org.lwjgl.glfw.GLFWNativeEGL.Functions
Function address.
GetFramebufferSize - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetGammaRamp - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetGLXContext - Static variable in class org.lwjgl.glfw.GLFWNativeGLX.Functions
Function address.
GetGLXWindow - Static variable in class org.lwjgl.glfw.GLFWNativeGLX.Functions
Function address.
GetInputMode - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetInstanceProcAddress - Static variable in class org.lwjgl.glfw.GLFWVulkan.Functions
Function address.
GetJoystickAxes - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetJoystickButtons - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetJoystickName - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetKey - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetKeyName - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetKeyScancode - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
getLibrary() - Static method in class org.lwjgl.glfw.GLFW
Returns the glfw SharedLibrary.
GetMonitorName - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetMonitorPhysicalSize - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetMonitorPos - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetMonitors - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetMouseButton - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
getName(long, int) - Static method in class org.lwjgl.glfw.GLFWDropCallback
Decodes the specified GLFWDropCallback arguments to a String.
GetNSGLContext - Static variable in class org.lwjgl.glfw.GLFWNativeNSGL.Functions
Function address.
GetPhysicalDevicePresentationSupport - Static variable in class org.lwjgl.glfw.GLFWVulkan.Functions
Function address.
GetPrimaryMonitor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetProcAddress - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetRequiredInstanceExtensions - Static variable in class org.lwjgl.glfw.GLFWVulkan.Functions
Function address.
getSignature() - Method in interface org.lwjgl.glfw.GLFWCharCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWCharModsCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWCursorEnterCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWCursorPosCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWDropCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWErrorCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWFramebufferSizeCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWJoystickCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWKeyCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWMonitorCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWMouseButtonCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWScrollCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowCloseCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowFocusCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowIconifyCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowMaximizeCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowPosCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowRefreshCallbackI
 
getSignature() - Method in interface org.lwjgl.glfw.GLFWWindowSizeCallbackI
 
GetTime - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetTimerFrequency - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetTimerValue - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetVersion - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetVersionString - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetVideoMode - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetVideoModes - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetWGLContext - Static variable in class org.lwjgl.glfw.GLFWNativeWGL.Functions
Function address.
GetWin32Adapter - Static variable in class org.lwjgl.glfw.GLFWNativeWin32.Functions
Function address.
GetWin32Monitor - Static variable in class org.lwjgl.glfw.GLFWNativeWin32.Functions
Function address.
GetWin32Window - Static variable in class org.lwjgl.glfw.GLFWNativeWin32.Functions
Function address.
GetWindowAttrib - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetWindowFrameSize - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetWindowMonitor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetWindowPos - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetWindowSize - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetWindowUserPointer - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
GetX11Adapter - Static variable in class org.lwjgl.glfw.GLFWNativeX11.Functions
Function address.
GetX11Display - Static variable in class org.lwjgl.glfw.GLFWNativeX11.Functions
Function address.
GetX11Monitor - Static variable in class org.lwjgl.glfw.GLFWNativeX11.Functions
Function address.
GetX11Window - Static variable in class org.lwjgl.glfw.GLFWNativeX11.Functions
Function address.
GLFW - Class in org.lwjgl.glfw
Native bindings to the GLFW library.
GLFW_ACCUM_ALPHA_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_ACCUM_BLUE_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_ACCUM_GREEN_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_ACCUM_RED_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_ALPHA_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_ANY_RELEASE_BEHAVIOR - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_RELEASE_BEHAVIOR hint.
GLFW_API_UNAVAILABLE - Static variable in class org.lwjgl.glfw.GLFW
GLFW could not find support for the requested API on the system.
GLFW_ARROW_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Standard cursor shapes.
GLFW_AUTO_ICONIFY - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_AUX_BUFFERS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_BLUE_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_CLIENT_API - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONNECTED - Static variable in class org.lwjgl.glfw.GLFW
Monitor events.
GLFW_CONTEXT_CREATION_API - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONTEXT_NO_ERROR - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONTEXT_RELEASE_BEHAVIOR - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONTEXT_REVISION - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONTEXT_ROBUSTNESS - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONTEXT_VERSION_MAJOR - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CONTEXT_VERSION_MINOR - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_CROSSHAIR_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Standard cursor shapes.
GLFW_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Input options.
GLFW_CURSOR_DISABLED - Static variable in class org.lwjgl.glfw.GLFW
Cursor state.
GLFW_CURSOR_HIDDEN - Static variable in class org.lwjgl.glfw.GLFW
Cursor state.
GLFW_CURSOR_NORMAL - Static variable in class org.lwjgl.glfw.GLFW
Cursor state.
GLFW_DECORATED - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_DEPTH_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_DISCONNECTED - Static variable in class org.lwjgl.glfw.GLFW
Monitor events.
GLFW_DONT_CARE - Static variable in class org.lwjgl.glfw.GLFW
Don't care value.
GLFW_DOUBLEBUFFER - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_EGL_CONTEXT_API - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_CREATION_API hint.
GLFW_FALSE - Static variable in class org.lwjgl.glfw.GLFW
Boolean values.
GLFW_FLOATING - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_FOCUSED - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_FORMAT_UNAVAILABLE - Static variable in class org.lwjgl.glfw.GLFW
The requested format is not supported or available.
GLFW_GREEN_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_HAND_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Standard cursor shapes.
GLFW_HRESIZE_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Standard cursor shapes.
GLFW_IBEAM_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Standard cursor shapes.
GLFW_ICONIFIED - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_INVALID_ENUM - Static variable in class org.lwjgl.glfw.GLFW
One of the arguments to the function was an invalid enum value.
GLFW_INVALID_VALUE - Static variable in class org.lwjgl.glfw.GLFW
One of the arguments to the function was an invalid value.
GLFW_JOYSTICK_1 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_10 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_11 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_12 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_13 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_14 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_15 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_16 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_2 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_3 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_4 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_5 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_6 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_7 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_8 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_9 - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_JOYSTICK_LAST - Static variable in class org.lwjgl.glfw.GLFW
Joysticks.
GLFW_KEY_0 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_1 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_2 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_3 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_4 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_5 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_6 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_7 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_8 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_9 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_A - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_APOSTROPHE - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_B - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_BACKSLASH - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_BACKSPACE - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_C - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_CAPS_LOCK - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_COMMA - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_D - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_DELETE - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_DOWN - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_E - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_END - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_ENTER - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_EQUAL - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_ESCAPE - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_F1 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F10 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F11 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F12 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F13 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F14 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F15 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F16 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F17 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F18 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F19 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F2 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F20 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F21 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F22 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F23 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F24 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F25 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F3 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F4 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F5 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F6 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F7 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F8 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_F9 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_G - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_GRAVE_ACCENT - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_H - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_HOME - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_I - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_INSERT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_J - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_K - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_KP_0 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_1 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_2 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_3 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_4 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_5 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_6 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_7 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_8 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_9 - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_ADD - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_DECIMAL - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_DIVIDE - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_ENTER - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_EQUAL - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_MULTIPLY - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_KP_SUBTRACT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_L - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_LAST - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_LEFT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_LEFT_ALT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_LEFT_BRACKET - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_LEFT_CONTROL - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_LEFT_SHIFT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_LEFT_SUPER - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_M - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_MENU - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_MINUS - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_N - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_NUM_LOCK - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_O - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_P - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_PAGE_DOWN - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_PAGE_UP - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_PAUSE - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_PERIOD - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_PRINT_SCREEN - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_Q - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_R - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_RIGHT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_RIGHT_ALT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_RIGHT_BRACKET - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_RIGHT_CONTROL - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_RIGHT_SHIFT - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_RIGHT_SUPER - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_S - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_SCROLL_LOCK - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_SEMICOLON - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_SLASH - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_SPACE - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_T - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_TAB - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_U - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_UNKNOWN - Static variable in class org.lwjgl.glfw.GLFW
The unknown key.
GLFW_KEY_UP - Static variable in class org.lwjgl.glfw.GLFW
Function keys.
GLFW_KEY_V - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_W - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_WORLD_1 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_WORLD_2 - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_X - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_Y - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_KEY_Z - Static variable in class org.lwjgl.glfw.GLFW
Printable keys.
GLFW_LOSE_CONTEXT_ON_RESET - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_ROBUSTNESS hint.
GLFW_MAXIMIZED - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_MOD_ALT - Static variable in class org.lwjgl.glfw.GLFW
If this bit is set one or more Alt keys were held down.
GLFW_MOD_CONTROL - Static variable in class org.lwjgl.glfw.GLFW
If this bit is set one or more Control keys were held down.
GLFW_MOD_SHIFT - Static variable in class org.lwjgl.glfw.GLFW
If this bit is set one or more Shift keys were held down.
GLFW_MOD_SUPER - Static variable in class org.lwjgl.glfw.GLFW
If this bit is set one or more Super keys were held down.
GLFW_MOUSE_BUTTON_1 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_2 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_3 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_4 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_5 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_6 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_7 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_8 - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_LAST - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_LEFT - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_MIDDLE - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_MOUSE_BUTTON_RIGHT - Static variable in class org.lwjgl.glfw.GLFW
Mouse buttons.
GLFW_NATIVE_CONTEXT_API - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_CREATION_API hint.
GLFW_NO_API - Static variable in class org.lwjgl.glfw.GLFW
Values for the CLIENT_API hint.
GLFW_NO_CURRENT_CONTEXT - Static variable in class org.lwjgl.glfw.GLFW
No context is current for this thread.
GLFW_NO_RESET_NOTIFICATION - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_ROBUSTNESS hint.
GLFW_NO_ROBUSTNESS - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_ROBUSTNESS hint.
GLFW_NO_WINDOW_CONTEXT - Static variable in class org.lwjgl.glfw.GLFW
The specified window does not have an OpenGL or OpenGL ES context.
GLFW_NOT_INITIALIZED - Static variable in class org.lwjgl.glfw.GLFW
GLFW has not been initialized.
GLFW_OPENGL_ANY_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
Values for the OPENGL_PROFILE hint.
GLFW_OPENGL_API - Static variable in class org.lwjgl.glfw.GLFW
Values for the CLIENT_API hint.
GLFW_OPENGL_COMPAT_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
Values for the OPENGL_PROFILE hint.
GLFW_OPENGL_CORE_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
Values for the OPENGL_PROFILE hint.
GLFW_OPENGL_DEBUG_CONTEXT - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_OPENGL_ES_API - Static variable in class org.lwjgl.glfw.GLFW
Values for the CLIENT_API hint.
GLFW_OPENGL_FORWARD_COMPAT - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_OPENGL_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
Client API hints.
GLFW_OUT_OF_MEMORY - Static variable in class org.lwjgl.glfw.GLFW
A memory allocation failed.
GLFW_PLATFORM_ERROR - Static variable in class org.lwjgl.glfw.GLFW
A platform-specific error occurred that does not match any of the more specific categories.
GLFW_PRESS - Static variable in class org.lwjgl.glfw.GLFW
The key or button was pressed.
GLFW_RED_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_REFRESH_RATE - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_RELEASE - Static variable in class org.lwjgl.glfw.GLFW
The key or button was released.
GLFW_RELEASE_BEHAVIOR_FLUSH - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_RELEASE_BEHAVIOR hint.
GLFW_RELEASE_BEHAVIOR_NONE - Static variable in class org.lwjgl.glfw.GLFW
Values for the CONTEXT_RELEASE_BEHAVIOR hint.
GLFW_REPEAT - Static variable in class org.lwjgl.glfw.GLFW
The key was held down until it repeated.
GLFW_RESIZABLE - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_SAMPLES - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_SRGB_CAPABLE - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_STENCIL_BITS - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_STEREO - Static variable in class org.lwjgl.glfw.GLFW
PixelFormat hints.
GLFW_STICKY_KEYS - Static variable in class org.lwjgl.glfw.GLFW
Input options.
GLFW_STICKY_MOUSE_BUTTONS - Static variable in class org.lwjgl.glfw.GLFW
Input options.
GLFW_TRUE - Static variable in class org.lwjgl.glfw.GLFW
Boolean values.
GLFW_VERSION_MAJOR - Static variable in class org.lwjgl.glfw.GLFW
The major version number of the GLFW library.
GLFW_VERSION_MINOR - Static variable in class org.lwjgl.glfw.GLFW
The minor version number of the GLFW library.
GLFW_VERSION_REVISION - Static variable in class org.lwjgl.glfw.GLFW
The revision number of the GLFW library.
GLFW_VERSION_UNAVAILABLE - Static variable in class org.lwjgl.glfw.GLFW
The requested OpenGL or OpenGL ES version (including any requested context or framebuffer hints) is not available on this machine.
GLFW_VISIBLE - Static variable in class org.lwjgl.glfw.GLFW
Window attributes.
GLFW_VRESIZE_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
Standard cursor shapes.
GLFW.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from the glfw SharedLibrary.
GLFWCharCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetCharCallback method.
GLFWCharCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetCharCallback method.
GLFWCharModsCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetCharModsCallback method.
GLFWCharModsCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetCharModsCallback method.
glfwCreateCursor(GLFWImage, int, int) - Static method in class org.lwjgl.glfw.GLFW
Creates a new custom cursor image that can be set for a window with SetCursor.
glfwCreateStandardCursor(int) - Static method in class org.lwjgl.glfw.GLFW
Returns a cursor with a standard shape, that can be set for a window with SetCursor.
glfwCreateWindow(int, int, CharSequence, long, long) - Static method in class org.lwjgl.glfw.GLFW
Creates a window and its associated OpenGL or OpenGL ES context.
glfwCreateWindow(int, int, ByteBuffer, long, long) - Static method in class org.lwjgl.glfw.GLFW
Creates a window and its associated OpenGL or OpenGL ES context.
glfwCreateWindowSurface(VkInstance, long, VkAllocationCallbacks, long[]) - Static method in class org.lwjgl.glfw.GLFWVulkan
Array version of: CreateWindowSurface
glfwCreateWindowSurface(VkInstance, long, VkAllocationCallbacks, LongBuffer) - Static method in class org.lwjgl.glfw.GLFWVulkan
Creates a Vulkan surface for the specified window.
GLFWCursorEnterCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetCursorEnterCallback method.
GLFWCursorEnterCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetCursorEnterCallback method.
GLFWCursorPosCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetCursorPosCallback method.
GLFWCursorPosCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetCursorPosCallback method.
glfwDefaultWindowHints() - Static method in class org.lwjgl.glfw.GLFW
Resets all window hints to their default values.
glfwDestroyCursor(long) - Static method in class org.lwjgl.glfw.GLFW
Destroys a cursor previously created with CreateCursor.
glfwDestroyWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Destroys the specified window and its context.
GLFWDropCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetDropCallback method.
GLFWDropCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetDropCallback method.
GLFWErrorCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetErrorCallback method.
GLFWErrorCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetErrorCallback method.
glfwExtensionSupported(CharSequence) - Static method in class org.lwjgl.glfw.GLFW
Returns whether the specified API extension is supported by the current OpenGL or OpenGL ES context.
glfwExtensionSupported(ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
Returns whether the specified API extension is supported by the current OpenGL or OpenGL ES context.
glfwFocusWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Brings the specified window to front and sets input focus.
GLFWFramebufferSizeCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetFramebufferSizeCallback method.
GLFWFramebufferSizeCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetFramebufferSizeCallback method.
glfwFreeCallbacks(long) - Static method in class org.lwjgl.glfw.Callbacks
Resets all callbacks for the specified GLFW window to NULL and frees all previously set callbacks.
GLFWGammaRamp - Class in org.lwjgl.glfw
Describes the gamma ramp for a monitor.
GLFWGammaRamp(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWGammaRamp
Creates a GLFWGammaRamp instance at the current position of the specified ByteBuffer container.
GLFWGammaRamp.Buffer - Class in org.lwjgl.glfw
An array of GLFWGammaRamp structs.
glfwGetClipboardString(long) - Static method in class org.lwjgl.glfw.GLFW
Returns the contents of the system clipboard, if it contains or is convertible to a UTF-8 encoded string.
glfwGetCocoaMonitor(long) - Static method in class org.lwjgl.glfw.GLFWNativeCocoa
Returns the CGDirectDisplayID of the specified monitor.
glfwGetCocoaWindow(long) - Static method in class org.lwjgl.glfw.GLFWNativeCocoa
Returns the NSWindow of the specified GLFW window.
glfwGetCurrentContext() - Static method in class org.lwjgl.glfw.GLFW
Returns the window whose OpenGL or OpenGL ES context is current on the calling thread.
glfwGetCursorPos(long, double[], double[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetCursorPos
glfwGetCursorPos(long, DoubleBuffer, DoubleBuffer) - Static method in class org.lwjgl.glfw.GLFW
Returns the position of the cursor, in screen coordinates, relative to the upper-left corner of the client area of the specified window.
glfwGetEGLContext(long) - Static method in class org.lwjgl.glfw.GLFWNativeEGL
Returns the EGLContext of the specified window.
glfwGetEGLDisplay() - Static method in class org.lwjgl.glfw.GLFWNativeEGL
Returns the EGLDisplay used by GLFW.
glfwGetEGLSurface(long) - Static method in class org.lwjgl.glfw.GLFWNativeEGL
Returns the EGLSurface of the specified window.
glfwGetFramebufferSize(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetFramebufferSize
glfwGetFramebufferSize(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Retrieves the size, in pixels, of the framebuffer of the specified window.
glfwGetGammaRamp(long) - Static method in class org.lwjgl.glfw.GLFW
Returns the current gamma ramp of the specified monitor.
glfwGetGLXContext(long) - Static method in class org.lwjgl.glfw.GLFWNativeGLX
Returns the GLXContext of the specified window.
glfwGetGLXWindow(long) - Static method in class org.lwjgl.glfw.GLFWNativeGLX
Returns the GLXWindow of the specified window.
glfwGetInputMode(long, int) - Static method in class org.lwjgl.glfw.GLFW
Returns the value of an input option for the specified window.
glfwGetInstanceProcAddress(VkInstance, CharSequence) - Static method in class org.lwjgl.glfw.GLFWVulkan
Returns the address of the specified Vulkan core or extension function for the specified instance.
glfwGetInstanceProcAddress(VkInstance, ByteBuffer) - Static method in class org.lwjgl.glfw.GLFWVulkan
Returns the address of the specified Vulkan core or extension function for the specified instance.
glfwGetJoystickAxes(int) - Static method in class org.lwjgl.glfw.GLFW
Returns the values of all axes of the specified joystick.
glfwGetJoystickButtons(int) - Static method in class org.lwjgl.glfw.GLFW
Returns the state of all buttons of the specified joystick.
glfwGetJoystickName(int) - Static method in class org.lwjgl.glfw.GLFW
Returns the name, encoded as UTF-8, of the specified joystick.
glfwGetKey(long, int) - Static method in class org.lwjgl.glfw.GLFW
Returns the last state reported for the specified key to the specified window.
glfwGetKeyName(int, int) - Static method in class org.lwjgl.glfw.GLFW
Returns the localized name of the specified printable key.
glfwGetKeyScancode(int) - Static method in class org.lwjgl.glfw.GLFW
Returns the platform dependent scancode of the specified key.
glfwGetMonitorName(long) - Static method in class org.lwjgl.glfw.GLFW
Returns a human-readable name, encoded as UTF-8, of the specified monitor.
glfwGetMonitorPhysicalSize(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetMonitorPhysicalSize
glfwGetMonitorPhysicalSize(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Returns the size, in millimetres, of the display area of the specified monitor.
glfwGetMonitorPos(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetMonitorPos
glfwGetMonitorPos(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Returns the position, in screen coordinates, of the upper-left corner of the specified monitor.
glfwGetMonitors() - Static method in class org.lwjgl.glfw.GLFW
Returns an array of handles for all currently connected monitors.
glfwGetMouseButton(long, int) - Static method in class org.lwjgl.glfw.GLFW
Returns the last state reported for the specified mouse button to the specified window.
glfwGetNSGLContext(long) - Static method in class org.lwjgl.glfw.GLFWNativeNSGL
Returns the NSOpenGLContext of the specified GLFW window.
glfwGetPhysicalDevicePresentationSupport(VkInstance, VkPhysicalDevice, int) - Static method in class org.lwjgl.glfw.GLFWVulkan
Returns whether the specified queue family of the specified physical device supports presentation to the platform GLFW was built for.
glfwGetPrimaryMonitor() - Static method in class org.lwjgl.glfw.GLFW
Returns the primary monitor.
glfwGetProcAddress(CharSequence) - Static method in class org.lwjgl.glfw.GLFW
Returns the address of the specified OpenGL or OpenGL ES core or extension function, if it is supported by the current context.
glfwGetProcAddress(ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
Returns the address of the specified OpenGL or OpenGL ES core or extension function, if it is supported by the current context.
glfwGetRequiredInstanceExtensions() - Static method in class org.lwjgl.glfw.GLFWVulkan
Returns an array of names of Vulkan instance extensions required by GLFW for creating Vulkan surfaces for GLFW windows.
glfwGetTime() - Static method in class org.lwjgl.glfw.GLFW
Returns the value of the GLFW timer.
glfwGetTimerFrequency() - Static method in class org.lwjgl.glfw.GLFW
Returns the frequency, in Hz, of the raw timer.
glfwGetTimerValue() - Static method in class org.lwjgl.glfw.GLFW
Returns the current value of the raw timer.
glfwGetVersion(int[], int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetVersion
glfwGetVersion(IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Retrieves the major, minor and revision numbers of the GLFW library.
glfwGetVersionString() - Static method in class org.lwjgl.glfw.GLFW
Returns the compile-time generated version string of the GLFW library binary.
glfwGetVideoMode(long) - Static method in class org.lwjgl.glfw.GLFW
Returns the current video mode of the specified monitor.
glfwGetVideoModes(long) - Static method in class org.lwjgl.glfw.GLFW
Returns an array of all video modes supported by the specified monitor.
glfwGetWGLContext(long) - Static method in class org.lwjgl.glfw.GLFWNativeWGL
Returns the HGLRC of the specified window.
glfwGetWin32Adapter(long) - Static method in class org.lwjgl.glfw.GLFWNativeWin32
Returns the adapter device name of the specified monitor.
glfwGetWin32Monitor(long) - Static method in class org.lwjgl.glfw.GLFWNativeWin32
Returns the display device name of the specified monitor.
glfwGetWin32Window(long) - Static method in class org.lwjgl.glfw.GLFWNativeWin32
Returns the HWND of the specified window.
glfwGetWindowAttrib(long, int) - Static method in class org.lwjgl.glfw.GLFW
Returns the value of an attribute of the specified window or its OpenGL or OpenGL ES context.
glfwGetWindowFrameSize(long, int[], int[], int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetWindowFrameSize
glfwGetWindowFrameSize(long, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Retrieves the size, in screen coordinates, of each edge of the frame of the specified window.
glfwGetWindowMonitor(long) - Static method in class org.lwjgl.glfw.GLFW
Returns the handle of the monitor that the specified window is in full screen on.
glfwGetWindowPos(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetWindowPos
glfwGetWindowPos(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Retrieves the position, in screen coordinates, of the upper-left corner of the client area of the specified window.
glfwGetWindowSize(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
Array version of: GetWindowSize
glfwGetWindowSize(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
Retrieves the size, in screen coordinates, of the client area of the specified window.
glfwGetWindowUserPointer(long) - Static method in class org.lwjgl.glfw.GLFW
Returns the current value of the user-defined pointer of the specified window.
glfwGetX11Adapter(long) - Static method in class org.lwjgl.glfw.GLFWNativeX11
Returns the RRCrtc of the specified monitor.
glfwGetX11Display() - Static method in class org.lwjgl.glfw.GLFWNativeX11
Returns the Display used by GLFW.
glfwGetX11Monitor(long) - Static method in class org.lwjgl.glfw.GLFWNativeX11
Returns the RROutput of the specified monitor.
glfwGetX11Window(long) - Static method in class org.lwjgl.glfw.GLFWNativeX11
Returns the Window of the specified window.
glfwHideWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Hides the specified window, if it was previously visible.
glfwIconifyWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Iconifies (minimizes) the specified window if it was previously restored.
GLFWImage - Class in org.lwjgl.glfw
Image data.
GLFWImage(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWImage
Creates a GLFWImage instance at the current position of the specified ByteBuffer container.
GLFWImage.Buffer - Class in org.lwjgl.glfw
An array of GLFWImage structs.
glfwInit() - Static method in class org.lwjgl.glfw.GLFW
Initializes the GLFW library.
GLFWJoystickCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetJoystickCallback method.
GLFWJoystickCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetJoystickCallback method.
glfwJoystickPresent(int) - Static method in class org.lwjgl.glfw.GLFW
Returns whether the specified joystick is present.
GLFWKeyCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetKeyCallback method.
GLFWKeyCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetKeyCallback method.
glfwMakeContextCurrent(long) - Static method in class org.lwjgl.glfw.GLFW
Makes the OpenGL or OpenGL ES context of the specified window current on the calling thread.
glfwMaximizeWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Maximizes the specified window if it was previously not maximized.
GLFWMonitorCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetMonitorCallback method.
GLFWMonitorCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetMonitorCallback method.
GLFWMouseButtonCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetMouseButtonCallback method.
GLFWMouseButtonCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetMouseButtonCallback method.
GLFWNativeCocoa - Class in org.lwjgl.glfw
Native bindings to the GLFW library's Cocoa native access functions.
GLFWNativeCocoa.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
GLFWNativeEGL - Class in org.lwjgl.glfw
Native bindings to the GLFW library's EGL native access functions.
GLFWNativeEGL.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
GLFWNativeGLX - Class in org.lwjgl.glfw
Native bindings to the GLFW library's GLX native access functions.
GLFWNativeGLX.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
GLFWNativeNSGL - Class in org.lwjgl.glfw
Native bindings to the GLFW library's NSGL native access functions.
GLFWNativeNSGL.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
GLFWNativeWGL - Class in org.lwjgl.glfw
Native bindings to the GLFW library's WGL native access functions.
GLFWNativeWGL.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
GLFWNativeWin32 - Class in org.lwjgl.glfw
Native bindings to the GLFW library's Win32 native access functions.
GLFWNativeWin32.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
GLFWNativeX11 - Class in org.lwjgl.glfw
Native bindings to the GLFW library's X11 native access functions.
GLFWNativeX11.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
glfwPollEvents() - Static method in class org.lwjgl.glfw.GLFW
Processes all pending events.
glfwPostEmptyEvent() - Static method in class org.lwjgl.glfw.GLFW
Posts an empty event from the current thread to the main thread event queue, causing WaitEvents or WaitEventsTimeout to return.
glfwRestoreWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Restores the specified window if it was previously iconified (minimized) or maximized.
GLFWScrollCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetScrollCallback method.
GLFWScrollCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetScrollCallback method.
glfwSetCharCallback(long, GLFWCharCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the character callback of the specified window, which is called when a Unicode character is input.
glfwSetCharModsCallback(long, GLFWCharModsCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the character with modifiers callback of the specified window, which is called when a Unicode character is input regardless of what modifier keys are used.
glfwSetClipboardString(long, CharSequence) - Static method in class org.lwjgl.glfw.GLFW
Sets the system clipboard to the specified, UTF-8 encoded string.
glfwSetClipboardString(long, ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
Sets the system clipboard to the specified, UTF-8 encoded string.
glfwSetCursor(long, long) - Static method in class org.lwjgl.glfw.GLFW
Sets the cursor image to be used when the cursor is over the client area of the specified window.
glfwSetCursorEnterCallback(long, GLFWCursorEnterCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the cursor boundary crossing callback of the specified window, which is called when the cursor enters or leaves the client area of the window.
glfwSetCursorPos(long, double, double) - Static method in class org.lwjgl.glfw.GLFW
Sets the position, in screen coordinates, of the cursor relative to the upper-left corner of the client area of the specified window.
glfwSetCursorPosCallback(long, GLFWCursorPosCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the cursor position callback of the specified window, which is called when the cursor is moved.
glfwSetDropCallback(long, GLFWDropCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the file drop callback of the specified window, which is called when one or more dragged files are dropped on the window.
glfwSetErrorCallback(GLFWErrorCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the error callback, which is called with an error code and a human-readable description each time a GLFW error occurs.
glfwSetFramebufferSizeCallback(long, GLFWFramebufferSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the framebuffer resize callback of the specified window, which is called when the framebuffer of the specified window is resized.
glfwSetGamma(long, float) - Static method in class org.lwjgl.glfw.GLFW
Generates a 256-element gamma ramp from the specified exponent and then calls SetGammaRamp with it.
glfwSetGammaRamp(long, GLFWGammaRamp) - Static method in class org.lwjgl.glfw.GLFW
Sets the current gamma ramp for the specified monitor.
glfwSetInputMode(long, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets an input option for the specified window.
glfwSetJoystickCallback(GLFWJoystickCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the joystick configuration callback, or removes the currently set callback.
glfwSetKeyCallback(long, GLFWKeyCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the key callback of the specified window, which is called when a key is pressed, repeated or released.
glfwSetMonitorCallback(GLFWMonitorCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the monitor configuration callback, or removes the currently set callback.
glfwSetMouseButtonCallback(long, GLFWMouseButtonCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the mouse button callback of the specified window, which is called when a mouse button is pressed or released.
glfwSetScrollCallback(long, GLFWScrollCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the scroll callback of the specified window, which is called when a scrolling device is used.
glfwSetTime(double) - Static method in class org.lwjgl.glfw.GLFW
Sets the value of the GLFW timer.
glfwSetWindowAspectRatio(long, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets the required aspect ratio of the client area of the specified window.
glfwSetWindowAttrib(long, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets an attribute of the specified window.
glfwSetWindowCloseCallback(long, GLFWWindowCloseCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the close callback of the specified window, which is called when the user attempts to close the window, for example by clicking the close widget in the title bar.
glfwSetWindowFocusCallback(long, GLFWWindowFocusCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the focus callback of the specified window, which is called when the window gains or loses input focus.
glfwSetWindowIcon(long, GLFWImage.Buffer) - Static method in class org.lwjgl.glfw.GLFW
Sets the icon for the specified window.
glfwSetWindowIconifyCallback(long, GLFWWindowIconifyCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the iconification callback of the specified window, which is called when the window is iconified or restored.
glfwSetWindowMaximizeCallback(long, GLFWWindowMaximizeCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the maximization callback of the specified window, which is called when the window is maximized or restored.
glfwSetWindowMonitor(long, long, int, int, int, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets the mode, monitor, video mode and placement of a window.
glfwSetWindowPos(long, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets the position, in screen coordinates, of the upper-left corner of the client area of the specified windowed mode window.
glfwSetWindowPosCallback(long, GLFWWindowPosCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the position callback of the specified window, which is called when the window is moved.
glfwSetWindowRefreshCallback(long, GLFWWindowRefreshCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the refresh callback of the specified window, which is called when the client area of the window needs to be redrawn, for example if the window has been exposed after having been covered by another window.
glfwSetWindowShouldClose(long, boolean) - Static method in class org.lwjgl.glfw.GLFW
Sets the value of the close flag of the specified window.
glfwSetWindowSize(long, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets the size, in pixels, of the client area of the specified window.
glfwSetWindowSizeCallback(long, GLFWWindowSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFW
Sets the size callback of the specified window, which is called when the window is resized.
glfwSetWindowSizeLimits(long, int, int, int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets the size limits of the client area of the specified window.
glfwSetWindowTitle(long, CharSequence) - Static method in class org.lwjgl.glfw.GLFW
Sets the window title, encoded as UTF-8, of the specified window.
glfwSetWindowTitle(long, ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
Sets the window title, encoded as UTF-8, of the specified window.
glfwSetWindowUserPointer(long, long) - Static method in class org.lwjgl.glfw.GLFW
Sets the user-defined pointer of the specified window.
glfwShowWindow(long) - Static method in class org.lwjgl.glfw.GLFW
Makes the specified window visible if it was previously hidden.
glfwSwapBuffers(long) - Static method in class org.lwjgl.glfw.GLFW
Swaps the front and back buffers of the specified window when rendering with OpenGL or OpenGL ES.
glfwSwapInterval(int) - Static method in class org.lwjgl.glfw.GLFW
Sets the swap interval for the current OpenGL or OpenGL ES context, i.e.
glfwTerminate() - Static method in class org.lwjgl.glfw.GLFW
Destroys all remaining windows and cursors, restores any modified gamma ramps and frees any other allocated resources.
GLFWVidMode - Class in org.lwjgl.glfw
Describes a single video mode.
GLFWVidMode(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWVidMode
Creates a GLFWVidMode instance at the current position of the specified ByteBuffer container.
GLFWVidMode.Buffer - Class in org.lwjgl.glfw
An array of GLFWVidMode structs.
GLFWVulkan - Class in org.lwjgl.glfw
Native bindings to the GLFW library's Vulkan functions.
GLFWVulkan.Functions - Class in org.lwjgl.glfw
Contains the function pointers loaded from GLFW.getLibrary().
glfwVulkanSupported() - Static method in class org.lwjgl.glfw.GLFWVulkan
Returns whether the Vulkan loader has been found.
glfwWaitEvents() - Static method in class org.lwjgl.glfw.GLFW
Waits until events are queued and processes them.
glfwWaitEventsTimeout(double) - Static method in class org.lwjgl.glfw.GLFW
Waits with timeout until events are queued and processes them.
GLFWWindowCloseCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowCloseCallback method.
GLFWWindowCloseCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowCloseCallback method.
GLFWWindowFocusCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowFocusCallback method.
GLFWWindowFocusCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowFocusCallback method.
glfwWindowHint(int, int) - Static method in class org.lwjgl.glfw.GLFW
Sets hints for the next call to CreateWindow.
GLFWWindowIconifyCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowIconifyCallback method.
GLFWWindowIconifyCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowIconifyCallback method.
GLFWWindowMaximizeCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowMaximizeCallback method.
GLFWWindowMaximizeCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowMaximizeCallback method.
GLFWWindowPosCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowPosCallback method.
GLFWWindowPosCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowPosCallback method.
GLFWWindowRefreshCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowRefreshCallback method.
GLFWWindowRefreshCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowRefreshCallback method.
glfwWindowShouldClose(long) - Static method in class org.lwjgl.glfw.GLFW
Returns the value of the close flag of the specified window.
GLFWWindowSizeCallback - Class in org.lwjgl.glfw
Instances of this class may be passed to the SetWindowSizeCallback method.
GLFWWindowSizeCallbackI - Interface in org.lwjgl.glfw
Instances of this interface may be passed to the SetWindowSizeCallback method.
green() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Returns a ShortBuffer view of the data pointed to by the green field.
green() - Method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a ShortBuffer view of the data pointed to by the green field.
green(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Sets the address of the specified ShortBuffer to the green field.
green(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Sets the address of the specified ShortBuffer to the green field.
greenBits() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
Returns the value of the greenBits field.
greenBits() - Method in class org.lwjgl.glfw.GLFWVidMode
Returns the value of the greenBits field.

H

height() - Method in class org.lwjgl.glfw.GLFWImage.Buffer
Returns the value of the height field.
height() - Method in class org.lwjgl.glfw.GLFWImage
Returns the value of the height field.
height() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
Returns the value of the height field.
height() - Method in class org.lwjgl.glfw.GLFWVidMode
Returns the value of the height field.
height(int) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
Sets the specified value to the height field.
height(int) - Method in class org.lwjgl.glfw.GLFWImage
Sets the specified value to the height field.
HideWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

I

IconifyWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
Init - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
invoke(int, int) - Method in interface org.lwjgl.glfw.GLFWJoystickCallbackI
Will be called when a joystick is connected to or disconnected from the system.
invoke(int, long) - Method in interface org.lwjgl.glfw.GLFWErrorCallbackI
Will be called with an error code and a human-readable description when a GLFW error occurs.
invoke(long) - Method in interface org.lwjgl.glfw.GLFWWindowCloseCallbackI
Will be called when the user attempts to close the specified window, for example by clicking the close widget in the title bar.
invoke(long) - Method in interface org.lwjgl.glfw.GLFWWindowRefreshCallbackI
Will be called when the client area of the specified window needs to be redrawn, for example if the window has been exposed after having been covered by another window.
invoke(long, boolean) - Method in interface org.lwjgl.glfw.GLFWCursorEnterCallbackI
Will be called when the cursor enters or leaves the client area of the window.
invoke(long, boolean) - Method in interface org.lwjgl.glfw.GLFWWindowFocusCallbackI
Will be called when the specified window gains or loses focus.
invoke(long, boolean) - Method in interface org.lwjgl.glfw.GLFWWindowIconifyCallbackI
Will be called when the specified window is iconified or restored.
invoke(long, boolean) - Method in interface org.lwjgl.glfw.GLFWWindowMaximizeCallbackI
Will be called when the specified window is maximized or restored.
invoke(long, double, double) - Method in interface org.lwjgl.glfw.GLFWCursorPosCallbackI
Will be called when the cursor is moved.
invoke(long, double, double) - Method in interface org.lwjgl.glfw.GLFWScrollCallbackI
Will be called when a scrolling device is used, such as a mouse wheel or scrolling area of a touchpad.
invoke(long, int) - Method in interface org.lwjgl.glfw.GLFWCharCallbackI
Will be called when a Unicode character is input.
invoke(long, int) - Method in interface org.lwjgl.glfw.GLFWMonitorCallbackI
Will be called when a monitor is connected to or disconnected from the system.
invoke(long, int, int) - Method in interface org.lwjgl.glfw.GLFWCharModsCallbackI
Will be called when a Unicode character is input regardless of what modifier keys are used.
invoke(long, int, int) - Method in interface org.lwjgl.glfw.GLFWFramebufferSizeCallbackI
Will be called when the framebuffer of the specified window is resized.
invoke(long, int, int) - Method in interface org.lwjgl.glfw.GLFWWindowPosCallbackI
Will be called when the specified window moves.
invoke(long, int, int) - Method in interface org.lwjgl.glfw.GLFWWindowSizeCallbackI
Will be called when the specified window is resized.
invoke(long, int, int, int) - Method in interface org.lwjgl.glfw.GLFWMouseButtonCallbackI
Will be called when a mouse button is pressed or released.
invoke(long, int, int, int, int) - Method in interface org.lwjgl.glfw.GLFWKeyCallbackI
Will be called when a key is pressed, repeated or released.
invoke(long, int, long) - Method in interface org.lwjgl.glfw.GLFWDropCallbackI
Will be called when one or more dragged files are dropped on the window.

J

JoystickPresent - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

M

MakeContextCurrent - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
malloc() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated with memAlloc.
malloc() - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated with memAlloc.
mallocStack() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated on the thread-local MemoryStack.
mallocStack() - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp.Buffer instance allocated on the specified MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage.Buffer instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a new GLFWGammaRamp instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
Returns a new GLFWImage instance allocated on the specified MemoryStack.
MaximizeWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

N

nset(long) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Unsafe version of set.
nset(long) - Method in class org.lwjgl.glfw.GLFWImage
Unsafe version of set.

O

org.lwjgl.glfw - package org.lwjgl.glfw
Contains bindings to the GLFW library.

P

pixels(int) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
Returns a ByteBuffer view of the data pointed to by the pixels field.
pixels(int) - Method in class org.lwjgl.glfw.GLFWImage
Returns a ByteBuffer view of the data pointed to by the pixels field.
pixels(ByteBuffer) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
Sets the address of the specified ByteBuffer to the pixels field.
pixels(ByteBuffer) - Method in class org.lwjgl.glfw.GLFWImage
Sets the address of the specified ByteBuffer to the pixels field.
PollEvents - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
PostEmptyEvent - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

R

red() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Returns a ShortBuffer view of the data pointed to by the red field.
red() - Method in class org.lwjgl.glfw.GLFWGammaRamp
Returns a ShortBuffer view of the data pointed to by the red field.
red(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Sets the address of the specified ShortBuffer to the red field.
red(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Sets the address of the specified ShortBuffer to the red field.
redBits() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
Returns the value of the redBits field.
redBits() - Method in class org.lwjgl.glfw.GLFWVidMode
Returns the value of the redBits field.
refreshRate() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
Returns the value of the refreshRate field.
refreshRate() - Method in class org.lwjgl.glfw.GLFWVidMode
Returns the value of the refreshRate field.
RestoreWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

S

set() - Method in class org.lwjgl.glfw.GLFWErrorCallback
set() - Method in class org.lwjgl.glfw.GLFWJoystickCallback
set() - Method in class org.lwjgl.glfw.GLFWMonitorCallback
set(int, int, ByteBuffer) - Method in class org.lwjgl.glfw.GLFWImage
Initializes this struct with the specified values.
set(long) - Method in class org.lwjgl.glfw.GLFWCharCallback
set(long) - Method in class org.lwjgl.glfw.GLFWCharModsCallback
set(long) - Method in class org.lwjgl.glfw.GLFWCursorEnterCallback
set(long) - Method in class org.lwjgl.glfw.GLFWCursorPosCallback
set(long) - Method in class org.lwjgl.glfw.GLFWDropCallback
set(long) - Method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
set(long) - Method in class org.lwjgl.glfw.GLFWKeyCallback
set(long) - Method in class org.lwjgl.glfw.GLFWMouseButtonCallback
set(long) - Method in class org.lwjgl.glfw.GLFWScrollCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowCloseCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowFocusCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowPosCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
set(long) - Method in class org.lwjgl.glfw.GLFWWindowSizeCallback
set(ShortBuffer, ShortBuffer, ShortBuffer, int) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Initializes this struct with the specified values.
set(GLFWGammaRamp) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Copies the specified struct data to this struct.
set(GLFWImage) - Method in class org.lwjgl.glfw.GLFWImage
Copies the specified struct data to this struct.
SetCharCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetCharModsCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetClipboardString - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetCursor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetCursorEnterCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetCursorPos - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetCursorPosCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetDropCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetErrorCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetFramebufferSizeCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetGamma - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetGammaRamp - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetInputMode - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetJoystickCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetKeyCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetMonitorCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetMouseButtonCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetScrollCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetTime - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowAspectRatio - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowAttrib - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowCloseCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowFocusCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowIcon - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowIconifyCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowMaximizeCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowMonitor - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowPos - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowPosCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowRefreshCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowShouldClose - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowSize - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowSizeCallback - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowSizeLimits - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowTitle - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SetWindowUserPointer - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
ShowWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWCharCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWCharModsCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWCursorEnterCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWCursorPosCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWDropCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWErrorCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWFramebufferSizeCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWJoystickCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWKeyCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWMonitorCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWMouseButtonCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWScrollCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowCloseCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowFocusCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowIconifyCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowMaximizeCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowPosCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowRefreshCallbackI
 
SIGNATURE - Static variable in interface org.lwjgl.glfw.GLFWWindowSizeCallbackI
 
size() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Returns the value of the size field.
size() - Method in class org.lwjgl.glfw.GLFWGammaRamp
Returns the value of the size field.
size(int) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
Sets the specified value to the size field.
size(int) - Method in class org.lwjgl.glfw.GLFWGammaRamp
Sets the specified value to the size field.
sizeof() - Method in class org.lwjgl.glfw.GLFWGammaRamp
 
sizeof() - Method in class org.lwjgl.glfw.GLFWImage
 
sizeof() - Method in class org.lwjgl.glfw.GLFWVidMode
 
SIZEOF - Static variable in class org.lwjgl.glfw.GLFWGammaRamp
The struct size in bytes.
SIZEOF - Static variable in class org.lwjgl.glfw.GLFWImage
The struct size in bytes.
SIZEOF - Static variable in class org.lwjgl.glfw.GLFWVidMode
The struct size in bytes.
SwapBuffers - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
SwapInterval - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

T

Terminate - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.

V

validate(long) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Validates pointer members that should not be NULL.
validate(long) - Static method in class org.lwjgl.glfw.GLFWImage
Validates pointer members that should not be NULL.
validate(long, int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
Calls GLFWGammaRamp.validate(long) for each struct contained in the specified struct array.
validate(long, int) - Static method in class org.lwjgl.glfw.GLFWImage
Calls GLFWImage.validate(long) for each struct contained in the specified struct array.
VulkanSupported - Static variable in class org.lwjgl.glfw.GLFWVulkan.Functions
Function address.

W

WaitEvents - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
WaitEventsTimeout - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
width() - Method in class org.lwjgl.glfw.GLFWImage.Buffer
Returns the value of the width field.
width() - Method in class org.lwjgl.glfw.GLFWImage
Returns the value of the width field.
width() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
Returns the value of the width field.
width() - Method in class org.lwjgl.glfw.GLFWVidMode
Returns the value of the width field.
width(int) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
Sets the specified value to the width field.
width(int) - Method in class org.lwjgl.glfw.GLFWImage
Sets the specified value to the width field.
WindowHint - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
WindowShouldClose - Static variable in class org.lwjgl.glfw.GLFW.Functions
Function address.
B C D E F G H I J M N O P R S T V W