- 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.GLFWWindowContentScaleCallbackI
-
- 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
-
- calloc() - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Returns a new GLFWGamepadState instance allocated with memCalloc.
- calloc(int) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
- calloc() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new GLFWGammaRamp instance allocated with memCalloc.
- calloc(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
- 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.GLFWImage
-
- callocStack() - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Returns a new GLFWGamepadState instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
- callocStack(MemoryStack) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Returns a new GLFWGamepadState instance allocated on the specified MemoryStack and initializes all its bits to zero.
- callocStack(int) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Returns a new
GLFWGamepadState.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.GLFWGamepadState
-
Returns a new
GLFWGamepadState.Buffer instance allocated on the specified
MemoryStack and initializes all its bits to zero.
- 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(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(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, 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() - 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(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.
- 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.GLFWImage
-
Returns a new
GLFWImage.Buffer instance allocated on the specified
MemoryStack and initializes all its bits to zero.
- create(long) - Static method in class org.lwjgl.glfw.GLFWCharCallback
-
Creates a GLFWCharCallback instance from the specified function pointer.
- create(GLFWCharCallbackI) - Static method in class org.lwjgl.glfw.GLFWCharCallback
-
Creates a GLFWCharCallback instance that delegates to the specified GLFWCharCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
-
Creates a GLFWCharModsCallback instance from the specified function pointer.
- create(GLFWCharModsCallbackI) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
-
Creates a GLFWCharModsCallback instance that delegates to the specified GLFWCharModsCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
-
Creates a GLFWCursorEnterCallback instance from the specified function pointer.
- create(GLFWCursorEnterCallbackI) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
-
Creates a GLFWCursorEnterCallback instance that delegates to the specified GLFWCursorEnterCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
-
Creates a GLFWCursorPosCallback instance from the specified function pointer.
- create(GLFWCursorPosCallbackI) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
-
Creates a GLFWCursorPosCallback instance that delegates to the specified GLFWCursorPosCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWDropCallback
-
Creates a GLFWDropCallback instance from the specified function pointer.
- create(GLFWDropCallbackI) - Static method in class org.lwjgl.glfw.GLFWDropCallback
-
Creates a GLFWDropCallback instance that delegates to the specified GLFWDropCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Creates a GLFWErrorCallback instance from the specified function pointer.
- create(GLFWErrorCallbackI) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Creates a GLFWErrorCallback instance that delegates to the specified GLFWErrorCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
-
Creates a GLFWFramebufferSizeCallback instance from the specified function pointer.
- create(GLFWFramebufferSizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
-
Creates a GLFWFramebufferSizeCallback instance that delegates to the specified GLFWFramebufferSizeCallbackI instance.
- create() - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Returns a new GLFWGamepadState instance allocated with BufferUtils.
- create(long) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Returns a new GLFWGamepadState instance for the specified memory address.
- create(int) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
- create(long, int) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
- create() - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new GLFWGammaRamp instance allocated with BufferUtils.
- create(long) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Returns a new GLFWGammaRamp instance for the specified memory address.
- create(int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
- create(long, int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
- create() - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new GLFWImage instance allocated with BufferUtils.
- create(long) - Static method in class org.lwjgl.glfw.GLFWImage
-
Returns a new GLFWImage instance for the specified memory address.
- create(int) - Static method in class org.lwjgl.glfw.GLFWImage
-
- create(long, int) - Static method in class org.lwjgl.glfw.GLFWImage
-
- create(long) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
-
Creates a GLFWJoystickCallback instance from the specified function pointer.
- create(GLFWJoystickCallbackI) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
-
Creates a GLFWJoystickCallback instance that delegates to the specified GLFWJoystickCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
-
Creates a GLFWKeyCallback instance from the specified function pointer.
- create(GLFWKeyCallbackI) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
-
Creates a GLFWKeyCallback instance that delegates to the specified GLFWKeyCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
-
Creates a GLFWMonitorCallback instance from the specified function pointer.
- create(GLFWMonitorCallbackI) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
-
Creates a GLFWMonitorCallback instance that delegates to the specified GLFWMonitorCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
-
Creates a GLFWMouseButtonCallback instance from the specified function pointer.
- create(GLFWMouseButtonCallbackI) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
-
Creates a GLFWMouseButtonCallback instance that delegates to the specified GLFWMouseButtonCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
-
Creates a GLFWScrollCallback instance from the specified function pointer.
- create(GLFWScrollCallbackI) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
-
Creates a GLFWScrollCallback instance that delegates to the specified GLFWScrollCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWVidMode
-
Returns a new GLFWVidMode instance for the specified memory address.
- create(long, int) - Static method in class org.lwjgl.glfw.GLFWVidMode
-
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
-
Creates a GLFWWindowCloseCallback instance from the specified function pointer.
- create(GLFWWindowCloseCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
-
Creates a GLFWWindowCloseCallback instance that delegates to the specified GLFWWindowCloseCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowContentScaleCallback
-
Creates a GLFWWindowContentScaleCallback instance from the specified function pointer.
- create(GLFWWindowContentScaleCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowContentScaleCallback
-
Creates a GLFWWindowContentScaleCallback instance that delegates to the specified GLFWWindowContentScaleCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
-
Creates a GLFWWindowFocusCallback instance from the specified function pointer.
- create(GLFWWindowFocusCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
-
Creates a GLFWWindowFocusCallback instance that delegates to the specified GLFWWindowFocusCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
-
Creates a GLFWWindowIconifyCallback instance from the specified function pointer.
- create(GLFWWindowIconifyCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
-
Creates a GLFWWindowIconifyCallback instance that delegates to the specified GLFWWindowIconifyCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
-
Creates a GLFWWindowMaximizeCallback instance from the specified function pointer.
- create(GLFWWindowMaximizeCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
-
Creates a GLFWWindowMaximizeCallback instance that delegates to the specified GLFWWindowMaximizeCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
-
Creates a GLFWWindowPosCallback instance from the specified function pointer.
- create(GLFWWindowPosCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
-
Creates a GLFWWindowPosCallback instance that delegates to the specified GLFWWindowPosCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
-
Creates a GLFWWindowRefreshCallback instance from the specified function pointer.
- create(GLFWWindowRefreshCallbackI) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
-
Creates a GLFWWindowRefreshCallback instance that delegates to the specified GLFWWindowRefreshCallbackI instance.
- create(long) - Static method in class org.lwjgl.glfw.GLFWWindowSizeCallback
-
Creates a GLFWWindowSizeCallback instance from the specified function pointer.
- 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.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWCharCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWCharModsCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWCursorEnterCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWCursorPosCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWDropCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWErrorCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWFramebufferSizeCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.glfw.GLFWGamepadState
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.glfw.GLFWGammaRamp
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWImage
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.glfw.GLFWImage
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWJoystickCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWKeyCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWMonitorCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWMouseButtonCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWScrollCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWVidMode
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long, int) - Static method in class org.lwjgl.glfw.GLFWVidMode
-
Like
create, but returns
null if
address is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowCloseCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowContentScaleCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowFocusCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowIconifyCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowMaximizeCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowPosCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowRefreshCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- createSafe(long) - Static method in class org.lwjgl.glfw.GLFWWindowSizeCallback
-
Like
create, but returns
null if
functionPointer is
NULL.
- 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.
- 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
-
- 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.
- GetError - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetFramebufferSize - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetGamepadName - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetGamepadState - 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.
- GetJoystickGUID - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetJoystickHats - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetJoystickName - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetJoystickUserPointer - 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.
- GetMonitorContentScale - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- 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.
- GetMonitorUserPointer - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- GetMonitorWorkarea - 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
-
- 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.GLFWWindowContentScaleCallbackI
-
- 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.
- GetWaylandDisplay - Static variable in class org.lwjgl.glfw.GLFWNativeWayland.Functions
-
Function address.
- GetWaylandMonitor - Static variable in class org.lwjgl.glfw.GLFWNativeWayland.Functions
-
Function address.
- GetWaylandWindow - Static variable in class org.lwjgl.glfw.GLFWNativeWayland.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.
- GetWindowContentScale - 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.
- GetWindowOpacity - 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.
- GetX11SelectionString - 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.Functions - Class in org.lwjgl.glfw
-
Contains the function pointers loaded from the glfw SharedLibrary.
- 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
-
- GLFW_API_UNAVAILABLE - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_ARROW_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The regular arrow cursor shape.
- 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_CENTER_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
Window attributes.
- GLFW_CLIENT_API - Static variable in class org.lwjgl.glfw.GLFW
-
Client API hints.
- GLFW_COCOA_CHDIR_RESOURCES - Static variable in class org.lwjgl.glfw.GLFW
-
Init hints.
- GLFW_COCOA_FRAME_NAME - Static variable in class org.lwjgl.glfw.GLFW
-
Specifies the UTF-8 encoded name to use for autosaving the window frame, or if empty disables frame autosaving for the window.
- GLFW_COCOA_GRAPHICS_SWITCHING - Static variable in class org.lwjgl.glfw.GLFW
-
Specifies whether to enable Automatic Graphics Switching, i.e.
- GLFW_COCOA_MENUBAR - Static variable in class org.lwjgl.glfw.GLFW
-
Init hints.
- GLFW_COCOA_RETINA_FRAMEBUFFER - Static variable in class org.lwjgl.glfw.GLFW
-
Specifies whether to use full resolution framebuffers on Retina displays.
- 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
-
The crosshair cursor shape.
- 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_CURSOR_UNAVAILABLE - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- 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
-
- 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_FOCUS_ON_SHOW - 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
-
Error codes.
- GLFW_GAMEPAD_AXIS_LAST - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_AXIS_LEFT_TRIGGER - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_AXIS_LEFT_X - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_AXIS_LEFT_Y - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_AXIS_RIGHT_TRIGGER - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_AXIS_RIGHT_X - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_AXIS_RIGHT_Y - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad axes.
- GLFW_GAMEPAD_BUTTON_A - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_B - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_BACK - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_CIRCLE - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_CROSS - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_DPAD_DOWN - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_DPAD_LEFT - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_DPAD_RIGHT - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_DPAD_UP - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_GUIDE - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_LAST - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_LEFT_BUMPER - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_LEFT_THUMB - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_RIGHT_BUMPER - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_RIGHT_THUMB - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_SQUARE - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_START - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_TRIANGLE - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_X - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GAMEPAD_BUTTON_Y - Static variable in class org.lwjgl.glfw.GLFW
-
Gamepad buttons.
- GLFW_GREEN_BITS - Static variable in class org.lwjgl.glfw.GLFW
-
PixelFormat hints.
- GLFW_HAND_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
Legacy name for compatibility.
- GLFW_HAT_CENTERED - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_DOWN - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_LEFT - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_LEFT_DOWN - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_LEFT_UP - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_RIGHT - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_RIGHT_DOWN - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_RIGHT_UP - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HAT_UP - Static variable in class org.lwjgl.glfw.GLFW
-
Joystick hat states.
- GLFW_HOVERED - Static variable in class org.lwjgl.glfw.GLFW
-
Window attributes.
- GLFW_HRESIZE_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
Legacy name for compatibility.
- GLFW_IBEAM_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The text input I-beam cursor shape.
- GLFW_ICONIFIED - Static variable in class org.lwjgl.glfw.GLFW
-
Window attributes.
- GLFW_INVALID_ENUM - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_INVALID_VALUE - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- 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_HAT_BUTTONS - Static variable in class org.lwjgl.glfw.GLFW
-
Init hints.
- 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_LOCK_KEY_MODS - Static variable in class org.lwjgl.glfw.GLFW
-
Input options.
- GLFW_LOSE_CONTEXT_ON_RESET - Static variable in class org.lwjgl.glfw.GLFW
-
- 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_CAPS_LOCK - Static variable in class org.lwjgl.glfw.GLFW
-
If this bit is set the Caps Lock key is enabled and the
LOCK_KEY_MODS input mode is set.
- 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_NUM_LOCK - Static variable in class org.lwjgl.glfw.GLFW
-
If this bit is set the Num Lock key is enabled and the
LOCK_KEY_MODS input mode is set.
- 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
-
- GLFW_NO_API - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_NO_CURRENT_CONTEXT - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_NO_ERROR - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_NO_RESET_NOTIFICATION - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_NO_ROBUSTNESS - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_NO_WINDOW_CONTEXT - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_NOT_ALLOWED_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The operation-not-allowed shape.
- GLFW_NOT_INITIALIZED - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_OPENGL_ANY_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_OPENGL_API - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_OPENGL_COMPAT_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_OPENGL_CORE_PROFILE - Static variable in class org.lwjgl.glfw.GLFW
-
- 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
-
- 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_OSMESA_CONTEXT_API - Static variable in class org.lwjgl.glfw.GLFW
-
- GLFW_OUT_OF_MEMORY - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_PLATFORM_ERROR - Static variable in class org.lwjgl.glfw.GLFW
-
Error codes.
- GLFW_POINTING_HAND_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The pointing hand cursor shape.
- GLFW_PRESS - Static variable in class org.lwjgl.glfw.GLFW
-
The key or button was pressed.
- GLFW_RAW_MOUSE_MOTION - Static variable in class org.lwjgl.glfw.GLFW
-
Input options.
- 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
-
- GLFW_RELEASE_BEHAVIOR_NONE - Static variable in class org.lwjgl.glfw.GLFW
-
- 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_RESIZE_ALL_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The omni-directional resize cursor/move shape.
- GLFW_RESIZE_EW_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The horizontal resize/move arrow shape.
- GLFW_RESIZE_NESW_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The top-right to bottom-left diagonal resize/move shape.
- GLFW_RESIZE_NS_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The vertical resize/move shape.
- GLFW_RESIZE_NWSE_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
The top-left to bottom-right diagonal resize/move shape.
- GLFW_SAMPLES - Static variable in class org.lwjgl.glfw.GLFW
-
PixelFormat hints.
- GLFW_SCALE_TO_MONITOR - Static variable in class org.lwjgl.glfw.GLFW
-
Client API 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_TRANSPARENT_FRAMEBUFFER - Static variable in class org.lwjgl.glfw.GLFW
-
Window attributes.
- 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
-
Error codes.
- GLFW_VISIBLE - Static variable in class org.lwjgl.glfw.GLFW
-
Window attributes.
- GLFW_VRESIZE_CURSOR - Static variable in class org.lwjgl.glfw.GLFW
-
Legacy name for compatibility.
- GLFW_WIN32_KEYBOARD_MENU - Static variable in class org.lwjgl.glfw.GLFW
-
Specifies whether to allow access to the window menu via the Alt+Space and Alt-and-then-Space keyboard shortcuts.
- GLFW_X11_CLASS_NAME - Static variable in class org.lwjgl.glfw.GLFW
-
The desired ASCII encoded class and instance parts of the ICCCM WM_CLASS window property.
- GLFW_X11_INSTANCE_NAME - Static variable in class org.lwjgl.glfw.GLFW
-
The desired ASCII encoded class and instance parts of the ICCCM WM_CLASS window property.
- glfwAttachWin32Window(long, long) - Static method in class org.lwjgl.glfw.GLFWNativeWin32
-
Wraps an existing HWND in a new GLFW window object.
- GLFWCharCallback - Class in org.lwjgl.glfw
-
- GLFWCharCallbackI - Interface in org.lwjgl.glfw
-
- GLFWCharModsCallback - Class in org.lwjgl.glfw
-
- GLFWCharModsCallbackI - Interface in org.lwjgl.glfw
-
- 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, ByteBuffer, long, long) - Static method in class org.lwjgl.glfw.GLFW
-
Creates a window and its associated OpenGL or OpenGL ES context.
- 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.
- glfwCreateWindowSurface(VkInstance, long, VkAllocationCallbacks, LongBuffer) - Static method in class org.lwjgl.glfw.GLFWVulkan
-
Creates a Vulkan surface for the specified window.
- glfwCreateWindowSurface(VkInstance, long, VkAllocationCallbacks, long[]) - Static method in class org.lwjgl.glfw.GLFWVulkan
-
- GLFWCursorEnterCallback - Class in org.lwjgl.glfw
-
- GLFWCursorEnterCallbackI - Interface in org.lwjgl.glfw
-
- GLFWCursorPosCallback - Class in org.lwjgl.glfw
-
- GLFWCursorPosCallbackI - Interface in org.lwjgl.glfw
-
- 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
-
- glfwDestroyWindow(long) - Static method in class org.lwjgl.glfw.GLFW
-
Destroys the specified window and its context.
- GLFWDropCallback - Class in org.lwjgl.glfw
-
- GLFWDropCallbackI - Interface in org.lwjgl.glfw
-
- GLFWErrorCallback - Class in org.lwjgl.glfw
-
- GLFWErrorCallbackI - Interface in org.lwjgl.glfw
-
- 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.
- 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.
- 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
-
- GLFWFramebufferSizeCallbackI - Interface in org.lwjgl.glfw
-
- GLFWGamepadState - Class in org.lwjgl.glfw
-
Describes the input state of a gamepad.
- GLFWGamepadState(ByteBuffer) - Constructor for class org.lwjgl.glfw.GLFWGamepadState
-
Creates a GLFWGamepadState instance at the current position of the specified ByteBuffer container.
- GLFWGamepadState.Buffer - Class in org.lwjgl.glfw
-
- 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
-
- 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, 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 content area of the specified window.
- glfwGetCursorPos(long, double[], double[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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.
- glfwGetError(PointerBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Returns and clears the last error for the calling thread.
- glfwGetFramebufferSize(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the size, in pixels, of the framebuffer of the specified window.
- glfwGetFramebufferSize(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- glfwGetGamepadName(int) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the human-readable name of the gamepad from the gamepad mapping assigned to the specified joystick.
- glfwGetGamepadState(int, GLFWGamepadState) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the state of the specified joystick remapped to an Xbox-like gamepad.
- 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, ByteBuffer) - 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, CharSequence) - 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.
- glfwGetJoystickGUID(int) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the SDL compatible GUID, as a UTF-8 encoded hexadecimal string, of the specified joystick.
- glfwGetJoystickHats(int) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the state of all hats 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.
- glfwGetJoystickUserPointer(int) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the user pointer 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 layout-specific 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.
- glfwGetMonitorContentScale(long, FloatBuffer, FloatBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the content scale for the specified monitor.
- glfwGetMonitorContentScale(long, float[], float[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the size, in millimetres, of the display area of the specified monitor.
- glfwGetMonitorPhysicalSize(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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.
- glfwGetMonitorPos(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- glfwGetMonitors() - Static method in class org.lwjgl.glfw.GLFW
-
Returns an array of handles for all currently connected monitors.
- glfwGetMonitorUserPointer(long) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the user pointer of the specified monitor.
- glfwGetMonitorWorkarea(long, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the work area of the monitor.
- glfwGetMonitorWorkarea(long, int[], int[], int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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(ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
- glfwGetProcAddress(CharSequence) - Static method in class org.lwjgl.glfw.GLFW
-
- 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(IntBuffer, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the major, minor and revision numbers of the GLFW library.
- glfwGetVersion(int[], int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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.
- glfwGetWaylandDisplay() - Static method in class org.lwjgl.glfw.GLFWNativeWayland
-
Returns the struct wl_display* used by GLFW.
- glfwGetWaylandMonitor(long) - Static method in class org.lwjgl.glfw.GLFWNativeWayland
-
Returns the struct wl_output* of the specified monitor.
- glfwGetWaylandWindow(long) - Static method in class org.lwjgl.glfw.GLFWNativeWayland
-
Returns the main struct wl_surface* of the specified window.
- 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.
- glfwGetWindowContentScale(long, FloatBuffer, FloatBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the content scale for the specified window.
- glfwGetWindowContentScale(long, float[], float[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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.
- glfwGetWindowFrameSize(long, int[], int[], int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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.
- glfwGetWindowOpacity(long) - Static method in class org.lwjgl.glfw.GLFW
-
Returns the opacity of the whole window.
- 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 content area of the specified window.
- glfwGetWindowPos(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- glfwGetWindowSize(long, IntBuffer, IntBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Retrieves the size, in screen coordinates, of the content area of the specified window.
- glfwGetWindowSize(long, int[], int[]) - Static method in class org.lwjgl.glfw.GLFW
-
- 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.
- glfwGetX11SelectionString() - Static method in class org.lwjgl.glfw.GLFWNativeX11
-
Returns the contents of the current primary selection as a string.
- 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
-
- glfwInit() - Static method in class org.lwjgl.glfw.GLFW
-
Initializes the GLFW library.
- glfwInitHint(int, int) - Static method in class org.lwjgl.glfw.GLFW
-
Sets hints for the next initialization of GLFW.
- GLFWJoystickCallback - Class in org.lwjgl.glfw
-
- GLFWJoystickCallbackI - Interface in org.lwjgl.glfw
-
- glfwJoystickIsGamepad(int) - Static method in class org.lwjgl.glfw.GLFW
-
Returns whether the specified joystick is both present and has a gamepad mapping.
- glfwJoystickPresent(int) - Static method in class org.lwjgl.glfw.GLFW
-
Returns whether the specified joystick is present.
- GLFWKeyCallback - Class in org.lwjgl.glfw
-
- 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
-
- GLFWMonitorCallbackI - Interface in org.lwjgl.glfw
-
- GLFWMouseButtonCallback - Class in org.lwjgl.glfw
-
- GLFWMouseButtonCallbackI - Interface in org.lwjgl.glfw
-
- 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().
- GLFWNativeWayland - Class in org.lwjgl.glfw
-
Native bindings to the GLFW library's Wayland native access functions.
- GLFWNativeWayland.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
-
- glfwRawMouseMotionSupported() - Static method in class org.lwjgl.glfw.GLFW
-
Returns whether raw mouse motion is supported.
- glfwRequestWindowAttention(long) - Static method in class org.lwjgl.glfw.GLFW
-
Requests user attention to the specified window.
- 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
-
- GLFWScrollCallbackI - Interface in org.lwjgl.glfw
-
- 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, ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the system clipboard to the specified, UTF-8 encoded string.
- glfwSetClipboardString(long, CharSequence) - 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 content 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 content 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 content 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 gamma ramp and sets it for the specified monitor.
- 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.
- glfwSetJoystickUserPointer(int, long) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the user pointer of the specified joystick.
- 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.
- glfwSetMonitorUserPointer(long, long) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the user pointer of the specified monitor.
- 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 content 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.
- glfwSetWindowContentScaleCallback(long, GLFWWindowContentScaleCallbackI) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the window content scale callback for the specified window, which is called when the content scale of the specified window changes.
- 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.
- glfwSetWindowOpacity(long, float) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the opacity of the whole 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 content 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 content 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 content 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 content area 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.
- glfwSetWindowTitle(long, CharSequence) - 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.
- glfwSetX11SelectionString(ByteBuffer) - Static method in class org.lwjgl.glfw.GLFWNativeX11
-
Sets the current primary selection to the specified string.
- glfwSetX11SelectionString(CharSequence) - Static method in class org.lwjgl.glfw.GLFWNativeX11
-
Sets the current primary selection to the specified string.
- 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.
- glfwUpdateGamepadMappings(ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Adds the specified SDL_GameControllerDB gamepad mappings.
- 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
-
- 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
-
- GLFWWindowCloseCallbackI - Interface in org.lwjgl.glfw
-
- GLFWWindowContentScaleCallback - Class in org.lwjgl.glfw
-
- GLFWWindowContentScaleCallbackI - Interface in org.lwjgl.glfw
-
- GLFWWindowFocusCallback - Class in org.lwjgl.glfw
-
- GLFWWindowFocusCallbackI - Interface in org.lwjgl.glfw
-
- glfwWindowHint(int, int) - Static method in class org.lwjgl.glfw.GLFW
-
- glfwWindowHintString(int, ByteBuffer) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the specified window hint to the desired value.
- glfwWindowHintString(int, CharSequence) - Static method in class org.lwjgl.glfw.GLFW
-
Sets the specified window hint to the desired value.
- GLFWWindowIconifyCallback - Class in org.lwjgl.glfw
-
- GLFWWindowIconifyCallbackI - Interface in org.lwjgl.glfw
-
- GLFWWindowMaximizeCallback - Class in org.lwjgl.glfw
-
- GLFWWindowMaximizeCallbackI - Interface in org.lwjgl.glfw
-
- GLFWWindowPosCallback - Class in org.lwjgl.glfw
-
- GLFWWindowPosCallbackI - Interface in org.lwjgl.glfw
-
- GLFWWindowRefreshCallback - Class in org.lwjgl.glfw
-
- GLFWWindowRefreshCallbackI - Interface in org.lwjgl.glfw
-
- 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
-
- GLFWWindowSizeCallbackI - Interface in org.lwjgl.glfw
-
- green() - Method in class org.lwjgl.glfw.GLFWGammaRamp.Buffer
-
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 - Static variable in class org.lwjgl.glfw.GLFWGammaRamp
-
The struct member offsets.
- 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
-
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 - Static variable in class org.lwjgl.glfw.GLFWVidMode
-
The struct member offsets.
- greenBits() - Method in class org.lwjgl.glfw.GLFWVidMode
-
Returns the value of the greenBits field.