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
ShortBufferview of the data pointed to by thebluefield. - blue() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Returns a
ShortBufferview of the data pointed to by thebluefield. - blue(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Sets the address of the specified
ShortBufferto thebluefield. - blue(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Sets the address of the specified
ShortBufferto thebluefield. - blueBits() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the
blueBitsfield. - blueBits() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Returns the value of the
blueBitsfield. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Creates a new
GLFWGammaRamp.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWImage.Buffer
-
Creates a new
GLFWImage.Bufferinstance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Creates a new
GLFWVidMode.Bufferinstance 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
GLFWGammaRampinstance allocated withmemCalloc. - calloc() - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated withmemCalloc. - calloc(int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated withmemCalloc. - callocStack() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRampinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRampinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated on the specifiedMemoryStackand initializes all its bits to zero. - create() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRampinstance allocated withBufferUtils. - create() - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated withBufferUtils. - create(int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated withBufferUtils. - create(long) - Static method in class org.lwjgl.glfw.GLFWCharCallback
-
Creates a
GLFWCharCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
-
Creates a
GLFWCharModsCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
-
Creates a
GLFWCursorEnterCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
-
Creates a
GLFWCursorPosCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWDropCallback
-
Creates a
GLFWDropCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Creates a
GLFWErrorCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
-
Creates a
GLFWFramebufferSizeCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRampinstance for the specified memory address ornullif the address isNULL. - create(long) - Static method in class org.lwjgl.glfw.GLFWImage
- create(long) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
-
Creates a
GLFWJoystickCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
-
Creates a
GLFWKeyCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
-
Creates a
GLFWMonitorCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
-
Creates a
GLFWMouseButtonCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
-
Creates a
GLFWScrollCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWVidMode
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
-
Creates a
GLFWWindowCloseCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
-
Creates a
GLFWWindowFocusCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
-
Creates a
GLFWWindowIconifyCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
-
Creates a
GLFWWindowMaximizeCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
-
Creates a
GLFWWindowPosCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
-
Creates a
GLFWWindowRefreshCallbackinstance from the specified function pointer. - create(long) - Static method in class org.lwjgl.glfw.GLFWWindowSizeCallback
-
Creates a
GLFWWindowSizeCallbackinstance from the specified function pointer. - create(long, int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Create a
GLFWGammaRamp.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Create a
GLFWImage.Bufferinstance at the specified memory. - create(long, int) - Static method in class org.lwjgl.glfw.GLFWVidMode
-
Create a
GLFWVidMode.Bufferinstance at the specified memory. - create(GLFWCharCallbackI) - Static method in class org.lwjgl.glfw.GLFWCharCallback
-
Creates a
GLFWCharCallbackinstance that delegates to the specifiedGLFWCharCallbackIinstance. - create(GLFWCharModsCallbackI) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
-
Creates a
GLFWCharModsCallbackinstance that delegates to the specifiedGLFWCharModsCallbackIinstance. - create(GLFWCursorEnterCallbackI) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
-
Creates a
GLFWCursorEnterCallbackinstance that delegates to the specifiedGLFWCursorEnterCallbackIinstance. - create(GLFWCursorPosCallbackI) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
-
Creates a
GLFWCursorPosCallbackinstance that delegates to the specifiedGLFWCursorPosCallbackIinstance. - create(GLFWDropCallbackI) - Static method in class org.lwjgl.glfw.GLFWDropCallback
-
Creates a
GLFWDropCallbackinstance that delegates to the specifiedGLFWDropCallbackIinstance. - create(GLFWErrorCallbackI) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Creates a
GLFWErrorCallbackinstance that delegates to the specifiedGLFWErrorCallbackIinstance. - create(GLFWFramebufferSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
-
Creates a
GLFWFramebufferSizeCallbackinstance that delegates to the specifiedGLFWFramebufferSizeCallbackIinstance. - create(GLFWJoystickCallbackI) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
-
Creates a
GLFWJoystickCallbackinstance that delegates to the specifiedGLFWJoystickCallbackIinstance. - create(GLFWKeyCallbackI) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
-
Creates a
GLFWKeyCallbackinstance that delegates to the specifiedGLFWKeyCallbackIinstance. - create(GLFWMonitorCallbackI) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
-
Creates a
GLFWMonitorCallbackinstance that delegates to the specifiedGLFWMonitorCallbackIinstance. - create(GLFWMouseButtonCallbackI) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
-
Creates a
GLFWMouseButtonCallbackinstance that delegates to the specifiedGLFWMouseButtonCallbackIinstance. - create(GLFWScrollCallbackI) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
-
Creates a
GLFWScrollCallbackinstance that delegates to the specifiedGLFWScrollCallbackIinstance. - create(GLFWWindowCloseCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
-
Creates a
GLFWWindowCloseCallbackinstance that delegates to the specifiedGLFWWindowCloseCallbackIinstance. - create(GLFWWindowFocusCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
-
Creates a
GLFWWindowFocusCallbackinstance that delegates to the specifiedGLFWWindowFocusCallbackIinstance. - create(GLFWWindowIconifyCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
-
Creates a
GLFWWindowIconifyCallbackinstance that delegates to the specifiedGLFWWindowIconifyCallbackIinstance. - create(GLFWWindowMaximizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
-
Creates a
GLFWWindowMaximizeCallbackinstance that delegates to the specifiedGLFWWindowMaximizeCallbackIinstance. - create(GLFWWindowPosCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
-
Creates a
GLFWWindowPosCallbackinstance that delegates to the specifiedGLFWWindowPosCallbackIinstance. - create(GLFWWindowRefreshCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
-
Creates a
GLFWWindowRefreshCallbackinstance that delegates to the specifiedGLFWWindowRefreshCallbackIinstance. - create(GLFWWindowSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowSizeCallback
-
Creates a
GLFWWindowSizeCallbackinstance that delegates to the specifiedGLFWWindowSizeCallbackIinstance. - CreateCursor - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- createPrint() - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Returns a
GLFWErrorCallbackinstance that prints the error to theAPIUtil.DEBUG_STREAM. - createPrint(PrintStream) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Returns a
GLFWErrorCallbackinstance that prints the error in the specifiedPrintStream. - CreateStandardCursor - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- createThrow() - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Returns a
GLFWErrorCallbackinstance that throws anIllegalStateExceptionwhen 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
GLFWErrorCallbackargument 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
GLFWDropCallbackarguments 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_BEHAVIORhint. - 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_APIhint. - 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_ROBUSTNESShint. - 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_APIhint. - GLFW_NO_API - Static variable in class org.lwjgl.glfw.GLFW
-
Values for the
CLIENT_APIhint. - 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_ROBUSTNESShint. - GLFW_NO_ROBUSTNESS - Static variable in class org.lwjgl.glfw.GLFW
-
Values for the
CONTEXT_ROBUSTNESShint. - 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_PROFILEhint. - GLFW_OPENGL_API - Static variable in class org.lwjgl.glfw.GLFW
-
Values for the
CLIENT_APIhint. - GLFW_OPENGL_COMPAT_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
-
Values for the
OPENGL_PROFILEhint. - GLFW_OPENGL_CORE_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
-
Values for the
OPENGL_PROFILEhint. - 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_APIhint. - 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_BEHAVIORhint. - GLFW_RELEASE_BEHAVIOR_NONE - Static variable in class org.lwjgl.glfw.GLFW
-
Values for the
CONTEXT_RELEASE_BEHAVIORhint. - 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
SetCharCallbackmethod. - GLFWCharCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetCharCallbackmethod. - GLFWCharModsCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetCharModsCallbackmethod. - GLFWCharModsCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetCharModsCallbackmethod. - 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
SetCursorEnterCallbackmethod. - GLFWCursorEnterCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetCursorEnterCallbackmethod. - GLFWCursorPosCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetCursorPosCallbackmethod. - GLFWCursorPosCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetCursorPosCallbackmethod. - 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
SetDropCallbackmethod. - GLFWDropCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetDropCallbackmethod. - GLFWErrorCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetErrorCallbackmethod. - GLFWErrorCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetErrorCallbackmethod. - 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
SetFramebufferSizeCallbackmethod. - GLFWFramebufferSizeCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetFramebufferSizeCallbackmethod. - glfwFreeCallbacks(long) - Static method in class org.lwjgl.glfw.Callbacks
-
Resets all callbacks for the specified GLFW window to
NULLandfreesall 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
GLFWGammaRampinstance at the current position of the specifiedByteBuffercontainer. - GLFWGammaRamp.Buffer - Class in org.lwjgl.glfw
-
An array of
GLFWGammaRampstructs. - 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
CGDirectDisplayIDof the specified monitor. - glfwGetCocoaWindow(long) - Static method in class org.lwjgl.glfw.GLFWNativeCocoa
-
Returns the
NSWindowof 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
EGLContextof the specified window. - glfwGetEGLDisplay() - Static method in class org.lwjgl.glfw.GLFWNativeEGL
-
Returns the
EGLDisplayused by GLFW. - glfwGetEGLSurface(long) - Static method in class org.lwjgl.glfw.GLFWNativeEGL
-
Returns the
EGLSurfaceof 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
GLXContextof the specified window. - glfwGetGLXWindow(long) - Static method in class org.lwjgl.glfw.GLFWNativeGLX
-
Returns the
GLXWindowof 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
NSOpenGLContextof 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
HGLRCof 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
HWNDof 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
RRCrtcof the specified monitor. - glfwGetX11Display() - Static method in class org.lwjgl.glfw.GLFWNativeX11
-
Returns the
Displayused by GLFW. - glfwGetX11Monitor(long) - Static method in class org.lwjgl.glfw.GLFWNativeX11
-
Returns the
RROutputof the specified monitor. - glfwGetX11Window(long) - Static method in class org.lwjgl.glfw.GLFWNativeX11
-
Returns the
Windowof 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
GLFWImageinstance at the current position of the specifiedByteBuffercontainer. - GLFWImage.Buffer - Class in org.lwjgl.glfw
-
An array of
GLFWImagestructs. - 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
SetJoystickCallbackmethod. - GLFWJoystickCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetJoystickCallbackmethod. - 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
SetKeyCallbackmethod. - GLFWKeyCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetKeyCallbackmethod. - 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
SetMonitorCallbackmethod. - GLFWMonitorCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetMonitorCallbackmethod. - GLFWMouseButtonCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetMouseButtonCallbackmethod. - GLFWMouseButtonCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetMouseButtonCallbackmethod. - 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
WaitEventsorWaitEventsTimeoutto 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
SetScrollCallbackmethod. - GLFWScrollCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetScrollCallbackmethod. - 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
SetGammaRampwith 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
GLFWVidModeinstance at the current position of the specifiedByteBuffercontainer. - GLFWVidMode.Buffer - Class in org.lwjgl.glfw
-
An array of
GLFWVidModestructs. - 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
SetWindowCloseCallbackmethod. - GLFWWindowCloseCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowCloseCallbackmethod. - GLFWWindowFocusCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetWindowFocusCallbackmethod. - GLFWWindowFocusCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowFocusCallbackmethod. - 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
SetWindowIconifyCallbackmethod. - GLFWWindowIconifyCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowIconifyCallbackmethod. - GLFWWindowMaximizeCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetWindowMaximizeCallbackmethod. - GLFWWindowMaximizeCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowMaximizeCallbackmethod. - GLFWWindowPosCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetWindowPosCallbackmethod. - GLFWWindowPosCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowPosCallbackmethod. - GLFWWindowRefreshCallback - Class in org.lwjgl.glfw
-
Instances of this class may be passed to the
SetWindowRefreshCallbackmethod. - GLFWWindowRefreshCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowRefreshCallbackmethod. - 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
SetWindowSizeCallbackmethod. - GLFWWindowSizeCallbackI - Interface in org.lwjgl.glfw
-
Instances of this interface may be passed to the
SetWindowSizeCallbackmethod. - green() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Returns a
ShortBufferview of the data pointed to by thegreenfield. - green() - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a
ShortBufferview of the data pointed to by thegreenfield. - green(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Sets the address of the specified
ShortBufferto thegreenfield. - green(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Sets the address of the specified
ShortBufferto thegreenfield. - greenBits() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Returns the value of the
greenBitsfield. - greenBits() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the
greenBitsfield.
H
- height() - Method in class org.lwjgl.glfw.GLFWImage.Buffer
-
Returns the value of the
heightfield. - height() - Method in class org.lwjgl.glfw.GLFWImage
-
Returns the value of the
heightfield. - height() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Returns the value of the
heightfield. - height() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the
heightfield. - height(int) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
-
Sets the specified value to the
heightfield. - height(int) - Method in class org.lwjgl.glfw.GLFWImage
-
Sets the specified value to the
heightfield. - 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
GLFWGammaRampinstance allocated withmemAlloc. - malloc() - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated withmemAlloc. - malloc(int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated withmemAlloc. - mallocStack() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRampinstance allocated on the thread-localMemoryStack. - mallocStack() - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated on the thread-localMemoryStack. - mallocStack(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated on the thread-localMemoryStack. - mallocStack(int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated on the thread-localMemoryStack. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRamp.Bufferinstance allocated on the specifiedMemoryStack. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImage.Bufferinstance allocated on the specifiedMemoryStack. - mallocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new
GLFWGammaRampinstance allocated on the specifiedMemoryStack. - mallocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new
GLFWImageinstance allocated on the specifiedMemoryStack. - 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
ByteBufferview of the data pointed to by thepixelsfield. - pixels(int) - Method in class org.lwjgl.glfw.GLFWImage
-
Returns a
ByteBufferview of the data pointed to by thepixelsfield. - pixels(ByteBuffer) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
-
Sets the address of the specified
ByteBufferto thepixelsfield. - pixels(ByteBuffer) - Method in class org.lwjgl.glfw.GLFWImage
-
Sets the address of the specified
ByteBufferto thepixelsfield. - 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
ShortBufferview of the data pointed to by theredfield. - red() - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a
ShortBufferview of the data pointed to by theredfield. - red(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Sets the address of the specified
ShortBufferto theredfield. - red(ShortBuffer) - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Sets the address of the specified
ShortBufferto theredfield. - redBits() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Returns the value of the
redBitsfield. - redBits() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the
redBitsfield. - refreshRate() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Returns the value of the
refreshRatefield. - refreshRate() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the
refreshRatefield. - RestoreWindow - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
S
- set() - Method in class org.lwjgl.glfw.GLFWErrorCallback
-
See
SetErrorCallback. - set() - Method in class org.lwjgl.glfw.GLFWJoystickCallback
-
See
SetJoystickCallback. - set() - Method in class org.lwjgl.glfw.GLFWMonitorCallback
-
See
SetMonitorCallback. - 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
-
See
SetCharCallback. - set(long) - Method in class org.lwjgl.glfw.GLFWCharModsCallback
-
See
SetCharModsCallback. - set(long) - Method in class org.lwjgl.glfw.GLFWCursorEnterCallback
- set(long) - Method in class org.lwjgl.glfw.GLFWCursorPosCallback
-
See
SetCursorPosCallback. - set(long) - Method in class org.lwjgl.glfw.GLFWDropCallback
-
See
SetDropCallback. - set(long) - Method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
- set(long) - Method in class org.lwjgl.glfw.GLFWKeyCallback
-
See
SetKeyCallback. - set(long) - Method in class org.lwjgl.glfw.GLFWMouseButtonCallback
- set(long) - Method in class org.lwjgl.glfw.GLFWScrollCallback
-
See
SetScrollCallback. - 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
-
See
SetWindowPosCallback. - 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
sizefield. - size() - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns the value of the
sizefield. - size(int) - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
Sets the specified value to the
sizefield. - size(int) - Method in class org.lwjgl.glfw.GLFWGammaRamp
-
Sets the specified value to the
sizefield. - 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
widthfield. - width() - Method in class org.lwjgl.glfw.GLFWImage
-
Returns the value of the
widthfield. - width() - Method in class org.lwjgl.glfw.GLFWVidMode.Buffer
-
Returns the value of the
widthfield. - width() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the
widthfield. - width(int) - Method in class org.lwjgl.glfw.GLFWImage.Buffer
-
Sets the specified value to the
widthfield. - width(int) - Method in class org.lwjgl.glfw.GLFWImage
-
Sets the specified value to the
widthfield. - WindowHint - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- WindowShouldClose - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.