A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
A
- address() - Method in class org.lwjgl.system.Callback
- address() - Method in interface org.lwjgl.system.CallbackI
- address() - Method in class org.lwjgl.system.CustomBuffer
-
Returns the memory address at the current buffer position.
- address() - Method in interface org.lwjgl.system.Pointer
-
Returns the raw pointer address as a
long
value. - address() - Method in class org.lwjgl.system.Pointer.Default
- address() - Method in class org.lwjgl.system.SharedLibrary.Delegate
- address(int) - Method in class org.lwjgl.system.CustomBuffer
-
Returns the memory address at the specified buffer position.
- address0() - Method in class org.lwjgl.system.CustomBuffer
-
Returns the buffer's base address.
- AdjustWindowRectEx - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- AdjustWindowRectEx(RECT, int, boolean, int) - Static method in class org.lwjgl.system.windows.User32
-
Calculates the required size of the window rectangle, based on the desired size of the client rectangle.
- aligned_alloc(long, long) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Allocates
size
bytes of uninitialized storage whose alignment is specified byalignment
. - aligned_alloc(long, long) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Called by
MemoryUtil.memAlignedAlloc(int, int)
. - aligned_free(long) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
- aligned_free(ByteBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - aligned_free(DoubleBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - aligned_free(FloatBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - aligned_free(IntBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - aligned_free(LongBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - aligned_free(ShortBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - aligned_free(PointerBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees a block of memory that was allocated with
LibCStdlib.aligned_alloc(long, long)
. - AllocAll - Static variable in class org.lwjgl.system.linux.X11
- allocateDirect(int) - Static method in class org.lwjgl.PointerBuffer
-
Allocates a new pointer buffer.
- AllocNone - Static variable in class org.lwjgl.system.linux.X11
- AllowExposures - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- AllTemporary - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- AlreadyGrabbed - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabKeyboard reply status
- AnyButton - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- AnyKey - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- AnyModifier - Static variable in class org.lwjgl.system.linux.X11
-
button masks.
- AnyPropertyType - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- apiArray(MemoryStack, long...) - Static method in class org.lwjgl.system.APIUtil
-
Stores the specified array of pointer addresses on the specified
MemoryStack
. - apiArray(MemoryStack, ByteBuffer...) - Static method in class org.lwjgl.system.APIUtil
-
Stores the addresses of the specified array of buffers on the specified
MemoryStack
. - apiArray(MemoryStack, APIUtil.Encoder, CharSequence...) - Static method in class org.lwjgl.system.APIUtil
-
Encodes the specified strings with the specified
APIUtil.Encoder
and stores an array of pointers to the encoded data on the specifiedMemoryStack
. - apiArrayFree(long, int) - Static method in class org.lwjgl.system.APIUtil
-
Frees the specified array of pointers.
- apiArrayi(MemoryStack, APIUtil.Encoder, CharSequence...) - Static method in class org.lwjgl.system.APIUtil
-
Encodes the specified strings with the specified
APIUtil.Encoder
and stores an array of pointers to the encoded data on the specifiedMemoryStack
. - apiArrayp(MemoryStack, ByteBuffer...) - Static method in class org.lwjgl.system.APIUtil
-
Stores the addresses of the specified array of buffers on the specified
MemoryStack
. - apiArrayp(MemoryStack, APIUtil.Encoder, CharSequence...) - Static method in class org.lwjgl.system.APIUtil
-
Encodes the specified strings with the specified
APIUtil.Encoder
and stores an array of pointers to the encoded data on the specifiedMemoryStack
. - apiClassTokens(BiPredicate<Field, Integer>, Map<Integer, String>, Class<?>...) - Static method in class org.lwjgl.system.APIUtil
-
Returns a map of public static final integer fields in the specified classes, to their String representations.
- apiCompareCapabilities(Iterable<Field>, Iterable<Field>, Object, Object) - Static method in class org.lwjgl.system.APIUtil
- apiCreateLibrary(String) - Static method in class org.lwjgl.system.APIUtil
- apiGetFunctionAddress(FunctionProvider, String) - Static method in class org.lwjgl.system.APIUtil
- apiGetManifestValue(String) - Static method in class org.lwjgl.system.APIUtil
-
Returns the value of the specified manifest attribute in the LWJGL JAR file.
- apiLog(CharSequence) - Static method in class org.lwjgl.system.APIUtil
-
Prints the specified message to the
APIUtil.DEBUG_STREAM
ifChecks.DEBUG
is true. - apiOptionalClass(String) - Static method in class org.lwjgl.system.APIUtil
- apiParseVersion(String) - Static method in class org.lwjgl.system.APIUtil
-
Parses a version string.
- apiParseVersion(String, String) - Static method in class org.lwjgl.system.APIUtil
-
Parses a version string.
- apiParseVersion(Configuration<?>) - Static method in class org.lwjgl.system.APIUtil
-
Returns the
APIUtil.APIVersion
value of the specified option. - apiUnknownToken(int) - Static method in class org.lwjgl.system.APIUtil
- apiUnknownToken(String, int) - Static method in class org.lwjgl.system.APIUtil
- APIUtil - Class in org.lwjgl.system
-
Utility class useful to API bindings.
- APIUtil.APIVersion - Class in org.lwjgl.system
-
A data class for API versioning information.
- APIUtil.Encoder - Interface in org.lwjgl.system
- APIVersion(int, int) - Constructor for class org.lwjgl.system.APIUtil.APIVersion
- APIVersion(int, int, String, String) - Constructor for class org.lwjgl.system.APIUtil.APIVersion
- ArcChord - Static variable in class org.lwjgl.system.linux.X11
-
Arc modes for PolyFillArc
- ArcPieSlice - Static variable in class org.lwjgl.system.linux.X11
-
Arc modes for PolyFillArc
- ASCII(CharSequence) - Method in class org.lwjgl.system.MemoryStack
-
Encodes the specified text on the stack using ASCII encoding and returns a ByteBuffer that points to the encoded text, including a null-terminator.
- ASCII(CharSequence, boolean) - Method in class org.lwjgl.system.MemoryStack
-
Encodes the specified text on the stack using ASCII encoding and returns a ByteBuffer that points to the encoded text.
- ASSIMP_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the AssImp library (org.lwjgl.assimp.libname). - AsyncBoth - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- AsyncKeyboard - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- AsyncPointer - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
B
- background_pixel() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
background_pixel
field. - background_pixel() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
background_pixel
field. - background_pixel(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
background_pixel
field. - background_pixel(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
background_pixel
field. - background_pixmap() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
background_pixmap
field. - background_pixmap() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
background_pixmap
field. - background_pixmap(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
background_pixmap
field. - background_pixmap(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
background_pixmap
field. - backing_pixel() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
backing_pixel
field. - backing_pixel() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
backing_pixel
field. - backing_pixel(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
backing_pixel
field. - backing_pixel(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
backing_pixel
field. - backing_planes() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
backing_planes
field. - backing_planes() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
backing_planes
field. - backing_planes(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
backing_planes
field. - backing_planes(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
backing_planes
field. - backing_store() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
backing_store
field. - backing_store() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
backing_store
field. - backing_store(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
backing_store
field. - backing_store(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
backing_store
field. - BadAccess - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadAlloc - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadAtom - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadColor - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadCursor - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadDrawable - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadFont - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadGC - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadIDChoice - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadImplementation - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadLength - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadMatch - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadName - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadPixmap - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadRequest - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadValue - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BadWindow - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- BGFX_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the BGFX library (org.lwjgl.bgfx.libname). - bInheritHandle() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns the value of the
bInheritHandle
field. - bInheritHandle() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Returns the value of the
bInheritHandle
field. - bInheritHandle(boolean) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Sets the specified value to the
bInheritHandle
field. - bInheritHandle(boolean) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Sets the specified value to the
bInheritHandle
field. - bit_gravity() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
bit_gravity
field. - bit_gravity() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
bit_gravity
field. - bit_gravity(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
bit_gravity
field. - bit_gravity(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
bit_gravity
field. - bits_per_rgb() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
bits_per_rgb
field. - bits_per_rgb() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
bits_per_rgb
field. - bits_per_rgb() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
bits_per_rgb
field. - bits_per_rgb() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
bits_per_rgb
field. - bits_per_rgb(int) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
bits_per_rgb
field. - bits_per_rgb(int) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
bits_per_rgb
field. - bits_per_rgb(int) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
bits_per_rgb
field. - bits_per_rgb(int) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
bits_per_rgb
field. - blue_mask() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
blue_mask
field. - blue_mask() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
blue_mask
field. - blue_mask() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
blue_mask
field. - blue_mask() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
blue_mask
field. - blue_mask(long) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
blue_mask
field. - blue_mask(long) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
blue_mask
field. - blue_mask(long) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
blue_mask
field. - blue_mask(long) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
blue_mask
field. - border_pixel() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
border_pixel
field. - border_pixel() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
border_pixel
field. - border_pixel(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
border_pixel
field. - border_pixel(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
border_pixel
field. - border_pixmap() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
border_pixmap
field. - border_pixmap() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
border_pixmap
field. - border_pixmap(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
border_pixmap
field. - border_pixmap(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
border_pixmap
field. - bottom() - Method in class org.lwjgl.system.windows.RECT
-
Returns the value of the
bottom
field. - bottom() - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Returns the value of the
bottom
field. - bottom(int) - Method in class org.lwjgl.system.windows.RECT
-
Sets the specified value to the
bottom
field. - bottom(int) - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Sets the specified value to the
bottom
field. - bReserved() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
bReserved
field. - bReserved() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
bReserved
field. - bReserved(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
bReserved
field. - bReserved(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
bReserved
field. - BringWindowToTop - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- BringWindowToTop(long) - Static method in class org.lwjgl.system.windows.User32
-
Brings the specified window to the top of the Z order.
- Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.linux.Visual.Buffer
-
Creates a new
Visual.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Creates a new
XSetWindowAttributes.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Creates a new
XVisualInfo.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.macosx.ObjCMethodDescription.Buffer
-
Creates a new
ObjCMethodDescription.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Creates a new
ObjCPropertyAttribute.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.DEVMODE.Buffer
-
Creates a new
DEVMODE.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Creates a new
DISPLAY_DEVICE.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.GLYPHMETRICSFLOAT.Buffer
-
Creates a new
GLYPHMETRICSFLOAT.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Creates a new
MONITORINFOEX.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.MSG.Buffer
-
Creates a new
MSG.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Creates a new
PIXELFORMATDESCRIPTOR.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.POINT.Buffer
-
Creates a new
POINT.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.POINTFLOAT.Buffer
-
Creates a new
POINTFLOAT.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.POINTL.Buffer
-
Creates a new
POINTL.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.RECT.Buffer
-
Creates a new
RECT.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Creates a new
SECURITY_ATTRIBUTES.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Creates a new
TOUCHINPUT.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Creates a new
WINDOWPLACEMENT.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Creates a new
WNDCLASSEX.Buffer
instance backed by the specified container. - BufferUtils - Class in org.lwjgl
-
This class makes it easy and safe to work with direct buffers.
- BUILD_TYPE - Static variable in class org.lwjgl.Version
-
The development state of the current build.
- Button1 - Static variable in class org.lwjgl.system.linux.X11
-
button names.
- Button1Mask - Static variable in class org.lwjgl.system.linux.X11
-
button masks.
- Button1MotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- Button2 - Static variable in class org.lwjgl.system.linux.X11
-
button names.
- Button2Mask - Static variable in class org.lwjgl.system.linux.X11
-
button masks.
- Button2MotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- Button3 - Static variable in class org.lwjgl.system.linux.X11
-
button names.
- Button3Mask - Static variable in class org.lwjgl.system.linux.X11
-
button masks.
- Button3MotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- Button4 - Static variable in class org.lwjgl.system.linux.X11
-
button names.
- Button4Mask - Static variable in class org.lwjgl.system.linux.X11
-
button masks.
- Button4MotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- Button5 - Static variable in class org.lwjgl.system.linux.X11
-
button names.
- Button5Mask - Static variable in class org.lwjgl.system.linux.X11
-
button masks.
- Button5MotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ButtonMotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ButtonPress - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ButtonPressMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ButtonRelease - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ButtonReleaseMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- bytes(byte) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.malloc(int, int)
. - bytes(byte...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.malloc(int, int)
. - bytes(byte, byte) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.malloc(int, int)
. - bytes(byte, byte, byte) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.malloc(int, int)
. - bytes(byte, byte, byte, byte) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.malloc(int, int)
.
C
- cAccumAlphaBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAccumAlphaBits
field. - cAccumAlphaBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAccumAlphaBits
field. - cAccumAlphaBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAccumAlphaBits
field. - cAccumAlphaBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAccumAlphaBits
field. - cAccumBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAccumBits
field. - cAccumBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAccumBits
field. - cAccumBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAccumBits
field. - cAccumBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAccumBits
field. - cAccumBlueBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAccumBlueBits
field. - cAccumBlueBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAccumBlueBits
field. - cAccumBlueBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAccumBlueBits
field. - cAccumBlueBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAccumBlueBits
field. - cAccumGreenBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAccumGreenBits
field. - cAccumGreenBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAccumGreenBits
field. - cAccumGreenBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAccumGreenBits
field. - cAccumGreenBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAccumGreenBits
field. - cAccumRedBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAccumRedBits
field. - cAccumRedBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAccumRedBits
field. - cAccumRedBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAccumRedBits
field. - cAccumRedBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAccumRedBits
field. - CACHE_LINE_SIZE - Static variable in class org.lwjgl.system.MemoryUtil
-
The cache-line size, in bytes.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.B
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.D
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.F
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.I
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.J
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.P
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.S
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.V
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.CallbackI.Z
-
Will be called by native code.
- callback(long) - Method in interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
- callback(long) - Method in interface org.lwjgl.system.windows.WindowProcI
- Callback - Class in org.lwjgl.system
-
Base class for dynamically created native functions that call into Java code.
- CallbackI - Interface in org.lwjgl.system
-
Base interface for dynamically created native functions that call into Java code.
- CallbackI.B - Interface in org.lwjgl.system
-
A
Callback
that returns a byte value. - CallbackI.D - Interface in org.lwjgl.system
-
A
Callback
that returns a double value. - CallbackI.F - Interface in org.lwjgl.system
-
A
Callback
that returns a float value. - CallbackI.I - Interface in org.lwjgl.system
-
A
Callback
that returns an int value. - CallbackI.J - Interface in org.lwjgl.system
-
A
Callback
that returns a long value. - CallbackI.P - Interface in org.lwjgl.system
-
A
Callback
that returns a pointer value. - CallbackI.S - Interface in org.lwjgl.system
-
A
Callback
that returns a short value. - CallbackI.V - Interface in org.lwjgl.system
-
A
Callback
with no return value. - CallbackI.Z - Interface in org.lwjgl.system
-
A
Callback
that returns a boolean value. - callF(long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callI(long) - Static method in class org.lwjgl.system.JNI
- callI(long, int) - Static method in class org.lwjgl.system.JNI
- callI(long, int, int) - Static method in class org.lwjgl.system.JNI
- callI(long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callJ(long) - Static method in class org.lwjgl.system.JNI
- callJ(long, int) - Static method in class org.lwjgl.system.JNI
- callJ(long, int, int) - Static method in class org.lwjgl.system.JNI
- callJ(long, int, int, boolean, int, int) - Static method in class org.lwjgl.system.JNI
- callJJJJV(long, int, int, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callJJJJV(long, int, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callJJJV(long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callJJJV(long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callJJV(long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callJJV(long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callJPV(long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callJV(long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callJV(long, int, long) - Static method in class org.lwjgl.system.JNI
- callJV(long, long) - Static method in class org.lwjgl.system.JNI
- callJV(long, long, int) - Static method in class org.lwjgl.system.JNI
- callJV(long, long, int, float, float, float, float, float, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callJZ(long, long) - Static method in class org.lwjgl.system.JNI
- calloc() - Static method in class org.lwjgl.system.linux.Visual
- calloc() - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.DEVMODE
- calloc() - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.MSG
- calloc() - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.POINT
- calloc() - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.POINTL
- calloc() - Static method in class org.lwjgl.system.windows.RECT
- calloc() - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated withmemCalloc
. - calloc(int) - Method in class org.lwjgl.system.MemoryStack
-
Calloc version of
MemoryStack.malloc(int)
. - calloc(int) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated withmemCalloc
. - calloc(int, int) - Method in class org.lwjgl.system.MemoryStack
-
Calloc version of
MemoryStack.malloc(int, int)
. - calloc(long, long) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Allocates memory for an array of
nmemb
elements ofsize
bytes each and returns a pointer to the allocated memory. - calloc(long, long) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Called by
MemoryUtil.memCalloc(int, int)
. - callocDouble(int) - Method in class org.lwjgl.system.MemoryStack
-
Double version of
MemoryStack.calloc(int)
. - callocFloat(int) - Method in class org.lwjgl.system.MemoryStack
-
Float version of
MemoryStack.calloc(int)
. - callocInt(int) - Method in class org.lwjgl.system.MemoryStack
-
Int version of
MemoryStack.calloc(int)
. - callocLong(int) - Method in class org.lwjgl.system.MemoryStack
-
Long version of
MemoryStack.calloc(int)
. - callocPointer(int) - Method in class org.lwjgl.system.MemoryStack
-
Pointer version of
MemoryStack.calloc(int)
. - callocShort(int) - Method in class org.lwjgl.system.MemoryStack
-
Short version of
MemoryStack.calloc(int)
. - callocStack() - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero. - callP(long) - Static method in class org.lwjgl.system.JNI
- callP(long, int) - Static method in class org.lwjgl.system.JNI
- callP(long, int, float, float, float) - Static method in class org.lwjgl.system.JNI
- callP(long, int, int) - Static method in class org.lwjgl.system.JNI
- callPI(long, int[]) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, int, long, int, int, int, int, float) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, long) - Static method in class org.lwjgl.system.JNI
- callPI(long, int, long, int, int, float, int) - Static method in class org.lwjgl.system.JNI
- callPI(long, long) - Static method in class org.lwjgl.system.JNI
- callPI(long, long, float) - Static method in class org.lwjgl.system.JNI
- callPI(long, long, int) - Static method in class org.lwjgl.system.JNI
- callPI(long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPI(long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPI(long, long, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPI(long, long, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPJI(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJI(long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJI(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJJJI(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJJJJPI(long, long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJJJJPI(long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJJJJV(long, long, long, int, int, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJJJJV(long, long, long, long, long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPJJJPI(long, long, long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJJJPV(long, long, long, long, long, double[]) - Static method in class org.lwjgl.system.JNI
- callPJJJPV(long, long, long, long, long, float[]) - Static method in class org.lwjgl.system.JNI
- callPJJJPV(long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJJJPV(long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJJJPV(long, long, long, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPJJJPV(long, long, long, long, long, short[]) - Static method in class org.lwjgl.system.JNI
- callPJJJV(long, long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJJPV(long, long, long, int, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPJJPV(long, long, long, int, long, int, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPJJPV(long, long, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJJPV(long, long, long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPJJPV(long, long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJJV(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJJV(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJJV(long, long, long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPJPI(long, long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPI(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPI(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPI(long, long, long, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPJPI(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPP(long, long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPP(long, long, long, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPP(long, long, long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPP(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPP(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int[], long[]) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPI(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPJI(long, long, long, int, int, long, int[], long, int) - Static method in class org.lwjgl.system.JNI
- callPJPPJI(long, long, long, int, int, long, long[], long, int) - Static method in class org.lwjgl.system.JNI
- callPJPPJI(long, long, long, int, int, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJPPP(long, long, long, int[], int, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPP(long, long, long, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPP(long, long, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPP(long, long, long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPP(long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPP(long, long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPI(long, long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPI(long, long, long, int, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPI(long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPI(long, long, long, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPP(long, long, long, long, double[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPP(long, long, long, long, float[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPP(long, long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPP(long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPP(long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPP(long, long, long, long, short[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPI(long, long, int, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPPP(long, long, long, long, long, float[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPP(long, long, long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPP(long, long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPP(long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPPP(long, long, long, long, long, short[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPP(long, long, long, long, long, long, long, float[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPP(long, long, long, long, long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPP(long, long, long, long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPP(long, long, long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPP(long, long, long, long, long, long, long, short[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPPPP(long, long, long, long, long, long, long, long, long, float[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPPPP(long, long, long, long, long, long, long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPPPP(long, long, long, long, long, long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPPPP(long, long, long, long, long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPPPPPPPP(long, long, long, long, long, long, long, long, long, short[], int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPPV(long, long, int, int, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPPV(long, long, int, long, int, int, long[], int, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPPV(long, long, int, long, int, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPPV(long, long, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPJPPV(long, long, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPPV(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, int, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJPV(long, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPJV(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPJV(long, long, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPJV(long, long, long) - Static method in class org.lwjgl.system.JNI
- callPJV(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPJV(long, long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPP(long, int[]) - Static method in class org.lwjgl.system.JNI
- callPP(long, int, long) - Static method in class org.lwjgl.system.JNI
- callPP(long, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPP(long, long) - Static method in class org.lwjgl.system.JNI
- callPP(long, long, int) - Static method in class org.lwjgl.system.JNI
- callPP(long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPPI(long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, int, int, long, long, int, int, int, int, float) - Static method in class org.lwjgl.system.JNI
- callPPI(long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPI(long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, int, float, float, int, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, int, int, int, int, long, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long, float) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPI(long, long, long, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPJI(long, long, int, long[], int, long) - Static method in class org.lwjgl.system.JNI
- callPPJI(long, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPJI(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPJI(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPJI(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPJPP(long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPJPP(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPJPPI(long, long, int, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPJPPI(long, long, long, int, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPJPPPPPP(long, long, long, int, long, long, long, int, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPJPPPPPP(long, long, long, int, long, long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPJPPPPPPPP(long, long, long, int, long, long, long, long, long, int, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPJPPPPPPPP(long, long, long, int, long, long, long, long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPP(long, int, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPP(long, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPP(long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPP(long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPP(long, int, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPP(long, long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, int[], long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, int[], long[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, int, int, int[], float[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, long, double[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, long, float[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, int, long, short[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long[], long[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int[], int) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPPPI(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPPJPPI(long, long, int, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPJPPP(long, long, long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPJPPP(long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPP(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int[], long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, int, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, int, long, long[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, int, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, long[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, int, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long[], int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPI(long, long, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, int, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, long[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPPP(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, int, int, int[], int[], int[], int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, int, int, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, int[], float[], int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, int[], int[], int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, int, long, int, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, int, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, int[], int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, int[], int[], long[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, int, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, int, long, long[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPI(long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPP(long, long, int, long, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPP(long, long, int, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPI(long, int, int, int[], int[], int[], int[], int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPI(long, int, int, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPI(long, long, int[], int[], int[], int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPPI(long, long, int, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPI(long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPP(long, long, int, long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPP(long, long, int, long, long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPPP(long, long, int, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, int, long, long, int, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, float[], long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int[], long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int, long, long, double[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int, long, long, float[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int, long, long, int[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, int, long, long, short[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, long, long, int, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, long, long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPI(long, long, long, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPI(long, long, long, long, long, int, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPI(long, long, long, long, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPI(long, long, long, int, long, long, long, long, double[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPI(long, long, long, int, long, long, long, long, float[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPI(long, long, long, int, long, long, long, long, int[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPI(long, long, long, int, long, long, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPI(long, long, long, int, long, long, long, long, short[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPPPPI(long, long, long, int, long, long, long, long, long, long, long, double[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPPPPI(long, long, long, int, long, long, long, long, long, long, long, float[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPPPPI(long, long, long, int, long, long, long, long, long, long, long, int[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPPPPI(long, long, long, int, long, long, long, long, long, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPPPPI(long, long, long, int, long, long, long, long, long, long, long, short[], int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPPPPPPI(long, long, long, long, long, long, long, long, long, long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPV(long, int, int, int, long, int, long, int[], int[], int[], int[], long[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPPPV(long, int, int, int, long, int, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPPV(long, long, long, long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPV(long, int, int, long, int[], int[], int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPPPV(long, int, int, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPV(long, long, int, long[], int, int, int, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPPPV(long, long, int, long, int, int, int, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, int, int, int, int[], int[], int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, int, int, int, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, int, int, long, long, int[], int[], int) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, int, int, long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, int, long, int[], int[], int[], int) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, int, long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, long[], int[], int[], int[], int) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, long, int, int, int, int, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPPV(long, long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPPPZ(long, int, int, int, float, float[], float[], float[], float[]) - Static method in class org.lwjgl.system.JNI
- callPPPPZ(long, int, int, int, float, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int[], int[], int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int[], int, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int[], int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int[], long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, int[], long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, int[], long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, int, int[], int, int[], float[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, int, int[], int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, int, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, double[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, float[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, int, long, long, short[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, long, double[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, long, float[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, int, long, long, short[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, int, int, int, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, int, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, int, long[], long[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, long, int, int, int, int, int, int, long, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPPV(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, double[], double[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, float[], float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int[], int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int[], float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int[], int[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int[], int, int[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int[], int, long, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int[], long, int, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int[], float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int[], int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int[], long, int, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int, long, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int, long, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, long, int, float, float, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, long, int, float, float, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, long, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, int, long, int, int, float) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, int, long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long[], int[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, double[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, float[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, int[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, long, boolean) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, int, long, short[], int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, long, float[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, long, int[]) - Static method in class org.lwjgl.system.JNI
- callPPV(long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, long, long) - Static method in class org.lwjgl.system.JNI
- callPPV(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- callPPV(long, short[], short[]) - Static method in class org.lwjgl.system.JNI
- callPPZ(long, int, int[], long) - Static method in class org.lwjgl.system.JNI
- callPPZ(long, int, long, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, boolean, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, boolean, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, boolean, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, double, double, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, double, double, int, int, double, double, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, double, double, int, int, double, double, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, double, double, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, float, float, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, float, float, int, int, float, float, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, float, float, int, int, float, float, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, float, float, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int[], int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int[], int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, boolean, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, boolean, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, boolean, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, boolean, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, float, float, float, float, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int[], int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int[], int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int[], int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, boolean, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int[], boolean) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int[], boolean) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, boolean, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, long, boolean) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, long, boolean) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, long, int, int, int, int, int, float) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, long[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, long, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, int, short[]) - Static method in class org.lwjgl.system.JNI
- callPV(long, long) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, float) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, float, float) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, float, float, float) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, long, int, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callPV(long, short[]) - Static method in class org.lwjgl.system.JNI
- callPZ(long, int, long) - Static method in class org.lwjgl.system.JNI
- callPZ(long, long) - Static method in class org.lwjgl.system.JNI
- callS(long, int) - Static method in class org.lwjgl.system.JNI
- callV(long) - Static method in class org.lwjgl.system.JNI
- callV(long, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, boolean, boolean, boolean, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, byte) - Static method in class org.lwjgl.system.JNI
- callV(long, byte, byte, byte) - Static method in class org.lwjgl.system.JNI
- callV(long, byte, byte, byte, byte) - Static method in class org.lwjgl.system.JNI
- callV(long, double) - Static method in class org.lwjgl.system.JNI
- callV(long, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, double, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, double, double, double, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, float) - Static method in class org.lwjgl.system.JNI
- callV(long, float, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, float, float, float, float, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, boolean, boolean, boolean, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, byte, byte, byte, byte) - Static method in class org.lwjgl.system.JNI
- callV(long, int, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, double, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, double, double, double, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, double, double, int, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, float, float, int, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, boolean, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, double, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, float, float, float, float, float, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, float, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, boolean, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, boolean, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, double, double, double, double) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, float, float, float, float) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, float, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, boolean, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int, boolean) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- callV(long, int, short) - Static method in class org.lwjgl.system.JNI
- callV(long, int, short, short) - Static method in class org.lwjgl.system.JNI
- callV(long, int, short, short, short) - Static method in class org.lwjgl.system.JNI
- callV(long, int, short, short, short, short) - Static method in class org.lwjgl.system.JNI
- callV(long, short) - Static method in class org.lwjgl.system.JNI
- callV(long, short, short) - Static method in class org.lwjgl.system.JNI
- callV(long, short, short, short) - Static method in class org.lwjgl.system.JNI
- callV(long, short, short, short, short) - Static method in class org.lwjgl.system.JNI
- callZ(long, int) - Static method in class org.lwjgl.system.JNI
- callZ(long, int, float, float) - Static method in class org.lwjgl.system.JNI
- callZ(long, int, int) - Static method in class org.lwjgl.system.JNI
- callZ(long, int, int, float, float) - Static method in class org.lwjgl.system.JNI
- cAlphaBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAlphaBits
field. - cAlphaBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAlphaBits
field. - cAlphaBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAlphaBits
field. - cAlphaBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAlphaBits
field. - cAlphaShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAlphaShift
field. - cAlphaShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAlphaShift
field. - cAlphaShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAlphaShift
field. - cAlphaShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAlphaShift
field. - capacity() - Method in class org.lwjgl.system.CustomBuffer
-
Returns this buffer's capacity.
- CapButt - Static variable in class org.lwjgl.system.linux.X11
-
capStyle
- CapNotLast - Static variable in class org.lwjgl.system.linux.X11
-
capStyle
- CapProjecting - Static variable in class org.lwjgl.system.linux.X11
-
capStyle
- CapRound - Static variable in class org.lwjgl.system.linux.X11
-
capStyle
- capsAL - Variable in class org.lwjgl.system.ThreadLocalState
- capsGL - Variable in class org.lwjgl.system.ThreadLocalState
- capsGLES - Variable in class org.lwjgl.system.ThreadLocalState
- cAuxBuffers() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cAuxBuffers
field. - cAuxBuffers() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cAuxBuffers
field. - cAuxBuffers(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cAuxBuffers
field. - cAuxBuffers(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cAuxBuffers
field. - cb() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Returns the value of the
cb
field. - cb() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns the value of the
cb
field. - cb(int) - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Sets the specified value to the
cb
field. - cb(int) - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Sets the specified value to the
cb
field. - cbClsExtra() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
cbClsExtra
field. - cbClsExtra() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
cbClsExtra
field. - cbClsExtra(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
cbClsExtra
field. - cbClsExtra(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
cbClsExtra
field. - cBlueBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cBlueBits
field. - cBlueBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cBlueBits
field. - cBlueBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cBlueBits
field. - cBlueBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cBlueBits
field. - cBlueShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cBlueShift
field. - cBlueShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cBlueShift
field. - cBlueShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cBlueShift
field. - cBlueShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cBlueShift
field. - cbSize() - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Returns the value of the
cbSize
field. - cbSize() - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns the value of the
cbSize
field. - cbSize() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
cbSize
field. - cbSize() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
cbSize
field. - cbSize(int) - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Sets the specified value to the
cbSize
field. - cbSize(int) - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Sets the specified value to the
cbSize
field. - cbSize(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
cbSize
field. - cbSize(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
cbSize
field. - cbWndExtra() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
cbWndExtra
field. - cbWndExtra() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
cbWndExtra
field. - cbWndExtra(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
cbWndExtra
field. - cbWndExtra(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
cbWndExtra
field. - cColorBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cColorBits
field. - cColorBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cColorBits
field. - cColorBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cColorBits
field. - cColorBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cColorBits
field. - cDepthBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cDepthBits
field. - cDepthBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cDepthBits
field. - cDepthBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cDepthBits
field. - cDepthBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cDepthBits
field. - CDS_DISABLE_UNSAFE_MODES - Static variable in class org.lwjgl.system.windows.User32
- CDS_ENABLE_UNSAFE_MODES - Static variable in class org.lwjgl.system.windows.User32
- CDS_FULLSCREEN - Static variable in class org.lwjgl.system.windows.User32
- CDS_GLOBAL - Static variable in class org.lwjgl.system.windows.User32
- CDS_NORESET - Static variable in class org.lwjgl.system.windows.User32
- CDS_RESET - Static variable in class org.lwjgl.system.windows.User32
- CDS_RESET_EX - Static variable in class org.lwjgl.system.windows.User32
- CDS_SET_PRIMARY - Static variable in class org.lwjgl.system.windows.User32
- CDS_TEST - Static variable in class org.lwjgl.system.windows.User32
- CDS_UPDATEREGISTRY - Static variable in class org.lwjgl.system.windows.User32
- CDS_VIDEOPARAMETERS - Static variable in class org.lwjgl.system.windows.User32
- CFBundleCreate(long, long) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Creates a
CFBundle
object. - CFBundleGetBundleWithIdentifier(long) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Locates a bundle given its program-defined identifier.
- CFBundleGetFunctionPointerForName(long, long) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Returns a pointer to a function in a bundle’s executable code using the function name as the search key.
- CFRelease(long) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Releases a Core Foundation object.
- CFRetain(long) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Retains a Core Foundation object.
- CFStringCreateWithCString(long, ByteBuffer, int) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Creates an immutable string from a C string.
- CFStringCreateWithCStringNoCopy(long, ByteBuffer, int, long) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Creates a CFString object from an external C string buffer that might serve as the backing store for the object.
- CFURLCreateWithFileSystemPath(long, long, long, boolean) - Static method in class org.lwjgl.system.macosx.CoreFoundation
-
Creates a
CFURL
object using a local file system path string. - cGreenBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cGreenBits
field. - cGreenBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cGreenBits
field. - cGreenBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cGreenBits
field. - cGreenBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cGreenBits
field. - cGreenShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cGreenShift
field. - cGreenShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cGreenShift
field. - cGreenShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cGreenShift
field. - cGreenShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cGreenShift
field. - ChangeDisplaySettingsEx - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- ChangeDisplaySettingsEx(CharSequence, DEVMODE, long, int, long) - Static method in class org.lwjgl.system.windows.User32
-
Changes the settings of the specified display device to the specified graphics mode.
- ChangeDisplaySettingsEx(ByteBuffer, DEVMODE, long, int, long) - Static method in class org.lwjgl.system.windows.User32
-
Changes the settings of the specified display device to the specified graphics mode.
- check(byte[], int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a array has enough capacity.
- check(double[], int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a array has enough capacity.
- check(float[], int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a array has enough capacity.
- check(int[], int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a array has enough capacity.
- check(int, int) - Static method in class org.lwjgl.system.Checks
- check(long) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified pointer is not
NULL
(0L). - check(long[], int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a array has enough capacity.
- check(short[], int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a array has enough capacity.
- check(CharSequence, int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a CharSequence has enough characters.
- check(Object[], int) - Static method in class org.lwjgl.system.Checks
- check(Buffer, int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a buffer has enough capacity.
- check(Buffer, long) - Static method in class org.lwjgl.system.Checks
- check(CustomBuffer<?>, int) - Static method in class org.lwjgl.system.Checks
-
Helper method to ensure a
CustomBuffer
has enough capacity. - check(CustomBuffer<?>, long) - Static method in class org.lwjgl.system.Checks
- checkFunctions(long...) - Static method in class org.lwjgl.system.Checks
-
Checks if any of the specified functions pointers is
NULL
. - checkGT(Buffer, int) - Static method in class org.lwjgl.system.Checks
- checkGT(CustomBuffer<?>, int) - Static method in class org.lwjgl.system.Checks
- checkGT(StructBuffer<?, ?>, int) - Static method in class org.lwjgl.system.Checks
- checkNT(float[]) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified array is null-terminated.
- checkNT(int[]) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified array is null-terminated.
- checkNT(int[], int) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified array is terminated with the specified terminator.
- checkNT(long[]) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified array is null-terminated.
- checkNT(FloatBuffer) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified FloatBuffer is null-terminated.
- checkNT(IntBuffer) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified IntBuffer is null-terminated.
- checkNT(IntBuffer, int) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified IntBuffer is terminated with the specified terminator.
- checkNT(LongBuffer) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified LongBuffer is null-terminated.
- checkNT(PointerBuffer) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified PointerBuffer is null-terminated.
- checkNT(PointerBuffer, long) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified PointerBuffer is terminated with the specified terminator.
- checkNT1(ByteBuffer) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified ByteBuffer is null-terminated (last byte equal to 0).
- checkNT1Safe(ByteBuffer) - Static method in class org.lwjgl.system.Checks
- checkNT2(ByteBuffer) - Static method in class org.lwjgl.system.Checks
-
Ensures that the specified ByteBuffer is null-terminated (last 2 bytes equal to 0).
- checkNT2Safe(ByteBuffer) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(float[]) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(int[]) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(int[], int) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(long[]) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(FloatBuffer) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(IntBuffer) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(IntBuffer, int) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(LongBuffer) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(PointerBuffer) - Static method in class org.lwjgl.system.Checks
- checkNTSafe(PointerBuffer, long) - Static method in class org.lwjgl.system.Checks
- Checks - Class in org.lwjgl.system
-
A class to check buffer boundaries in general.
- CHECKS - Static variable in class org.lwjgl.system.Checks
-
Runtime checks flag.
- checkSafe(double[], int) - Static method in class org.lwjgl.system.Checks
- checkSafe(float[], int) - Static method in class org.lwjgl.system.Checks
- checkSafe(int[], int) - Static method in class org.lwjgl.system.Checks
- checkSafe(long[], int) - Static method in class org.lwjgl.system.Checks
- checkSafe(short[], int) - Static method in class org.lwjgl.system.Checks
- checkSafe(Buffer, int) - Static method in class org.lwjgl.system.Checks
- checkSafe(Buffer, long) - Static method in class org.lwjgl.system.Checks
- checkSafe(CustomBuffer<?>, int) - Static method in class org.lwjgl.system.Checks
- ChoosePixelFormat - Static variable in class org.lwjgl.system.windows.GDI32.Functions
-
Function address.
- ChoosePixelFormat(long, PIXELFORMATDESCRIPTOR) - Static method in class org.lwjgl.system.windows.GDI32
-
Attempts to match an appropriate pixel format supported by a device context to a given pixel format specification.
- CirculateNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- CirculateRequest - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- class_addIvar - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_addIvar(long, CharSequence, long, byte, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a new instance variable to a class.
- class_addIvar(long, ByteBuffer, long, byte, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a new instance variable to a class.
- class_addMethod - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_addMethod(long, long, long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a new method to a class with a given name and implementation.
- class_addMethod(long, long, long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a new method to a class with a given name and implementation.
- class_addProperty - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_addProperty(long, CharSequence, ObjCPropertyAttribute.Buffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a property to a class.
- class_addProperty(long, ByteBuffer, ObjCPropertyAttribute.Buffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a property to a class.
- class_addProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_addProtocol(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a protocol to a class.
- class_conformsToProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_conformsToProtocol(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a Boolean value that indicates whether a class conforms to a given protocol.
- class_copyIvarList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_copyIvarList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Describes the instance variables declared by a class.
- class_copyMethodList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_copyMethodList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Describes the instance methods implemented by a class.
- class_copyPropertyList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_copyPropertyList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Describes the properties declared by a class.
- class_copyProtocolList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_copyProtocolList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Describes the protocols adopted by a class.
- class_createInstance - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_createInstance(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates an instance of a class, allocating memory for the class in the default malloc memory zone.
- class_getClassMethod - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getClassMethod(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a pointer to the data structure describing a given class method for a given class.
- class_getClassVariable - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getClassVariable(long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the Ivar for a specified class variable of a given class.
- class_getClassVariable(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the Ivar for a specified class variable of a given class.
- class_getImageName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getImageName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the name of the dynamic library a class originated from.
- class_getInstanceMethod - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getInstanceMethod(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a specified instance method for a given class.
- class_getInstanceSize - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getInstanceSize(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the size of instances of a class.
- class_getInstanceVariable - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getInstanceVariable(long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the Ivar for a specified instance variable of a given class.
- class_getInstanceVariable(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the Ivar for a specified instance variable of a given class.
- class_getIvarLayout - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getIvarLayout(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a description of the Ivar layout for a given class.
- class_getMethodImplementation - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getMethodImplementation(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the function pointer that would be called if a particular message were sent to an instance of a class.
- class_getName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the name of a class.
- class_getProperty - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getProperty(long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a property with a given name of a given class.
- class_getProperty(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a property with a given name of a given class.
- class_getSuperclass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getSuperclass(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the superclass of a class.
- class_getVersion - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getVersion(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the version number of a class definition.
- class_getWeakIvarLayout - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_getWeakIvarLayout(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a description of the layout of weak Ivars for a given class.
- class_isMetaClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_isMetaClass(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a Boolean value that indicates whether a class object is a metaclass.
- class_replaceMethod - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_replaceMethod(long, long, long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Replaces the implementation of a method for a given class.
- class_replaceMethod(long, long, long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Replaces the implementation of a method for a given class.
- class_replaceProperty - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_replaceProperty(long, CharSequence, ObjCPropertyAttribute.Buffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Replaces a property of a class.
- class_replaceProperty(long, ByteBuffer, ObjCPropertyAttribute.Buffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Replaces a property of a class.
- class_respondsToSelector - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_respondsToSelector(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a Boolean value that indicates whether instances of a class respond to a particular selector.
- class_setIvarLayout - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_setIvarLayout(long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the Ivar layout for a given class.
- class_setIvarLayout(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the Ivar layout for a given class.
- class_setVersion - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_setVersion(long, int) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the version number of a class definition.
- class_setWeakIvarLayout - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- class_setWeakIvarLayout(long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the layout for weak Ivars for a given class.
- class_setWeakIvarLayout(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the layout for weak Ivars for a given class.
- class$() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
class$
field. - class$() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
class$
field. - class$() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
class$
field. - class$() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
class$
field. - class$(int) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
class
field. - class$(int) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
class
field. - class$(int) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
class
field. - class$(int) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
class
field. - clear() - Method in class org.lwjgl.system.CustomBuffer
-
Clears this buffer.
- clear() - Method in class org.lwjgl.system.Struct
-
Zeroes-out the struct data.
- ClientMessage - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ClipByChildren - Static variable in class org.lwjgl.system.linux.X11
-
subwindow mode
- ClipCursor - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- ClipCursor(RECT) - Static method in class org.lwjgl.system.windows.User32
-
Confines the cursor to a rectangular area on the screen.
- close() - Method in class org.lwjgl.system.MemoryStack
-
Calls
MemoryStack.pop()
on thisMemoryStack
. - close() - Method in interface org.lwjgl.system.NativeResource
- CloseTouchInputHandle - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- CloseTouchInputHandle(long) - Static method in class org.lwjgl.system.windows.User32
-
Closes a touch input handle, frees process memory associated with it, and invalidates the handle.
- colormap() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
colormap
field. - colormap() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
colormap
field. - colormap(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
colormap
field. - colormap(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
colormap
field. - colormap_size() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
colormap_size
field. - colormap_size() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
colormap_size
field. - colormap_size(int) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
colormap_size
field. - colormap_size(int) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
colormap_size
field. - ColormapChangeMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ColormapInstalled - Static variable in class org.lwjgl.system.linux.X11
-
Color Map notification
- ColormapNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ColormapUninstalled - Static variable in class org.lwjgl.system.linux.X11
-
Color Map notification
- compact() - Method in class org.lwjgl.system.CustomBuffer
-
Compacts this buffer (optional operation).
- compareTo(PointerBuffer) - Method in class org.lwjgl.PointerBuffer
-
Compares this buffer to another.
- Complex - Static variable in class org.lwjgl.system.linux.X11
-
Polygon shapes
- Configuration<T> - Class in org.lwjgl.system
-
This class can be used to programmatically set the LWJGL runtime configuration.
- ConfigureNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ConfigureRequest - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ControlMapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- ControlMask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- Convex - Static variable in class org.lwjgl.system.linux.X11
-
Polygon shapes
- CoordModeOrigin - Static variable in class org.lwjgl.system.linux.X11
-
CoordinateMode for drawing routines
- CoordModePrevious - Static variable in class org.lwjgl.system.linux.X11
-
CoordinateMode for drawing routines
- CopyFromParent - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- CoreFoundation - Class in org.lwjgl.system.macosx
-
Native bindings to <CoreFoundation.h>.
- create() - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.MemoryStack
-
Creates a new
MemoryStack
with the default size. - create() - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.MemoryStack
-
Creates a new
MemoryStack
with the specified size. - create(int) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated withBufferUtils
. - create(long) - Static method in class org.lwjgl.system.linux.Visual
- create(long) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.linux.XVisualInfo
- create(long) - Static method in class org.lwjgl.system.macosx.EnumerationMutationHandler
-
Creates a
EnumerationMutationHandler
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.DEVMODE
- create(long) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.MSG
- create(long) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.POINT
- create(long) - Static method in class org.lwjgl.system.windows.POINTFLOAT
- create(long) - Static method in class org.lwjgl.system.windows.POINTL
- create(long) - Static method in class org.lwjgl.system.windows.RECT
- create(long) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
- create(long) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance for the specified memory address ornull
if the address isNULL
. - create(long) - Static method in class org.lwjgl.system.windows.WindowProc
-
Creates a
WindowProc
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
- create(long, int) - Static method in class org.lwjgl.PointerBuffer
-
Creates a new PointerBuffer that starts at the specified memory address and has the specified capacity.
- create(long, int) - Static method in class org.lwjgl.system.linux.Visual
-
Create a
Visual.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Create a
XSetWindowAttributes.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Create a
XVisualInfo.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Create a
ObjCMethodDescription.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Create a
ObjCPropertyAttribute.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Create a
DEVMODE.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Create a
DISPLAY_DEVICE.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Create a
GLYPHMETRICSFLOAT.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Create a
MONITORINFOEX.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.MSG
-
Create a
MSG.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Create a
PIXELFORMATDESCRIPTOR.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.POINT
-
Create a
POINT.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Create a
POINTFLOAT.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.POINTL
-
Create a
POINTL.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.RECT
-
Create a
RECT.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Create a
SECURITY_ATTRIBUTES.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Create a
TOUCHINPUT.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Create a
WINDOWPLACEMENT.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Create a
WNDCLASSEX.Buffer
instance at the specified memory. - create(String) - Static method in class org.lwjgl.system.macosx.MacOSXLibrary
- create(String) - Static method in class org.lwjgl.system.macosx.MacOSXLibraryBundle
- create(ByteBuffer) - Static method in class org.lwjgl.PointerBuffer
-
Creates a new PointerBuffer using the specified ByteBuffer as its pointer data source.
- create(EnumerationMutationHandlerI) - Static method in class org.lwjgl.system.macosx.EnumerationMutationHandler
-
Creates a
EnumerationMutationHandler
instance that delegates to the specifiedEnumerationMutationHandlerI
instance. - create(WindowProcI) - Static method in class org.lwjgl.system.windows.WindowProc
-
Creates a
WindowProc
instance that delegates to the specifiedWindowProcI
instance. - createByteBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-ordered bytebuffer with the specified capacity.
- createCharBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-order charbuffer with the specified number of elements.
- createDoubleBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-order doublebuffer with the specified number of elements.
- createFloatBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-order floatbuffer with the specified number of elements.
- createIntBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-order intbuffer with the specified number of elements.
- createLongBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-order longbuffer with the specified number of elements.
- CreateNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- createPointerBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a PointerBuffer with the specified number of elements.
- createShortBuffer(int) - Static method in class org.lwjgl.BufferUtils
-
Allocates a direct native-order shortbuffer with the specified number of elements.
- CreateWindowEx - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- CreateWindowEx(int, CharSequence, CharSequence, int, int, int, int, int, long, long, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Creates an overlapped, pop-up, or child window with an extended window style; otherwise, this function is identical to the CreateWindow function.
- CreateWindowEx(int, ByteBuffer, ByteBuffer, int, int, int, int, int, long, long, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Creates an overlapped, pop-up, or child window with an extended window style; otherwise, this function is identical to the CreateWindow function.
- cRedBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cRedBits
field. - cRedBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cRedBits
field. - cRedBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cRedBits
field. - cRedBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cRedBits
field. - cRedShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cRedShift
field. - cRedShift() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cRedShift
field. - cRedShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cRedShift
field. - cRedShift(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cRedShift
field. - CS_BYTEALIGNCLIENT - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_BYTEALIGNWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_CLASSDC - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_DBLCLKS - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_DROPSHADOW - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_GLOBALCLASS - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_HREDRAW - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_IME - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_NOCLOSE - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_OWNDC - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_PARENTDC - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_SAVEBITS - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- CS_VREDRAW - Static variable in class org.lwjgl.system.windows.User32
-
Class styles
- cStencilBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
cStencilBits
field. - cStencilBits() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
cStencilBits
field. - cStencilBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
cStencilBits
field. - cStencilBits(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
cStencilBits
field. - CurrentTime - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- cursor() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
cursor
field. - cursor() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
cursor
field. - cursor(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
cursor
field. - cursor(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
cursor
field. - CustomBuffer<SELF extends CustomBuffer<SELF>> - Class in org.lwjgl.system
-
Base class of custom buffers with an API that mirrors
java.nio
for convenience. - CW_USEDEFAULT - Static variable in class org.lwjgl.system.windows.User32
-
May be used in
User32.CreateWindowEx(int, java.nio.ByteBuffer, java.nio.ByteBuffer, int, int, int, int, int, long, long, long, long)
for the x, y, width, height parameters. - CWBackingPixel - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBackingPlanes - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBackingStore - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBackPixel - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBackPixmap - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBitGravity - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBorderPixel - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWBorderPixmap - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWColormap - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWCursor - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWDontPropagate - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWEventMask - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWOverrideRedirect - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWSaveUnder - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- CWWinGravity - Static variable in class org.lwjgl.system.linux.X11
-
Window attributes for CreateWindow and ChangeWindowAttributes
- cxContact() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
cxContact
field. - cxContact() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
cxContact
field. - cyContact() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
cyContact
field. - cyContact() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
cyContact
field.
D
- DBT_APPYBEGIN - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DBT_APPYEND - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DBT_CONFIGCHANGECANCELED - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DBT_CONFIGCHANGED - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DBT_DEVNODES_CHANGED - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DBT_MONITORCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DBT_QUERYCHANGECONFIG - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_DEVICECHANGE
messagewParam
params. - DC_CALL_C_ARM_ARM - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ARM_ARM_EABI - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ARM_ARMHF - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ARM_THUMB - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ARM_THUMB_EABI - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ARM64 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_DEFAULT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ELLIPSIS - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_ELLIPSIS_VARARGS - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_MIPS32_EABI - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_MIPS32_O32 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_MIPS64_N32 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_MIPS64_N64 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_PPC32_DARWIN - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_PPC32_LINUX - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_PPC32_OSX - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_PPC32_SYSV - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_PPC64 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_PPC64_LINUX - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_SPARC32 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_SPARC64 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X64_SYSV - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X64_WIN64 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_CDECL - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_PLAN9 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_WIN32_FAST_GNU - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_WIN32_FAST_MS - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_WIN32_STD - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_WIN32_THIS_GNU - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_C_X86_WIN32_THIS_MS - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_SYS_DEFAULT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_SYS_PPC32 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_SYS_PPC64 - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_SYS_X86_INT80H_BSD - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_CALL_SYS_X86_INT80H_LINUX - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Supported calling convention modes.
- DC_ERROR_NONE - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Error codes.
- DC_ERROR_UNSUPPORTED_MODE - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Error codes.
- DC_FALSE - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Boolean values.
- DC_SIGCHAR_BOOL - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_CHAR - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_DOUBLE - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_ENDARG - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_FLOAT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_INT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_LONG - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_LONGLONG - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_POINTER - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_SHORT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_STRING - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_STRUCT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_UCHAR - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_UINT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_ULONG - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_ULONGLONG - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_USHORT - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_SIGCHAR_VOID - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Signatures.
- DC_TRUE - Static variable in class org.lwjgl.system.dyncall.DynCall
-
Boolean values.
- dcArgBool(long, int) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
bool
argument. - dcArgChar(long, byte) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
char
argument. - dcArgDouble(long, double) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
double
argument. - dcArgFloat(long, float) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
float
argument. - dcArgInt(long, int) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds an
int
argument. - dcArgLong(long, int) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
long
argument. - dcArgLongLong(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
long long
argument. - dcArgPointer(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a pointer argument.
- dcArgShort(long, short) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a
short
argument. - dcArgStruct(long, long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Binds a struct argument.
- DCB_SIGCHAR_CC_ELLIPSIS - Static variable in class org.lwjgl.system.dyncall.DynCallback
-
Callback signatures.
- DCB_SIGCHAR_CC_FASTCALL_GNU - Static variable in class org.lwjgl.system.dyncall.DynCallback
-
Callback signatures.
- DCB_SIGCHAR_CC_FASTCALL_MS - Static variable in class org.lwjgl.system.dyncall.DynCallback
-
Callback signatures.
- DCB_SIGCHAR_CC_PREFIX - Static variable in class org.lwjgl.system.dyncall.DynCallback
-
Callback signatures.
- DCB_SIGCHAR_CC_STDCALL - Static variable in class org.lwjgl.system.dyncall.DynCallback
-
Callback signatures.
- DCB_SIGCHAR_CC_THISCALL_MS - Static variable in class org.lwjgl.system.dyncall.DynCallback
-
Callback signatures.
- dcbArgBool(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
bool
argument. - dcbArgChar(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
char
argument. - dcbArgDouble(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
double
argument. - dcbArgFloat(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
float
argument. - dcbArgInt(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
int
argument. - dcbArgLong(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
long
argument. - dcbArgLongLong(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
long long
argument. - dcbArgPointer(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
pointer
argument. - dcbArgShort(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
short
argument. - dcbArgUChar(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
unsigned char
argument. - dcbArgUInt(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
unsigned int
argument. - dcbArgULong(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
unsigned long
argument. - dcbArgULongLong(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
unsigned long long
argument. - dcbArgUShort(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns the next
unsigned short
argument. - dcbFreeCallback(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Destroys and frees the callback object.
- dcbGetUserData(long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Returns a pointer to the
userdata
passed to the callback object on creation or initialization. - dcbInitCallback(long, CharSequence, long, long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
(Re)initializes a callback object.
- dcbInitCallback(long, ByteBuffer, long, long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
(Re)initializes a callback object.
- dcbNewCallback(CharSequence, long, long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Creates and initializes a new
Callback
object. - dcbNewCallback(ByteBuffer, long, long) - Static method in class org.lwjgl.system.dyncall.DynCallback
-
Creates and initializes a new
Callback
object. - dcCallBool(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallChar(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallDouble(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallFloat(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallInt(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallLong(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallLongLong(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallPointer(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallShort(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallStruct(long, long, long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCallVoid(long, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Calls the function specified by
funcptr
with the arguments bound to theCallVM
and returns. - dcCloseStruct(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Completes the struct definition.
- dcDefineStruct(CharSequence) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Creates a new struct type using a signature string.
- dcDefineStruct(ByteBuffer) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Creates a new struct type using a signature string.
- dcFree(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Frees a
CallVM
object. - dcFreeStruct(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Frees the specified struct object.
- dcGetError(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Returns the most recent error state code.
- dcMode(long, int) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Sets the calling convention to use.
- dcNewCallVM(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Creates a new
CallVM
object. - dcNewStruct(long, int) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Creates a new struct type.
- dcReset(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Resets the internal stack of arguments and prepares it for a new call.
- dcStructAlignment(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Returns the alignment, in bytes, of the specified struct.
- dcStructField(long, int, int, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Adds a field to the specified struct.
- dcStructSize(long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Returns the size, in bytes, of the specified struct.
- dcSubStruct(long, long, int, long) - Static method in class org.lwjgl.system.dyncall.DynCall
-
Adds a nested struct to the specified struct
- DEBUG - Static variable in class org.lwjgl.system.Checks
-
Debug mode flag.
- DEBUG - Static variable in class org.lwjgl.system.Configuration
-
Set to true to enable LWJGL's debug mode.
- DEBUG_FUNCTIONS - Static variable in class org.lwjgl.system.Checks
-
Debug functions flag.
- DEBUG_FUNCTIONS - Static variable in class org.lwjgl.system.Configuration
-
When enabled, capabilities classes will print an error message when they fail to retrieve a function pointer.
- DEBUG_LOADER - Static variable in class org.lwjgl.system.Configuration
-
When enabled, ShaderLibraryLoader exceptions will be printed to the
Configuration.DEBUG_STREAM
. - DEBUG_MEMORY_ALLOCATOR - Static variable in class org.lwjgl.system.Configuration
-
Set to true to enable LWJGL's debug mode for the
MemoryUtil
explicit memory management API (memAlloc
/memFree
/etc). - DEBUG_STACK - Static variable in class org.lwjgl.system.Configuration
-
Set to true to enable LWJGL's debug mode for the
MemoryStack
. - DEBUG_STREAM - Static variable in class org.lwjgl.system.APIUtil
-
The
PrintStream
used by LWJGL to print debug information and non-fatal errors. - DEBUG_STREAM - Static variable in class org.lwjgl.system.Configuration
-
Can be set to override the default
APIUtil.DEBUG_STREAM
. - DefaultBlanking - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- DefaultExposures - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- DefWindowProc - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- DefWindowProc(long, int, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Calls the default window procedure to provide default processing for any window messages that an application does not process.
- depth() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
depth
field. - depth() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
depth
field. - depth(int) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
depth
field. - depth(int) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
depth
field. - DescribePixelFormat - Static variable in class org.lwjgl.system.windows.GDI32.Functions
-
Function address.
- DescribePixelFormat(long, int, int, PIXELFORMATDESCRIPTOR) - Static method in class org.lwjgl.system.windows.GDI32
-
Obtains information about the pixel format identified by pixelFormat of the device associated with dc.
- DescribePixelFormat(long, int, PIXELFORMATDESCRIPTOR) - Static method in class org.lwjgl.system.windows.GDI32
-
Obtains information about the pixel format identified by pixelFormat of the device associated with dc.
- DestroyNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- DestroyWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- DestroyWindow(long) - Static method in class org.lwjgl.system.windows.User32
-
Destroys the specified window.
- DeviceID() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Returns a
ByteBuffer
view of theDeviceID
field. - DeviceID() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a
ByteBuffer
view of theDeviceID
field. - DeviceIDString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Decodes the null-terminated string stored in the
DeviceID
field. - DeviceIDString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Decodes the null-terminated string stored in the
DeviceID
field. - DeviceKey() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Returns a
ByteBuffer
view of theDeviceKey
field. - DeviceKey() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a
ByteBuffer
view of theDeviceKey
field. - DeviceKeyString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Decodes the null-terminated string stored in the
DeviceKey
field. - DeviceKeyString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Decodes the null-terminated string stored in the
DeviceKey
field. - DeviceName() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Returns a
ByteBuffer
view of theDeviceName
field. - DeviceName() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a
ByteBuffer
view of theDeviceName
field. - DeviceNameString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Decodes the null-terminated string stored in the
DeviceName
field. - DeviceNameString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Decodes the null-terminated string stored in the
DeviceName
field. - DeviceString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Returns a
ByteBuffer
view of theDeviceString
field. - DeviceString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a
ByteBuffer
view of theDeviceString
field. - DeviceStringString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Decodes the null-terminated string stored in the
DeviceString
field. - DeviceStringString() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Decodes the null-terminated string stored in the
DeviceString
field. - DEVMODE - Class in org.lwjgl.system.windows
-
Contains information about the initialization and environment of a printer or a display device.
- DEVMODE(ByteBuffer) - Constructor for class org.lwjgl.system.windows.DEVMODE
-
Creates a
DEVMODE
instance at the current position of the specifiedByteBuffer
container. - DEVMODE.Buffer - Class in org.lwjgl.system.windows
-
An array of
DEVMODE
structs. - DISABLE_CHECKS - Static variable in class org.lwjgl.system.Configuration
-
Set to true to disable LWJGL's basic checks.
- DisableScreenInterval - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- DisableScreenSaver - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- DISP_CHANGE_BADDUALVIEW - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_BADFLAGS - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_BADMODE - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_BADPARAM - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_FAILED - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_NOTUPDATED - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_RESTART - Static variable in class org.lwjgl.system.windows.User32
- DISP_CHANGE_SUCCESSFUL - Static variable in class org.lwjgl.system.windows.User32
- DispatchMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- DispatchMessage(MSG) - Static method in class org.lwjgl.system.windows.User32
-
Dispatches a message to a window procedure.
- DISPLAY_DEVICE - Class in org.lwjgl.system.windows
-
Receives information about the display device specified by the
iDevNum
parameter of theUser32.EnumDisplayDevices(java.nio.ByteBuffer, int, org.lwjgl.system.windows.DISPLAY_DEVICE, int)
function. - DISPLAY_DEVICE(ByteBuffer) - Constructor for class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Creates a
DISPLAY_DEVICE
instance at the current position of the specifiedByteBuffer
container. - DISPLAY_DEVICE_ACTIVE - Static variable in class org.lwjgl.system.windows.GDI32
-
Child display device state flags.
- DISPLAY_DEVICE_ATTACHED - Static variable in class org.lwjgl.system.windows.GDI32
-
Child display device state flags.
- DISPLAY_DEVICE_ATTACHED_TO_DESKTOP - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_DISCONNECT - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_MIRRORING_DRIVER - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_MODESPRUNED - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_MULTI_DRIVER - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_PRIMARY_DEVICE - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_REMOTE - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_REMOVABLE - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_TS_COMPATIBLE - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_UNSAFE_MODES_ON - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE_VGA_COMPATIBLE - Static variable in class org.lwjgl.system.windows.GDI32
-
Display device state flags.
- DISPLAY_DEVICE.Buffer - Class in org.lwjgl.system.windows
-
An array of
DISPLAY_DEVICE
structs. - dlclose(long) - Static method in class org.lwjgl.system.linux.DynamicLinkLoader
-
Decrements the reference count on the dynamic library handle handle.
- dlclose(long) - Static method in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Closes a dynamic library or bundle.
- dlerror() - Static method in class org.lwjgl.system.linux.DynamicLinkLoader
-
Returns a human readable string describing the most recent error that occurred from
DynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
,DynamicLinkLoader.dlsym(long, java.nio.ByteBuffer)
orDynamicLinkLoader.dlclose(long)
since the last call todlerror()
. - dlerror() - Static method in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Provides diagnostic information corresponding to problems with calls to
DynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
,DynamicLinkLoader.dlsym(long, java.nio.ByteBuffer)
, andDynamicLinkLoader.dlclose(long)
in the same thread. - dlFindSymbol(long, CharSequence) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Returns a pointer to a symbol with name
pSymbolName
in the library with handlepLib
, or returns a null pointer if the symbol cannot be found. - dlFindSymbol(long, ByteBuffer) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Returns a pointer to a symbol with name
pSymbolName
in the library with handlepLib
, or returns a null pointer if the symbol cannot be found. - dlFreeLibrary(long) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Frees a loaded library.
- dlLoadLibrary(CharSequence) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Loads a dynamic library at
libpath
and returns a handle to it. - dlLoadLibrary(ByteBuffer) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Loads a dynamic library at
libpath
and returns a handle to it. - dlopen(CharSequence, int) - Static method in class org.lwjgl.system.linux.DynamicLinkLoader
-
Loads the dynamic library file named by the null-terminated string
filename
and returns an opaque "handle" for the dynamic library. - dlopen(CharSequence, int) - Static method in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Loads and links a dynamic library or bundle.
- dlopen(ByteBuffer, int) - Static method in class org.lwjgl.system.linux.DynamicLinkLoader
-
Loads the dynamic library file named by the null-terminated string
filename
and returns an opaque "handle" for the dynamic library. - dlopen(ByteBuffer, int) - Static method in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Loads and links a dynamic library or bundle.
- dlsym(long, CharSequence) - Static method in class org.lwjgl.system.linux.DynamicLinkLoader
-
Takes a "handle" of a dynamic library returned by
DynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
and the null-terminated symbol name, returning the address where that symbol is loaded into memory. - dlsym(long, CharSequence) - Static method in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Returns the address of a symbol.
- dlsym(long, ByteBuffer) - Static method in class org.lwjgl.system.linux.DynamicLinkLoader
-
Takes a "handle" of a dynamic library returned by
DynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
and the null-terminated symbol name, returning the address where that symbol is loaded into memory. - dlsym(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Returns the address of a symbol.
- dlSymsCleanup(long) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Frees the specified
DLSyms
object. - dlSymsCount(long) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Returns the number of symbols exported by the specified library.
- dlSymsInit(CharSequence) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Creates a new
DLSyms
object. - dlSymsInit(ByteBuffer) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Creates a new
DLSyms
object. - dlSymsName(long, int) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Returns the symbol name exported by the specified library at the specified index.
- dlSymsNameFromValue(long, long) - Static method in class org.lwjgl.system.dyncall.DynLoad
-
Returns the symbol name exported by the specified library at the specified address.
- DM_BITSPERPEL - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_COLLATE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_COLOR - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_COPIES - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DEFAULTSOURCE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DISPLAYFIXEDOUTPUT - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DISPLAYFLAGS - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DISPLAYFREQUENCY - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DISPLAYORIENTATION - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DITHERTYPE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_DUPLEX - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_FORMNAME - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_ICMINTENT - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_ICMMETHOD - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_INTERLACED - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayFlags
flags. - DM_LOGPIXELS - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_MEDIATYPE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_NUP - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_ORIENTATION - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PANNINGHEIGHT - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PANNINGWIDTH - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PAPERLENGTH - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PAPERSIZE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PAPERWIDTH - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PELSHEIGHT - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PELSWIDTH - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_POSITION - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_PRINTQUALITY - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_SCALE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_SPECVERSION - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
specification version. - DM_TTOPTION - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - DM_YRESOLUTION - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
field selection bits. - dmBitsPerPel() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmBitsPerPel
field. - dmBitsPerPel() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmBitsPerPel
field. - dmCollate() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmCollate
field. - dmCollate() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmCollate
field. - dmColor() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmColor
field. - dmColor() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmColor
field. - dmCopies() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmCopies
field. - dmCopies() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmCopies
field. - dmDefaultSource() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDefaultSource
field. - dmDefaultSource() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDefaultSource
field. - dmDeviceName() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns a
ByteBuffer
view of thedmDeviceName
field. - dmDeviceName() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns a
ByteBuffer
view of thedmDeviceName
field. - dmDeviceNameString() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Decodes the null-terminated string stored in the
dmDeviceName
field. - dmDeviceNameString() - Method in class org.lwjgl.system.windows.DEVMODE
-
Decodes the null-terminated string stored in the
dmDeviceName
field. - DMDFO_CENTER - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayFixedOutput
specifications. - DMDFO_DEFAULT - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayFixedOutput
specifications. - DMDFO_STRETCH - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayFixedOutput
specifications. - dmDisplayFixedOutput() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDisplayFixedOutput
field. - dmDisplayFixedOutput() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDisplayFixedOutput
field. - dmDisplayFlags() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDisplayFlags
field. - dmDisplayFlags() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDisplayFlags
field. - DMDISPLAYFLAGS_TEXTMODE - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayFlags
flags. - dmDisplayFrequency() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDisplayFrequency
field. - dmDisplayFrequency() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDisplayFrequency
field. - dmDisplayOrientation() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDisplayOrientation
field. - dmDisplayOrientation() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDisplayOrientation
field. - dmDitherType() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDitherType
field. - dmDitherType() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDitherType
field. - DMDO_180 - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayOrientation
specifications. - DMDO_270 - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayOrientation
specifications. - DMDO_90 - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayOrientation
specifications. - DMDO_DEFAULT - Static variable in class org.lwjgl.system.windows.GDI32
-
DEVMODE
dmDisplayOrientation
specifications. - dmDriverExtra() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDriverExtra
field. - dmDriverExtra() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDriverExtra
field. - dmDriverExtra(short) - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Sets the specified value to the
dmDriverExtra
field. - dmDriverExtra(short) - Method in class org.lwjgl.system.windows.DEVMODE
-
Sets the specified value to the
dmDriverExtra
field. - dmDriverVersion() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDriverVersion
field. - dmDriverVersion() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDriverVersion
field. - dmDuplex() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmDuplex
field. - dmDuplex() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmDuplex
field. - dmFields() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmFields
field. - dmFields() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmFields
field. - dmFormName() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns a
ByteBuffer
view of thedmFormName
field. - dmFormName() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns a
ByteBuffer
view of thedmFormName
field. - dmFormNameString() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Decodes the null-terminated string stored in the
dmFormName
field. - dmFormNameString() - Method in class org.lwjgl.system.windows.DEVMODE
-
Decodes the null-terminated string stored in the
dmFormName
field. - dmICMIntent() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmICMIntent
field. - dmICMIntent() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmICMIntent
field. - dmICMMethod() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmICMMethod
field. - dmICMMethod() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmICMMethod
field. - dmLogPixels() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmLogPixels
field. - dmLogPixels() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmLogPixels
field. - dmMediaType() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmMediaType
field. - dmMediaType() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmMediaType
field. - dmNup() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmNup
field. - dmNup() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmNup
field. - dmOrientation() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmOrientation
field. - dmOrientation() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmOrientation
field. - dmPanningHeight() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPanningHeight
field. - dmPanningHeight() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPanningHeight
field. - dmPanningWidth() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPanningWidth
field. - dmPanningWidth() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPanningWidth
field. - dmPaperLength() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPaperLength
field. - dmPaperLength() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPaperLength
field. - dmPaperSize() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPaperSize
field. - dmPaperSize() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPaperSize
field. - dmPaperWidth() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPaperWidth
field. - dmPaperWidth() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPaperWidth
field. - dmPelsHeight() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPelsHeight
field. - dmPelsHeight() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPelsHeight
field. - dmPelsWidth() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPelsWidth
field. - dmPelsWidth() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPelsWidth
field. - dmPosition() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns a
POINTL
view of thedmPosition
field. - dmPosition() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns a
POINTL
view of thedmPosition
field. - dmPrintQuality() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmPrintQuality
field. - dmPrintQuality() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmPrintQuality
field. - dmReserved1() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmReserved1
field. - dmReserved1() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmReserved1
field. - dmReserved2() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmReserved2
field. - dmReserved2() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmReserved2
field. - dmScale() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmScale
field. - dmScale() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmScale
field. - dmSize() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmSize
field. - dmSize() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmSize
field. - dmSize(short) - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Sets the specified value to the
dmSize
field. - dmSize(short) - Method in class org.lwjgl.system.windows.DEVMODE
-
Sets the specified value to the
dmSize
field. - dmSpecVersion() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmSpecVersion
field. - dmSpecVersion() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmSpecVersion
field. - dmSpecVersion(short) - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Sets the specified value to the
dmSpecVersion
field. - dmSpecVersion(short) - Method in class org.lwjgl.system.windows.DEVMODE
-
Sets the specified value to the
dmSpecVersion
field. - dmTTOption() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmTTOption
field. - dmTTOption() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmTTOption
field. - dmYResolution() - Method in class org.lwjgl.system.windows.DEVMODE.Buffer
-
Returns the value of the
dmYResolution
field. - dmYResolution() - Method in class org.lwjgl.system.windows.DEVMODE
-
Returns the value of the
dmYResolution
field. - do_not_propagate_mask() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
do_not_propagate_mask
field. - do_not_propagate_mask() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
do_not_propagate_mask
field. - do_not_propagate_mask(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
do_not_propagate_mask
field. - do_not_propagate_mask(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
do_not_propagate_mask
field. - DontAllowExposures - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- DontPreferBlanking - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- doubles(double) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocDouble(int)
. - doubles(double...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocDouble(int)
. - doubles(double, double) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocDouble(int)
. - doubles(double, double, double) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocDouble(int)
. - doubles(double, double, double, double) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocDouble(int)
. - duplicate() - Method in class org.lwjgl.system.CustomBuffer
-
Creates a new buffer that shares this buffer's content.
- dwDamageMask() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
dwDamageMask
field. - dwDamageMask() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
dwDamageMask
field. - dwDamageMask(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
dwDamageMask
field. - dwDamageMask(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
dwDamageMask
field. - dwExtraInfo() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
dwExtraInfo
field. - dwExtraInfo() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
dwExtraInfo
field. - dwFlags() - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Returns the value of the
dwFlags
field. - dwFlags() - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns the value of the
dwFlags
field. - dwFlags() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
dwFlags
field. - dwFlags() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
dwFlags
field. - dwFlags() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
dwFlags
field. - dwFlags() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
dwFlags
field. - dwFlags(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
dwFlags
field. - dwFlags(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
dwFlags
field. - dwID() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
dwID
field. - dwID() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
dwID
field. - dwLayerMask() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
dwLayerMask
field. - dwLayerMask() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
dwLayerMask
field. - dwLayerMask(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
dwLayerMask
field. - dwLayerMask(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
dwLayerMask
field. - dwMask() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
dwMask
field. - dwMask() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
dwMask
field. - dwTime() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
dwTime
field. - dwTime() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
dwTime
field. - dwVisibleMask() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
dwVisibleMask
field. - dwVisibleMask() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
dwVisibleMask
field. - dwVisibleMask(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
dwVisibleMask
field. - dwVisibleMask(int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
dwVisibleMask
field. - DynamicLinkLoader - Class in org.lwjgl.system.linux
-
Native bindings to
. - DynamicLinkLoader - Class in org.lwjgl.system.macosx
-
Native bindings to
. - DynCall - Class in org.lwjgl.system.dyncall
-
Native bindings to \"dyncall.h\".
- DynCallback - Class in org.lwjgl.system.dyncall
-
Native bindings to \"dyncall_callback.h\".
- DynLoad - Class in org.lwjgl.system.dyncall
-
Native bindings to \"dynload.h\".
E
- E2BIG - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EACCES - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EAGAIN - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EBADF - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EBUSY - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ECHILD - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EDD_GET_DEVICE_INTERFACE_NAME - Static variable in class org.lwjgl.system.windows.User32
- EDEADLK - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EDEADLOCK - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EDOM - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EDS_RAWMODE - Static variable in class org.lwjgl.system.windows.User32
- EDS_ROTATEDMODE - Static variable in class org.lwjgl.system.windows.User32
- EEXIST - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EFAULT - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EFBIG - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EGL_EXPLICIT_INIT - Static variable in class org.lwjgl.system.Configuration
-
By default, LWJGL will automatically initialize the EGL library, when it is first accessed.
- EGL_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the EGL library (org.lwjgl.egl.libname). - EILSEQ - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EINTR - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EINVAL - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EIO - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EISDIR - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EMFILE - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EMLINK - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENAMETOOLONG - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- encode(CharSequence, boolean) - Method in interface org.lwjgl.system.APIUtil.Encoder
- ENFILE - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENODEV - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOENT - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOEXEC - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOLCK - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOMEM - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOSPC - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOSYS - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOTDIR - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOTEMPTY - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ENOTTY - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EnterNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- EnterWindowMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ENUM_CURRENT_SETTINGS - Static variable in class org.lwjgl.system.windows.User32
- ENUM_REGISTRY_SETTINGS - Static variable in class org.lwjgl.system.windows.User32
- EnumDisplayDevices - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- EnumDisplayDevices(CharSequence, int, DISPLAY_DEVICE, int) - Static method in class org.lwjgl.system.windows.User32
-
Obtains information about the display devices in the current session.
- EnumDisplayDevices(ByteBuffer, int, DISPLAY_DEVICE, int) - Static method in class org.lwjgl.system.windows.User32
-
Obtains information about the display devices in the current session.
- EnumDisplaySettingsEx - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- EnumDisplaySettingsEx(CharSequence, int, DEVMODE, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves information about one of the graphics modes for a display device.
- EnumDisplaySettingsEx(ByteBuffer, int, DEVMODE, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves information about one of the graphics modes for a display device.
- EnumerationMutationHandler - Class in org.lwjgl.system.macosx
-
A mutation handler.
- EnumerationMutationHandlerI - Interface in org.lwjgl.system.macosx
-
A mutation handler.
- ENXIO - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EPERM - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EPIPE - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- equals(Object) - Method in class org.lwjgl.PointerBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class org.lwjgl.system.Callback
- equals(Object) - Method in class org.lwjgl.system.Pointer.Default
- ERANGE - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EROFS - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- errno() - Static method in class org.lwjgl.system.libc.LibCErrno
-
Returns the integer variable
errno
, which is set by system calls and some library functions in the event of an error to indicate what went wrong. - ESPIPE - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- ESRCH - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- EvenOddRule - Static variable in class org.lwjgl.system.linux.X11
-
fillRule
- event_mask() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
event_mask
field. - event_mask() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
event_mask
field. - event_mask(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
event_mask
field. - event_mask(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
event_mask
field. - EXDEV - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- Expose - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ExposureMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ext_data() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
ext_data
field. - ext_data() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
ext_data
field. - ext_data(long) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
ext_data
field. - ext_data(long) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
ext_data
field.
F
- False - Static variable in class org.lwjgl.system.linux.X11
-
Boolean values
- FALSE - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Boolean values.
- FALSE - Static variable in class org.lwjgl.system.windows.WinBase
-
BOOL return values.
- FillOpaqueStippled - Static variable in class org.lwjgl.system.linux.X11
-
fillStyle
- FillSolid - Static variable in class org.lwjgl.system.linux.X11
-
fillStyle
- FillStippled - Static variable in class org.lwjgl.system.linux.X11
-
fillStyle
- FillTiled - Static variable in class org.lwjgl.system.linux.X11
-
fillStyle
- flags() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Returns the value of the
flags
field. - flags() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns the value of the
flags
field. - flags(int) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Sets the specified value to the
flags
field. - flags(int) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Sets the specified value to the
flags
field. - flip() - Method in class org.lwjgl.system.CustomBuffer
-
Flips this buffer.
- floats(float) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocFloat(int)
. - floats(float...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocFloat(int)
. - floats(float, float) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocFloat(int)
. - floats(float, float, float) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocFloat(int)
. - floats(float, float, float, float) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocFloat(int)
. - FocusChangeMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- FocusIn - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- FocusOut - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- free() - Method in class org.lwjgl.system.Callback
- free() - Method in class org.lwjgl.system.CustomBuffer
-
Frees the buffer allocation.
- free() - Method in class org.lwjgl.system.linux.LinuxLibrary
- free() - Method in class org.lwjgl.system.macosx.MacOSXLibraryBundle
- free() - Method in class org.lwjgl.system.macosx.MacOSXLibraryDL
- free() - Method in interface org.lwjgl.system.NativeResource
-
Frees any native resources held by this object.
- free() - Method in class org.lwjgl.system.SharedLibrary.Delegate
- free() - Method in class org.lwjgl.system.Struct
-
Frees the struct allocation.
- free() - Method in class org.lwjgl.system.windows.WindowsLibrary
- free(long) - Static method in class org.lwjgl.system.Callback
-
Frees any resources held by the specified function pointer.
- free(long) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Called by
MemoryUtil.memFree(java.nio.Buffer)
. - free(ByteBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - free(DoubleBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - free(FloatBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - free(IntBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - free(LongBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - free(ShortBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - free(PointerBuffer) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Frees the memory space pointed to by
ptr
, which must have been returned by a previous call toLibCStdlib.malloc(long)
,LibCStdlib.calloc(long, long)
, orLibCStdlib.realloc(java.nio.ByteBuffer, long)
. - FreeLibrary(long) - Static method in class org.lwjgl.system.windows.WinBase
-
Frees the loaded dynamic-link library (DLL) module and, if necessary, decrements its reference count.
- FunctionProvider - Interface in org.lwjgl.system
-
A provider of native function addresses.
- FunctionProviderLocal - Interface in org.lwjgl.system
-
A platform/device/context specific provider of native function addresses.
G
- GCArcMode - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCBackground - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCCapStyle - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCClipMask - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCClipXOrigin - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCClipYOrigin - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCDashList - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCDashOffset - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCFillRule - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCFillStyle - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCFont - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCForeground - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCFunction - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCGraphicsExposures - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCJoinStyle - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCL_CBCLSEXTRA - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_CBWNDEXTRA - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_HBRBACKGROUND - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_HCURSOR - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_HICON - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_HICONSM - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_HMODULE - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_MENUNAME - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_STYLE - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCL_WNDPROC - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GCLastBit - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCLineStyle - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCLineWidth - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCPlaneMask - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCStipple - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCSubwindowMode - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCTile - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCTileStipXOrigin - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCTileStipYOrigin - Static variable in class org.lwjgl.system.linux.X11
-
GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into GC.stateChanges
- GCW_ATOM - Static variable in class org.lwjgl.system.windows.User32
-
Class field offsets for
User32.GetClassLongPtr(long, int)
. - GDI32 - Class in org.lwjgl.system.windows
-
Native bindings to wingdi.h and gdi32.dll.
- GDI32.Functions - Class in org.lwjgl.system.windows
-
Contains the function pointers loaded from the gdi32
SharedLibrary
. - GenericEvent - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- get() - Method in class org.lwjgl.PointerBuffer
-
Relative get method.
- get() - Method in class org.lwjgl.system.Configuration
-
Returns the option value.
- get() - Static method in enum org.lwjgl.system.Platform
-
Returns the platform on which the library is running.
- get() - Method in class org.lwjgl.system.StructBuffer
-
Relative get method.
- get(int) - Method in class org.lwjgl.PointerBuffer
-
Absolute get method.
- get(int) - Method in class org.lwjgl.system.StructBuffer
-
Absolute get method.
- get(int, T) - Method in class org.lwjgl.system.StructBuffer
-
Absolute get method.
- get(long) - Static method in class org.lwjgl.system.Callback
-
Converts the specified function pointer to the
CallbackI
instance associated with it. - get(long[]) - Method in class org.lwjgl.PointerBuffer
-
Relative bulk get method.
- get(long[], int, int) - Method in class org.lwjgl.PointerBuffer
-
Relative bulk get method.
- get(ByteBuffer) - Static method in class org.lwjgl.PointerBuffer
-
Convenience relative get from a source ByteBuffer.
- get(ByteBuffer, int) - Static method in class org.lwjgl.PointerBuffer
-
Convenience absolute get from a source ByteBuffer.
- get(T) - Method in class org.lwjgl.system.Configuration
-
Returns the option value.
- get(T) - Method in class org.lwjgl.system.StructBuffer
-
Relative get method.
- getAddress() - Method in class org.lwjgl.system.MemoryStack
-
Returns the address of the backing off-heap memory.
- getAlignedAlloc() - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Returns a pointer to the aligned_alloc function.
- getAlignedFree() - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Returns a pointer to the aligned_free function.
- getAllocator() - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the
MemoryUtil.MemoryAllocator
instance used internally by the explicit memory management API (MemoryUtil.memAlloc(int)
,MemoryUtil.memFree(java.nio.Buffer)
, etc). - getByteBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a ByteBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getByteBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a ByteBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- getCalloc() - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Returns a pointer to the calloc function.
- GetClassLongPtr - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetClassLongPtr(long, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves the specified value from the
WNDCLASSEX
structure associated with the specified window. - GetCursorPos - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetCursorPos(POINT) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves the position of the mouse cursor, in screen coordinates.
- GetDC - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetDC(long) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves a handle to a device context (DC) for the client area of a specified window or for the entire screen.
- getDoubleBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a DoubleBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getDoubleBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a DoubleBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- getErrno() - Static method in class org.lwjgl.system.libc.LibCErrno
-
Returns the integer variable
errno
, which is set by system calls and some library functions in the event of an error to indicate what went wrong. - getFloatBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a FloatBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getFloatBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a FloatBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- getFrameIndex() - Method in class org.lwjgl.system.MemoryStack
-
Returns the current frame index.
- getFree() - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Returns a pointer to the free function.
- getFunctionAddress(long, CharSequence) - Method in interface org.lwjgl.system.FunctionProviderLocal
-
CharSequence
version ofFunctionProviderLocal.getFunctionAddress(long, ByteBuffer)
. - getFunctionAddress(long, ByteBuffer) - Method in interface org.lwjgl.system.FunctionProviderLocal
-
Returns the function address of the specified function for the specified
handle
. - getFunctionAddress(CharSequence) - Method in interface org.lwjgl.system.FunctionProvider
-
CharSequence
version ofFunctionProvider.getFunctionAddress(ByteBuffer)
. - getFunctionAddress(ByteBuffer) - Method in interface org.lwjgl.system.FunctionProvider
-
Returns the function address of the specified function.
- getFunctionAddress(ByteBuffer) - Method in class org.lwjgl.system.linux.LinuxLibrary
- getFunctionAddress(ByteBuffer) - Method in class org.lwjgl.system.macosx.MacOSXLibraryBundle
- getFunctionAddress(ByteBuffer) - Method in class org.lwjgl.system.macosx.MacOSXLibraryDL
- getFunctionAddress(ByteBuffer) - Method in class org.lwjgl.system.windows.WindowsLibrary
- getIntBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a IntBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getIntBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a IntBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- getLastError() - Static method in class org.lwjgl.system.windows.WinBase
-
Retrieves the calling thread's last-error code value.
- GetLastError() - Static method in class org.lwjgl.system.windows.WinBase
-
Retrieves the calling thread's last-error code value.
- getLibrary() - Static method in class org.lwjgl.system.linux.X11
-
Returns the X11
SharedLibrary
. - getLibrary() - Static method in class org.lwjgl.system.macosx.LibSystem
-
Returns the System
SharedLibrary
. - getLibrary() - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the objc
SharedLibrary
. - getLibrary() - Static method in class org.lwjgl.system.windows.GDI32
-
Returns the gdi32
SharedLibrary
. - getLibrary() - Static method in class org.lwjgl.system.windows.User32
-
Returns the user32
SharedLibrary
. - getLongBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a LongBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getLongBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a LongBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- getMalloc() - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Returns a pointer to the malloc function.
- GetMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetMessage(MSG, long, int, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves a message from the calling thread's message queue.
- GetModuleHandle(CharSequence) - Static method in class org.lwjgl.system.windows.WinBase
-
Retrieves a module handle for the specified module.
- GetModuleHandle(ByteBuffer) - Static method in class org.lwjgl.system.windows.WinBase
-
Retrieves a module handle for the specified module.
- GetMonitorInfo - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetMonitorInfo(long, MONITORINFOEX) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves information about a display monitor.
- getName() - Method in enum org.lwjgl.system.Platform
-
Returns the platform name.
- getName() - Method in class org.lwjgl.system.SharedLibrary.Default
- getName() - Method in class org.lwjgl.system.SharedLibrary.Delegate
- getName() - Method in interface org.lwjgl.system.SharedLibrary
-
Returns the library name.
- getpid - Static variable in class org.lwjgl.system.macosx.LibC.Functions
-
Function address.
- getpid() - Static method in class org.lwjgl.system.macosx.LibC
-
Returns the process ID of the calling process.
- GetPixelFormat - Static variable in class org.lwjgl.system.windows.GDI32.Functions
-
Function address.
- GetPixelFormat(long) - Static method in class org.lwjgl.system.windows.GDI32
-
Obtains the index of the currently selected pixel format of the specified device context.
- getPointer() - Method in class org.lwjgl.system.MemoryStack
-
Returns the current stack pointer.
- getPointerBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a PointerBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getPointerBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a PointerBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- GetProcAddress(long, CharSequence) - Static method in class org.lwjgl.system.windows.WinBase
-
Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL).
- GetProcAddress(long, ByteBuffer) - Static method in class org.lwjgl.system.windows.WinBase
-
Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL).
- getProperty() - Method in class org.lwjgl.system.Configuration
- getRealloc() - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Returns a pointer to the realloc function.
- getShortBuffer(int) - Method in class org.lwjgl.PointerBuffer
-
Returns a ShortBuffer instance that starts at the address found at the current position and has capacity equal to the specified size.
- getShortBuffer(int, int) - Method in class org.lwjgl.PointerBuffer
-
Returns a ShortBuffer instance that starts at the address found at the specified index and has capacity equal to the specified size.
- getSignature() - Method in interface org.lwjgl.system.CallbackI
-
Returns the dyncall signature for this callback function.
- getSignature() - Method in interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
- getSignature() - Method in interface org.lwjgl.system.windows.WindowProcI
- getSize() - Method in class org.lwjgl.system.MemoryStack
-
Returns the size of the backing off-heap memory.
- getStringASCII() - Method in class org.lwjgl.PointerBuffer
-
Decodes the ASCII string that starts at the address found at the current position.
- getStringASCII(int) - Method in class org.lwjgl.PointerBuffer
-
Decodes the ASCII string that starts at the address found at the specified index.
- getStringUTF16() - Method in class org.lwjgl.PointerBuffer
-
Decodes the UTF-16 string that starts at the address found at the current position.
- getStringUTF16(int) - Method in class org.lwjgl.PointerBuffer
-
Decodes the UTF-16 string that starts at the address found at the specified index.
- getStringUTF8() - Method in class org.lwjgl.PointerBuffer
-
Decodes the UTF-8 string that starts at the address found at the current position.
- getStringUTF8(int) - Method in class org.lwjgl.PointerBuffer
-
Decodes the UTF-8 string that starts at the address found at the specified index.
- GetSystemMetrics - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetSystemMetrics(int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves the specified system metric or system configuration setting.
- GetTouchInputInfo - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetTouchInputInfo(long, TOUCHINPUT.Buffer, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves detailed information about touch inputs associated with a particular touch input handle.
- getVersion() - Static method in class org.lwjgl.Version
-
Returns the LWJGL version.
- GetWindowLongPtr - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetWindowLongPtr(long, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves information about the specified window.
- GetWindowPlacement - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetWindowPlacement(long, WINDOWPLACEMENT) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves the show state and the restored, minimized, and maximized positions of the specified window.
- GetWindowRect - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- GetWindowRect(long, RECT) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves the dimensions of the bounding rectangle of the specified window.
- getWithIdentifier(String) - Static method in class org.lwjgl.system.macosx.MacOSXLibrary
- getWithIdentifier(String) - Static method in class org.lwjgl.system.macosx.MacOSXLibraryBundle
- GLFW_CHECK_THREAD0 - Static variable in class org.lwjgl.system.Configuration
-
By default, LWJGL will check if certain GLFW functions are called on the first thread of the process and fail if that is not the case.
- GLFW_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the GLFW library (org.lwjgl.glfw.libname). - GLYPHMETRICSFLOAT - Class in org.lwjgl.system.windows
-
Contains information about the placement and orientation of a glyph in a character cell.
- GLYPHMETRICSFLOAT(ByteBuffer) - Constructor for class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Creates a
GLYPHMETRICSFLOAT
instance at the current position of the specifiedByteBuffer
container. - GLYPHMETRICSFLOAT.Buffer - Class in org.lwjgl.system.windows
-
An array of
GLYPHMETRICSFLOAT
structs. - gmfBlackBoxX() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT.Buffer
-
Returns the value of the
gmfBlackBoxX
field. - gmfBlackBoxX() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns the value of the
gmfBlackBoxX
field. - gmfBlackBoxY() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT.Buffer
-
Returns the value of the
gmfBlackBoxY
field. - gmfBlackBoxY() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns the value of the
gmfBlackBoxY
field. - gmfCellIncX() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT.Buffer
-
Returns the value of the
gmfCellIncX
field. - gmfCellIncX() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns the value of the
gmfCellIncX
field. - gmfCellIncY() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT.Buffer
-
Returns the value of the
gmfCellIncY
field. - gmfCellIncY() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns the value of the
gmfCellIncY
field. - gmfptGlyphOrigin() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT.Buffer
-
Returns a
POINTFLOAT
view of thegmfptGlyphOrigin
field. - gmfptGlyphOrigin() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a
POINTFLOAT
view of thegmfptGlyphOrigin
field. - GrabFrozen - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabKeyboard reply status
- GrabInvalidTime - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabKeyboard reply status
- GrabModeAsync - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabButton, GrabKeyboard, GrabKey Modes
- GrabModeSync - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabButton, GrabKeyboard, GrabKey Modes
- GrabNotViewable - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabKeyboard reply status
- GrabSuccess - Static variable in class org.lwjgl.system.linux.X11
-
GrabPointer, GrabKeyboard reply status
- GraphicsExpose - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- GravityNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- green_mask() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
green_mask
field. - green_mask() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
green_mask
field. - green_mask() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
green_mask
field. - green_mask() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
green_mask
field. - green_mask(long) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
green_mask
field. - green_mask(long) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
green_mask
field. - green_mask(long) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
green_mask
field. - green_mask(long) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
green_mask
field. - GWL_EXSTYLE - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GWL_HINSTANCE - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GWL_HWNDPARENT - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GWL_ID - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GWL_STYLE - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GWL_USERDATA - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GWL_WNDPROC - Static variable in class org.lwjgl.system.windows.User32
-
Window field offsets for
User32.GetWindowLongPtr(long, int)
. - GXand - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXandInverted - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXandReverse - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXclear - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXcopy - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXcopyInverted - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXequiv - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXinvert - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXnand - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXnoop - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXnor - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXor - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXorInverted - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXorReverse - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXset - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
- GXxor - Static variable in class org.lwjgl.system.linux.X11
-
graphics functions, as in GC.alu
H
- hashCode() - Method in class org.lwjgl.PointerBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class org.lwjgl.system.Callback
- hashCode() - Method in class org.lwjgl.system.Pointer.Default
- hasRemaining() - Method in class org.lwjgl.system.CustomBuffer
-
Tells whether there are any elements between the current position and the limit.
- hbrBackground() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
hbrBackground
field. - hbrBackground() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
hbrBackground
field. - hbrBackground(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
hbrBackground
field. - hbrBackground(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
hbrBackground
field. - hCursor() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
hCursor
field. - hCursor() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
hCursor
field. - hCursor(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
hCursor
field. - hCursor(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
hCursor
field. - hIcon() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
hIcon
field. - hIcon() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
hIcon
field. - hIcon(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
hIcon
field. - hIcon(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
hIcon
field. - hIconSm() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
hIconSm
field. - hIconSm() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
hIconSm
field. - hIconSm(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
hIconSm
field. - hIconSm(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
hIconSm
field. - hInstance() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
hInstance
field. - hInstance() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
hInstance
field. - hInstance(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
hInstance
field. - hInstance(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
hInstance
field. - HINSTANCE - Static variable in class org.lwjgl.system.windows.WindowsLibrary
-
The LWJGL dll handle.
- hSource() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
hSource
field. - hSource() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
hSource
field. - HTBORDER - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTBOTTOM - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTBOTTOMLEFT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTBOTTOMRIGHT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTCAPTION - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTCLIENT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTCLOSE - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTERROR - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTGROWBOX - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTHELP - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTHSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTLEFT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTMAXBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTMENU - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTMINBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTNOWHERE - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTOBJECT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTREDUCE - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTRIGHT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTSIZE - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTSIZEFIRST - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTSIZELAST - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTSYSMENU - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTTOP - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTTOPLEFT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTTOPRIGHT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTTRANSPARENT - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTVSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- HTZOOM - Static variable in class org.lwjgl.system.windows.User32
-
Mouse position codes.
- hwnd() - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Returns the value of the
hwnd
field. - hwnd() - Method in class org.lwjgl.system.windows.MSG
-
Returns the value of the
hwnd
field. - hwnd(long) - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Sets the specified value to the
hwnd
field. - hwnd(long) - Method in class org.lwjgl.system.windows.MSG
-
Sets the specified value to the
hwnd
field. - HWND_BOTTOM - Static variable in class org.lwjgl.system.windows.User32
-
Virtual window handles used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
insertAfter argument. - HWND_BROADCAST - Static variable in class org.lwjgl.system.windows.User32
-
Virtual window handle used by
User32.PostMessage(long, int, long, long)
that matches all top-level windows in the system, including disabled or invisible unowned windows, overlapped windows, and pop-up windows. - HWND_NOTOPMOST - Static variable in class org.lwjgl.system.windows.User32
-
Virtual window handles used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
insertAfter argument. - HWND_TOP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual window handles used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
insertAfter argument. - HWND_TOPMOST - Static variable in class org.lwjgl.system.windows.User32
-
Virtual window handles used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
insertAfter argument.
I
- IDC_APPSTARTING - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_ARROW - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_CROSS - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_HAND - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_HELP - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_IBEAM - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_ICON - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_NO - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_SIZE - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_SIZEALL - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_SIZENESW - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_SIZENS - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_SIZENWSE - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_SIZEWE - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_UPARROW - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDC_WAIT - Static variable in class org.lwjgl.system.windows.User32
-
Standard Cursor IDs.
- IDI_APPLICATION - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_ASTERISK - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_ERROR - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_EXCLAMATION - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_HAND - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_INFORMATION - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_QUESTION - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_SHIELD - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_WARNING - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- IDI_WINLOGO - Static variable in class org.lwjgl.system.windows.User32
-
Standard Icon IDs.
- iLayerType() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
iLayerType
field. - iLayerType() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
iLayerType
field. - iLayerType(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
iLayerType
field. - iLayerType(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
iLayerType
field. - imp_getBlock - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- imp_getBlock(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the block associated with an IMP that was created using
ObjCRuntime.imp_implementationWithBlock(long)
. - imp_implementationWithBlock - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- imp_implementationWithBlock(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates a pointer to a function that calls the specified block when the method is called.
- imp_removeBlock - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- imp_removeBlock(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Disassociates a block from an IMP that was created using
ObjCRuntime.imp_implementationWithBlock(long)
, and releases the copy of the block that was created. - implementation - Variable in class org.lwjgl.system.APIUtil.APIVersion
-
Returns the API implementation-specific versioning information.
- IncludeInferiors - Static variable in class org.lwjgl.system.linux.X11
-
subwindow mode
- initialize() - Static method in class org.lwjgl.system.Library
-
Ensures that the LWJGL shared library has been loaded.
- InputFocus - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- InputOnly - Static variable in class org.lwjgl.system.linux.X11
- InputOutput - Static variable in class org.lwjgl.system.linux.X11
- ints(int) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocInt(int)
. - ints(int...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocInt(int)
. - ints(int, int) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocInt(int)
. - ints(int, int, int) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocInt(int)
. - ints(int, int, int, int) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocInt(int)
. - invoke(long) - Method in interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
-
Will be called when an object is mutated during a foreach iteration.
- invoke(long, int, long, long) - Method in interface org.lwjgl.system.windows.WindowProcI
-
Will be called for each message sent to the window.
- invoke(long, long, String, StackTraceElement...) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocationReport
-
Reports allocated memory.
- invokeD(long) - Static method in class org.lwjgl.system.JNI
- invokeD(long, int) - Static method in class org.lwjgl.system.JNI
- invokeF(long, float) - Static method in class org.lwjgl.system.JNI
- invokeF(long, int) - Static method in class org.lwjgl.system.JNI
- invokeI(long) - Static method in class org.lwjgl.system.JNI
- invokeI(long, boolean) - Static method in class org.lwjgl.system.JNI
- invokeI(long, byte) - Static method in class org.lwjgl.system.JNI
- invokeI(long, byte, short, int, boolean) - Static method in class org.lwjgl.system.JNI
- invokeI(long, byte, short, short, int, boolean) - Static method in class org.lwjgl.system.JNI
- invokeI(long, byte, short, short, short, short, byte) - Static method in class org.lwjgl.system.JNI
- invokeI(long, byte, short, short, short, short, int, boolean) - Static method in class org.lwjgl.system.JNI
- invokeI(long, int) - Static method in class org.lwjgl.system.JNI
- invokeI(long, short) - Static method in class org.lwjgl.system.JNI
- invokeJ(long) - Static method in class org.lwjgl.system.JNI
- invokeJJ(long, long) - Static method in class org.lwjgl.system.JNI
- invokeJJJ(long, long, long) - Static method in class org.lwjgl.system.JNI
- invokeJJJJ(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokeJJJJJ(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokeJJJV(long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokeJV(long, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokeJV(long, long, int) - Static method in class org.lwjgl.system.JNI
- invokeP(long) - Static method in class org.lwjgl.system.JNI
- invokeP(long, int) - Static method in class org.lwjgl.system.JNI
- invokeP(long, int, int) - Static method in class org.lwjgl.system.JNI
- invokeP(long, int, short) - Static method in class org.lwjgl.system.JNI
- invokeP(long, short, short, short, byte, int, int) - Static method in class org.lwjgl.system.JNI
- invokePB(long, byte, int[]) - Static method in class org.lwjgl.system.JNI
- invokePB(long, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePI(long, float[], short) - Static method in class org.lwjgl.system.JNI
- invokePI(long, long) - Static method in class org.lwjgl.system.JNI
- invokePI(long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePI(long, long, short) - Static method in class org.lwjgl.system.JNI
- invokePI(long, short, float[], byte) - Static method in class org.lwjgl.system.JNI
- invokePI(long, short, int[], byte) - Static method in class org.lwjgl.system.JNI
- invokePI(long, short, long, byte) - Static method in class org.lwjgl.system.JNI
- invokePI(long, short, short[], byte) - Static method in class org.lwjgl.system.JNI
- invokePP(long, double[], int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, float[], int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, int[], int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, int, long) - Static method in class org.lwjgl.system.JNI
- invokePP(long, long) - Static method in class org.lwjgl.system.JNI
- invokePP(long, long[], int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, long, int, int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, short[], int) - Static method in class org.lwjgl.system.JNI
- invokePP(long, short, long) - Static method in class org.lwjgl.system.JNI
- invokePPI(long, int, int[], int, int[], int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPI(long, int, long, int, long, int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPI(long, int, short[], int, short[], int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPI(long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPI(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, boolean, boolean, long) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, int[]) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, long, boolean, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPP(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPI(long, long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePPPI(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPI(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPP(long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPP(long, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPP(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPP(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPP(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPPI(long, long, long, int, int, float[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPPPI(long, long, long, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPPPI(long, long, long, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPI(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPI(long, long, long, long, long[]) - Static method in class org.lwjgl.system.JNI
- invokePPPPI(long, long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPPP(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPPI(long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPPP(long, long, long, int, int, int, int, int, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPPPI(long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPPPPPI(long, long, int, int, long, int[], int[], float[], int[], int[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPPPPPPPI(long, long, int, int, long, long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPPV(long, int, int[], int, float[], float[], long, int, int[], int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPPPPV(long, int, long, int, float[], float[], long, int, long, int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPPPPV(long, int, long, int, long, long, long, int, long, int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPPPPV(long, int, short[], int, float[], float[], long, int, short[], int, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPPPPV(long, long, int[], int[], int[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPPPPV(long, long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPV(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPV(long, long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPPZ(long, long, long, long, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePPPPZ(long, long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPS(long, long, long, long, short, float) - Static method in class org.lwjgl.system.JNI
- invokePPPS(long, short[], long, long, short, float) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, byte, float[], float[], byte, float[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, byte, long, long, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, float[], boolean, int, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, float[], int, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int[], int[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int, float[], float[], float[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int, int, double[], double[], double[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int, int, float[], float[], float[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int, int, long[], long[], long[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, int, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, boolean, int, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, double[], double[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, int[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, int, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, int, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, long, long, boolean, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPV(long, long, long, long, int, boolean, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPPZ(long, long, long, int, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPPZ(long, long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPS(long, long, int, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePPS(long, long, long, short) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, byte, float[], float[]) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, byte, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, int, int, int, int[], int[]) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, int, int, int, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, float[], int) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, int[], int) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, int, long) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, long, boolean) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, long, float) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, long, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, long, short[], int) - Static method in class org.lwjgl.system.JNI
- invokePPV(long, short, short, byte, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPZ(long, int, short, short, long, long) - Static method in class org.lwjgl.system.JNI
- invokePPZ(long, long, int[]) - Static method in class org.lwjgl.system.JNI
- invokePPZ(long, long, long) - Static method in class org.lwjgl.system.JNI
- invokePS(long, byte, long, boolean) - Static method in class org.lwjgl.system.JNI
- invokePS(long, byte, short[], boolean) - Static method in class org.lwjgl.system.JNI
- invokePS(long, int, long, short) - Static method in class org.lwjgl.system.JNI
- invokePS(long, long) - Static method in class org.lwjgl.system.JNI
- invokePS(long, long, int, short) - Static method in class org.lwjgl.system.JNI
- invokePS(long, long, short) - Static method in class org.lwjgl.system.JNI
- invokePS(long, long, short, short, int) - Static method in class org.lwjgl.system.JNI
- invokePS(long, short, boolean, short, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePS(long, short, long, short) - Static method in class org.lwjgl.system.JNI
- invokePS(long, short, short[], short) - Static method in class org.lwjgl.system.JNI
- invokePS(long, short, short, boolean, short, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePS(long, short, short, short, boolean, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, byte, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, byte, float[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, double[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, float[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, double[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, float[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, float[], int, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, int[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, int[], int, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, long[]) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, long, int, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, int, short[], int, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, int, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, byte) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, double, double) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, float) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, int, byte, int, boolean, boolean) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, int, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, long, short, short, short, boolean, boolean, short, int) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, byte, short, short, short, short, short, short, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, double[], short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, float[], short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, int[], short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, int, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, long[], short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, long, short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, short[], short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, short, byte, byte, short, short, short, short, long, short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, short, byte, long) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, short, byte, short, short, short, short, long, short) - Static method in class org.lwjgl.system.JNI
- invokePV(long, short, short, short, short, long, short) - Static method in class org.lwjgl.system.JNI
- invokePZ(long, int, long) - Static method in class org.lwjgl.system.JNI
- invokePZ(long, int, long, int) - Static method in class org.lwjgl.system.JNI
- invokePZ(long, long) - Static method in class org.lwjgl.system.JNI
- invokePZ(long, long, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokeS(long) - Static method in class org.lwjgl.system.JNI
- invokeS(long, int) - Static method in class org.lwjgl.system.JNI
- invokeS(long, int, boolean, short, int, int) - Static method in class org.lwjgl.system.JNI
- invokeS(long, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokeS(long, int, short) - Static method in class org.lwjgl.system.JNI
- invokeS(long, short, boolean) - Static method in class org.lwjgl.system.JNI
- invokeS(long, short, byte) - Static method in class org.lwjgl.system.JNI
- invokeS(long, short, short, boolean) - Static method in class org.lwjgl.system.JNI
- invokeS(long, short, short, int, int) - Static method in class org.lwjgl.system.JNI
- invokeS(long, short, short, short, short) - Static method in class org.lwjgl.system.JNI
- invokeV(long) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, boolean) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, byte, short, short, short, short, byte, short, short, short, short, short, short) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, float, byte, byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, int, float, byte) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, short, byte, int, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, short, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, byte, short, short, short, short) - Static method in class org.lwjgl.system.JNI
- invokeV(long, double) - Static method in class org.lwjgl.system.JNI
- invokeV(long, float) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, float) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, float, float, float) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int, double) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int, double, double, double) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int, float) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int, float, float, float) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, int, int, int, int) - Static method in class org.lwjgl.system.JNI
- invokeV(long, int, short) - Static method in class org.lwjgl.system.JNI
- invokeV(long, short) - Static method in class org.lwjgl.system.JNI
- invokeV(long, short, boolean) - Static method in class org.lwjgl.system.JNI
- invokeV(long, short, int, int) - Static method in class org.lwjgl.system.JNI
- invokeZ(long, int) - Static method in class org.lwjgl.system.JNI
- invokeZ(long, int, short) - Static method in class org.lwjgl.system.JNI
- invokeZ(long, short, boolean, short, int, int) - Static method in class org.lwjgl.system.JNI
- iPixelType() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
iPixelType
field. - iPixelType() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
iPixelType
field. - iPixelType(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
iPixelType
field. - iPixelType(byte) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
iPixelType
field. - IsIconic - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- IsIconic(long) - Static method in class org.lwjgl.system.windows.User32
-
Determines whether the specified window is minimized (iconic).
- IsTouchWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- IsTouchWindow(long, int[]) - Static method in class org.lwjgl.system.windows.User32
-
Array version of:
User32.IsTouchWindow(long, java.nio.IntBuffer)
- IsTouchWindow(long, IntBuffer) - Static method in class org.lwjgl.system.windows.User32
-
Checks whether a specified window is touch-capable and, optionally, retrieves the modifier flags set for the window's touch capability.
- IsWindowVisible - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- IsWindowVisible(long) - Static method in class org.lwjgl.system.windows.User32
-
Determines the visibility state of the specified window.
- IsZoomed - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- IsZoomed(long) - Static method in class org.lwjgl.system.windows.User32
-
Determines whether a window is maximized.
- ivar_getName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- ivar_getName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the name of an instance variable.
- ivar_getOffset - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- ivar_getOffset(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the offset of an instance variable.
- ivar_getTypeEncoding - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- ivar_getTypeEncoding(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the type string of an instance variable.
J
- JEMALLOC_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the jemalloc library (org.lwjgl.system.jemalloc.libname). - JNI - Class in org.lwjgl.system
-
This class contains native methods that can be used to call dynamically loaded functions.
- JNI_LIBRARY_NAME - Static variable in class org.lwjgl.system.Library
-
The LWJGL shared library name.
- JoinBevel - Static variable in class org.lwjgl.system.linux.X11
-
joinStyle
- JoinMiter - Static variable in class org.lwjgl.system.linux.X11
-
joinStyle
- JoinRound - Static variable in class org.lwjgl.system.linux.X11
-
joinStyle
K
- kCFAllocatorDefault - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
This is a synonym for
NULL
, if you'd rather use a named constant. - kCFAllocatorMalloc - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
This allocator uses
malloc()
,realloc()
, andfree()
. - kCFAllocatorMallocZone - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
This allocator explicitly uses the default malloc zone, returned by
malloc_default_zone()
. - kCFAllocatorNull - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Null allocator which does nothing and allocates no memory.
- kCFAllocatorSystemDefault - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Default system allocator; you rarely need to use this.
- kCFAllocatorUseContext - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Special allocator argument to CFAllocatorCreate which means "use the functions given in the context to allocate the allocator itself as well".
- kCFStringEncodingASCII - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingISOLatin1 - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingMacRoman - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingNextStepLatin - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingNonLossyASCII - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUnicode - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF16 - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF16BE - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF16LE - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF32 - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF32BE - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF32LE - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingUTF8 - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFStringEncodingWindowsLatin1 - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Platform-independent built-in encodings; always available on all platforms.
- kCFURLHFSPathStyle - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
URL path styles.
- kCFURLPOSIXPathStyle - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
URL path styles.
- kCFURLWindowsPathStyle - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
URL path styles.
- KeymapNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- KeymapStateMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- KeyPress - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- KeyPressMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- KeyRelease - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- KeyReleaseMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
L
- LASTEvent - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- LC_ALL - Static variable in class org.lwjgl.system.libc.LibCLocale
-
Selects the entire C locale.
- LC_COLLATE - Static variable in class org.lwjgl.system.libc.LibCLocale
-
Selects the collation category of the C locale.
- LC_CTYPE - Static variable in class org.lwjgl.system.libc.LibCLocale
-
Selects the character classification category of the C locale.
- LC_MONETARY - Static variable in class org.lwjgl.system.libc.LibCLocale
-
Selects the monetary formatting category of the C locale.
- LC_NUMERIC - Static variable in class org.lwjgl.system.libc.LibCLocale
-
Selects the numeric formatting category of the C locale.
- LC_TIME - Static variable in class org.lwjgl.system.libc.LibCLocale
-
Selects the time formatting category of the C locale.
- LeaveNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- LeaveWindowMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- left() - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Returns the value of the
left
field. - left() - Method in class org.lwjgl.system.windows.RECT
-
Returns the value of the
left
field. - left(int) - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Sets the specified value to the
left
field. - left(int) - Method in class org.lwjgl.system.windows.RECT
-
Sets the specified value to the
left
field. - length() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Returns the value of the
length
field. - length() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns the value of the
length
field. - length(int) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Sets the specified value to the
length
field. - length(int) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Sets the specified value to the
length
field. - lengthSafe(int[]) - Static method in class org.lwjgl.system.Checks
- lengthSafe(long[]) - Static method in class org.lwjgl.system.Checks
- lengthSafe(short[]) - Static method in class org.lwjgl.system.Checks
- LibC - Class in org.lwjgl.system.macosx
-
Native bindings to libc, the Standard C Library.
- LibC.Functions - Class in org.lwjgl.system.macosx
-
Contains the function pointers loaded from
LibSystem.getLibrary()
. - LibCErrno - Class in org.lwjgl.system.libc
-
Native bindings to errno.h.
- LibCLocale - Class in org.lwjgl.system.libc
-
Native bindings to locale.h.
- LibCStdio - Class in org.lwjgl.system.libc
-
Native bindings to stdio.h.
- LibCStdlib - Class in org.lwjgl.system.libc
-
Native bindings to stdlib.h.
- LibCString - Class in org.lwjgl.system.libc
-
Native bindings to string.h.
- Library - Class in org.lwjgl.system
-
Initializes the LWJGL shared library and handles loading additional shared libraries.
- LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Can be used to override the LWJGL library name.
- LIBRARY_PATH - Static variable in class org.lwjgl.system.Configuration
-
Takes priority over
java.library.path
. - LibSystem - Class in org.lwjgl.system.macosx
-
Native bindings to libSystem, the MacOS system library.
- limit() - Method in class org.lwjgl.system.CustomBuffer
-
Returns this buffer's limit.
- limit(int) - Method in class org.lwjgl.system.CustomBuffer
-
Sets this buffer's limit.
- LineDoubleDash - Static variable in class org.lwjgl.system.linux.X11
-
LineStyle
- LineOnOffDash - Static variable in class org.lwjgl.system.linux.X11
-
LineStyle
- LineSolid - Static variable in class org.lwjgl.system.linux.X11
-
LineStyle
- LinuxLibrary - Class in org.lwjgl.system.linux
-
Implements a
SharedLibrary
on the Linux OS. - LinuxLibrary(String) - Constructor for class org.lwjgl.system.linux.LinuxLibrary
- LoadCursor - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- LoadCursor(long, CharSequence) - Static method in class org.lwjgl.system.windows.User32
-
Loads the specified cursor resource from the executable (.EXE) file associated with an application instance.
- LoadCursor(long, ByteBuffer) - Static method in class org.lwjgl.system.windows.User32
-
Loads the specified cursor resource from the executable (.EXE) file associated with an application instance.
- LoadIcon - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- LoadIcon(long, CharSequence) - Static method in class org.lwjgl.system.windows.User32
-
Loads the specified icon resource from the executable (.exe) file associated with an application instance.
- LoadIcon(long, ByteBuffer) - Static method in class org.lwjgl.system.windows.User32
-
Loads the specified icon resource from the executable (.exe) file associated with an application instance.
- LoadLibrary(CharSequence) - Static method in class org.lwjgl.system.windows.WinBase
-
Loads the specified module into the address space of the calling process.
- LoadLibrary(ByteBuffer) - Static method in class org.lwjgl.system.windows.WinBase
-
Loads the specified module into the address space of the calling process.
- loadNative(String) - Static method in class org.lwjgl.system.Library
-
Loads a shared library using OS-specific APIs (e.g.
- loadNative(Configuration<String>, String...) - Static method in class org.lwjgl.system.Library
-
Loads a shared library using
Library.loadNative(String)
with the name specified byname
. - loadSystem(String) - Static method in class org.lwjgl.system.Library
-
Loads a shared library using
System.load(java.lang.String)
. - LockMapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- LockMask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- longs(long) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocLong(int)
. - longs(long...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocLong(int)
. - longs(long, long) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocLong(int)
. - longs(long, long, long) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocLong(int)
. - longs(long, long, long, long) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocLong(int)
. - lParam() - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Returns the value of the
lParam
field. - lParam() - Method in class org.lwjgl.system.windows.MSG
-
Returns the value of the
lParam
field. - lParam(long) - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Sets the specified value to the
lParam
field. - lParam(long) - Method in class org.lwjgl.system.windows.MSG
-
Sets the specified value to the
lParam
field. - lpfnWndProc() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
lpfnWndProc
field. - lpfnWndProc() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
lpfnWndProc
field. - lpfnWndProc(WindowProcI) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
lpfnWndProc
field. - lpfnWndProc(WindowProcI) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
lpfnWndProc
field. - lpSecurityDescriptor() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Returns the value of the
lpSecurityDescriptor
field. - lpSecurityDescriptor() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns the value of the
lpSecurityDescriptor
field. - lpSecurityDescriptor(long) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Sets the specified value to the
lpSecurityDescriptor
field. - lpSecurityDescriptor(long) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Sets the specified value to the
lpSecurityDescriptor
field. - lpszClassName() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thelpszClassName
field. - lpszClassName() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thelpszClassName
field. - lpszClassName(ByteBuffer) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the address of the specified encoded string to the
lpszClassName
field. - lpszClassName(ByteBuffer) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the address of the specified encoded string to the
lpszClassName
field. - lpszClassNameString() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Decodes the null-terminated string pointed to by the
lpszClassName
field. - lpszClassNameString() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Decodes the null-terminated string pointed to by the
lpszClassName
field. - lpszMenuName() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thelpszMenuName
field. - lpszMenuName() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thelpszMenuName
field. - lpszMenuName(ByteBuffer) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the address of the specified encoded string to the
lpszMenuName
field. - lpszMenuName(ByteBuffer) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the address of the specified encoded string to the
lpszMenuName
field. - lpszMenuNameString() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Decodes the null-terminated string pointed to by the
lpszMenuName
field. - lpszMenuNameString() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Decodes the null-terminated string pointed to by the
lpszMenuName
field. - LWA_ALPHA - Static variable in class org.lwjgl.system.windows.User32
- LWA_COLORKEY - Static variable in class org.lwjgl.system.windows.User32
M
- MacOSXLibrary - Class in org.lwjgl.system.macosx
-
Implements a
SharedLibrary
on the MacOS X. - MacOSXLibraryBundle - Class in org.lwjgl.system.macosx
-
Implements a
SharedLibrary
on the MacOS X usingCFBundle
. - MacOSXLibraryBundle(String, long) - Constructor for class org.lwjgl.system.macosx.MacOSXLibraryBundle
- MacOSXLibraryDL - Class in org.lwjgl.system.macosx
-
Implements a
SharedLibrary
on the MacOS X using dlopen. - MacOSXLibraryDL(String) - Constructor for class org.lwjgl.system.macosx.MacOSXLibraryDL
- main(String[]) - Static method in class org.lwjgl.Version
- major - Variable in class org.lwjgl.system.APIUtil.APIVersion
-
Returns the API major version.
- malloc() - Static method in class org.lwjgl.system.linux.Visual
- malloc() - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.DEVMODE
- malloc() - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.MSG
- malloc() - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.POINT
- malloc() - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.POINTL
- malloc() - Static method in class org.lwjgl.system.windows.RECT
- malloc() - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated withmemAlloc
. - malloc(int) - Method in class org.lwjgl.system.MemoryStack
-
Allocates a
ByteBuffer
on the stack. - malloc(int) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated withmemAlloc
. - malloc(int, int) - Method in class org.lwjgl.system.MemoryStack
-
Allocates an aligned
ByteBuffer
on the stack. - malloc(long) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Allocates
size
bytes and returns a pointer to the allocated memory. - malloc(long) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
-
Called by
MemoryUtil.memAlloc(int)
. - mallocDouble(int) - Method in class org.lwjgl.system.MemoryStack
-
Double version of
MemoryStack.malloc(int)
. - mallocFloat(int) - Method in class org.lwjgl.system.MemoryStack
-
Float version of
MemoryStack.malloc(int)
. - mallocInt(int) - Method in class org.lwjgl.system.MemoryStack
-
Int version of
MemoryStack.malloc(int)
. - mallocLong(int) - Method in class org.lwjgl.system.MemoryStack
-
Long version of
MemoryStack.malloc(int)
. - mallocPointer(int) - Method in class org.lwjgl.system.MemoryStack
-
Pointer version of
MemoryStack.malloc(int)
. - mallocShort(int) - Method in class org.lwjgl.system.MemoryStack
-
Short version of
MemoryStack.malloc(int)
. - mallocStack() - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.linux.Visual
-
Returns a new
Visual
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns a new
XSetWindowAttributes
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a new
XVisualInfo
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a new
ObjCMethodDescription
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a new
ObjCPropertyAttribute
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.DEVMODE
-
Returns a new
DEVMODE
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns a new
DISPLAY_DEVICE
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
Returns a new
GLYPHMETRICSFLOAT
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a new
MONITORINFOEX
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.MSG
-
Returns a new
MSG
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns a new
PIXELFORMATDESCRIPTOR
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.POINT
-
Returns a new
POINT
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns a new
POINTFLOAT
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.POINTL
-
Returns a new
POINTL
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.RECT
-
Returns a new
RECT
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns a new
SECURITY_ATTRIBUTES
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns a new
TOUCHINPUT
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a new
WINDOWPLACEMENT
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns a new
WNDCLASSEX
instance allocated on the specifiedMemoryStack
. - map_entries() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
map_entries
field. - map_entries() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
map_entries
field. - map_entries(int) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
map_entries
field. - map_entries(int) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
map_entries
field. - mapLibraryNameBundled(String) - Static method in enum org.lwjgl.system.Platform
- MapNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- MappingNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- MapRequest - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- mark() - Method in class org.lwjgl.system.CustomBuffer
-
Sets this buffer's mark at its position.
- mathIsPoT(int) - Static method in class org.lwjgl.system.MathUtil
-
Returns true if the specified integer
value
is a power-of-two number. - mathRoundPoT(int) - Static method in class org.lwjgl.system.MathUtil
-
Rounds the specified integer
value
up to the next power-of-two number. - MathUtil - Class in org.lwjgl.system
-
Math utility class.
- memAddress(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the memory address at the current position of the specified buffer.
- memAddress(ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the memory address at the specified position of the specified buffer.
- memAddress(CharBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
CharBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(CharBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
CharBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress(DoubleBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(DoubleBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress(FloatBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(FloatBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress(IntBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(IntBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress(LongBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(LongBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress(ShortBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(ShortBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress(CustomBuffer<?>) - Static method in class org.lwjgl.system.MemoryUtil
-
CustomBuffer version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddress(CustomBuffer<?>, int) - Static method in class org.lwjgl.system.MemoryUtil
-
CustomBuffer version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddress0(Buffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the memory address of the specified buffer.
- memAddress0(CustomBuffer<?>) - Static method in class org.lwjgl.system.MemoryUtil
-
CustomBuffer version of
MemoryUtil.memAddress0(Buffer)
. - memAddress0Safe(Buffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Null-safe version of
MemoryUtil.memAddress0(Buffer)
. - memAddress0Safe(CustomBuffer<?>) - Static method in class org.lwjgl.system.MemoryUtil
-
CustomBuffer version of
MemoryUtil.memAddress0Safe(Buffer)
. - memAddressSafe(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Null-safe version of
MemoryUtil.memAddress(ByteBuffer)
. - memAddressSafe(ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Null-safe version of
MemoryUtil.memAddress(ByteBuffer, int)
. - memAddressSafe(CharBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
CharBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAddressSafe(CharBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
CharBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(DoubleBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAddressSafe(DoubleBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(FloatBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAddressSafe(FloatBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(IntBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAddressSafe(IntBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(LongBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAddressSafe(LongBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(ShortBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAddressSafe(ShortBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(CustomBuffer<?>, int) - Static method in class org.lwjgl.system.MemoryUtil
-
CustomBuffer version of
MemoryUtil.memAddressSafe(ByteBuffer, int)
. - memAddressSafe(Pointer) - Static method in class org.lwjgl.system.MemoryUtil
-
Pointer version of
MemoryUtil.memAddressSafe(ByteBuffer)
. - memAlignedAlloc(int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
The standard C aligned_alloc function.
- memAlignedFree(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Frees a block of memory that was allocated with
MemoryUtil.memAlignedAlloc(int, int)
. - memAlloc(int) - Static method in class org.lwjgl.system.MemoryUtil
-
The standard C malloc function.
- memAllocDouble(int) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memAlloc(int)
. - memAllocFloat(int) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memAlloc(int)
. - memAllocInt(int) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memAlloc(int)
. - memAllocLong(int) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memAlloc(int)
. - memAllocPointer(int) - Static method in class org.lwjgl.system.MemoryUtil
-
PointerBuffer version of
MemoryUtil.memAlloc(int)
. - memAllocShort(int) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memAlloc(int)
. - memASCII(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Converts the null-terminated ASCII encoded string at the specified memory address to a
String
. - memASCII(CharSequence) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a ByteBuffer containing the specified text ASCII encoded and null-terminated.
- memASCII(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a ByteBuffer containing the specified text ASCII encoded and optionally null-terminated.
- memASCII(CharSequence, boolean, ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Encodes and optionally null-terminates the specified text using ASCII encoding.
- memASCII(CharSequence, boolean, ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Encodes and optionally null-terminates the specified text using ASCII encoding.
- memASCII(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[position(), position()+remaining()
) inbuffer
, as an ASCII string. - memASCII(ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[position(), position()+length
) inbuffer
, as an ASCII string. - memASCII(ByteBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[offset, offset+length
) inbuffer
, as an ASCII string. - memByteBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct ByteBuffer that starts at the specified memory address and has the specified capacity.
- memByteBufferNT1(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct ByteBuffer that starts at the specified memory address and has capacity equal to the null-terminated string starting at that address.
- memByteBufferNT1(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct ByteBuffer that starts at the specified memory address and has capacity equal to the null-terminated string starting at that address, up to a maximum of
maxLength
bytes. - memByteBufferNT2(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct ByteBuffer that starts at the specified memory address and has capacity equal to the null-terminated string starting at that address.
- memByteBufferNT2(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct ByteBuffer that starts at the specified memory address and has capacity equal to the null-terminated string starting at that address, up to a maximum of
maxLength
bytes. - memCalloc(int) - Static method in class org.lwjgl.system.MemoryUtil
-
Alternative version of
MemoryUtil.memCalloc(int, int)
. - memCalloc(int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
The standard C calloc function.
- memCallocDouble(int) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memCalloc(int, int)
. - memCallocFloat(int) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memCalloc(int, int)
. - memCallocInt(int) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memCalloc(int, int)
. - memCallocLong(int) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memCalloc(int, int)
. - memCallocPointer(int) - Static method in class org.lwjgl.system.MemoryUtil
-
PointerBuffer version of
MemoryUtil.memCalloc(int, int)
. - memCallocShort(int) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memCalloc(int, int)
. - memCharBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct CharBuffer that starts at the specified memory address and has the specified capacity.
- memCopy(long, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Sets all bytes in a specified block of memory to a copy of another block.
- memcpy(byte[], byte[]) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memcpy(java.nio.ByteBuffer, java.nio.ByteBuffer)
- memcpy(double[], double[]) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memcpy(java.nio.ByteBuffer, java.nio.ByteBuffer)
- memcpy(float[], float[]) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memcpy(java.nio.ByteBuffer, java.nio.ByteBuffer)
- memcpy(int[], int[]) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memcpy(java.nio.ByteBuffer, java.nio.ByteBuffer)
- memcpy(long[], long[]) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memcpy(java.nio.ByteBuffer, java.nio.ByteBuffer)
- memcpy(short[], short[]) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memcpy(java.nio.ByteBuffer, java.nio.ByteBuffer)
- memcpy(ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.system.libc.LibCString
-
Copies characters between buffers.
- memcpy(DoubleBuffer, DoubleBuffer) - Static method in class org.lwjgl.system.libc.LibCString
-
Copies characters between buffers.
- memcpy(FloatBuffer, FloatBuffer) - Static method in class org.lwjgl.system.libc.LibCString
-
Copies characters between buffers.
- memcpy(IntBuffer, IntBuffer) - Static method in class org.lwjgl.system.libc.LibCString
-
Copies characters between buffers.
- memcpy(LongBuffer, LongBuffer) - Static method in class org.lwjgl.system.libc.LibCString
-
Copies characters between buffers.
- memcpy(ShortBuffer, ShortBuffer) - Static method in class org.lwjgl.system.libc.LibCString
-
Copies characters between buffers.
- memDeleteGlobalRef(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Deletes a global reference.
- memDeleteWeakGlobalRef(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Deletes a weak global reference.
- memDoubleBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct DoubleBuffer that starts at the specified memory address and has the specified capacity.
- memFloatBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct FloatBuffer that starts at the specified memory address and has the specified capacity.
- memFree(Buffer) - Static method in class org.lwjgl.system.MemoryUtil
-
The standard C free function.
- memFree(PointerBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
PointerBuffer version of
MemoryUtil.memFree(java.nio.Buffer)
. - memGetAddress(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetBoolean(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetByte(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetDouble(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetFloat(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetInt(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetLong(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGetShort(long) - Static method in class org.lwjgl.system.MemoryUtil
- memGlobalRefToObject(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the object that the specified global reference points to.
- memIntBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct IntBuffer that starts at the specified memory address and has the specified capacity.
- memLengthASCII(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the number of bytes required to encode the specified text in the ASCII encoding.
- memLengthNT1(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Calculates the length, in bytes, of the null-terminated string that starts at the current position of the specified buffer.
- memLengthNT2(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Calculates the length, in bytes, of the null-terminated string that starts at the current position of the specified buffer.
- memLengthUTF16(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the number of bytes required to encode the specified text in the UTF-16 encoding.
- memLengthUTF8(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns the number of bytes required to encode the specified text in the UTF-8 encoding.
- memLongBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct LongBuffer that starts at the specified memory address and has the specified capacity.
- memNewGlobalRef(Object) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new global reference to the specified object.
- memNewWeakGlobalRef(Object) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new weak global reference to the specified object.
- MEMORY_ALLOCATOR - Static variable in class org.lwjgl.system.Configuration
- MemoryStack - Class in org.lwjgl.system
-
An off-heap memory stack.
- MemoryUtil - Class in org.lwjgl.system
-
This class provides functionality for managing native memory.
- MemoryUtil.MemoryAllocationReport - Interface in org.lwjgl.system
-
The memory allocation report callback.
- MemoryUtil.MemoryAllocationReport.Aggregate - Enum in org.lwjgl.system
-
Specifies how to aggregate the reported allocations.
- MemoryUtil.MemoryAllocator - Interface in org.lwjgl.system
-
The interface implemented by the memory allocator used by the explicit memory management API (
MemoryUtil.memAlloc(int)
,MemoryUtil.memFree(java.nio.Buffer)
, etc). - memPointerBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new PointerBuffer that starts at the specified memory address and has the specified capacity.
- memPutAddress(long, long) - Static method in class org.lwjgl.system.MemoryUtil
- memPutByte(long, byte) - Static method in class org.lwjgl.system.MemoryUtil
- memPutDouble(long, double) - Static method in class org.lwjgl.system.MemoryUtil
- memPutFloat(long, float) - Static method in class org.lwjgl.system.MemoryUtil
- memPutInt(long, int) - Static method in class org.lwjgl.system.MemoryUtil
- memPutLong(long, long) - Static method in class org.lwjgl.system.MemoryUtil
- memPutShort(long, short) - Static method in class org.lwjgl.system.MemoryUtil
- memRealloc(ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
The standard C realloc function.
- memRealloc(DoubleBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of
MemoryUtil.memRealloc(java.nio.ByteBuffer, int)
. - memRealloc(FloatBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of
MemoryUtil.memRealloc(java.nio.ByteBuffer, int)
. - memRealloc(IntBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of
MemoryUtil.memRealloc(java.nio.ByteBuffer, int)
. - memRealloc(LongBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of
MemoryUtil.memRealloc(java.nio.ByteBuffer, int)
. - memRealloc(ShortBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of
MemoryUtil.memRealloc(java.nio.ByteBuffer, int)
. - memRealloc(PointerBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
PointerBuffer version of
MemoryUtil.memRealloc(java.nio.ByteBuffer, int)
. - memReport(MemoryUtil.MemoryAllocationReport) - Static method in class org.lwjgl.system.MemoryUtil
-
Reports all live allocations.
- memReport(MemoryUtil.MemoryAllocationReport, MemoryUtil.MemoryAllocationReport.Aggregate, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Reports aggregates for the live allocations.
- memset(byte[], int) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memset(java.nio.ByteBuffer, int)
- memset(double[], int) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memset(java.nio.ByteBuffer, int)
- memset(float[], int) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memset(java.nio.ByteBuffer, int)
- memset(int[], int) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memset(java.nio.ByteBuffer, int)
- memset(long[], int) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memset(java.nio.ByteBuffer, int)
- memset(short[], int) - Static method in class org.lwjgl.system.libc.LibCString
-
Array version of:
LibCString.memset(java.nio.ByteBuffer, int)
- memset(ByteBuffer, int) - Static method in class org.lwjgl.system.libc.LibCString
-
Fills memory with a constant byte.
- memset(DoubleBuffer, int) - Static method in class org.lwjgl.system.libc.LibCString
-
Fills memory with a constant byte.
- memset(FloatBuffer, int) - Static method in class org.lwjgl.system.libc.LibCString
-
Fills memory with a constant byte.
- memset(IntBuffer, int) - Static method in class org.lwjgl.system.libc.LibCString
-
Fills memory with a constant byte.
- memset(LongBuffer, int) - Static method in class org.lwjgl.system.libc.LibCString
-
Fills memory with a constant byte.
- memset(ShortBuffer, int) - Static method in class org.lwjgl.system.libc.LibCString
-
Fills memory with a constant byte.
- memSet(long, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Sets all bytes in a specified block of memory to a fixed value (usually zero).
- memSetupBuffer(ByteBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
This method is an alternative to
MemoryUtil.memByteBuffer(long, int)
that allows the reuse of an existing direct ByteBuffer instance. - memSetupBuffer(CharBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
CharBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memSetupBuffer(DoubleBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
DoubleBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memSetupBuffer(FloatBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
FloatBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memSetupBuffer(IntBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
IntBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memSetupBuffer(LongBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
LongBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memSetupBuffer(ShortBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
ShortBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memSetupBuffer(PointerBuffer, long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
PointerBuffer version of:
MemoryUtil.memSetupBuffer(java.nio.ByteBuffer, long, int)
- memShortBuffer(long, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Creates a new direct ShortBuffer that starts at the specified memory address and has the specified capacity.
- memSlice(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Slices the specified buffer.
- memSlice(ByteBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memSlice(DoubleBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memSlice(FloatBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memSlice(IntBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memSlice(LongBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memSlice(ShortBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memSlice(PointerBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a slice of the specified buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - memUTF16(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Converts the null-terminated UTF-16 encoded string at the specified memory address to a
String
. - memUTF16(CharSequence) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a ByteBuffer containing the specified text UTF-16 encoded and null-terminated.
- memUTF16(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a ByteBuffer containing the specified text UTF-16 encoded and optionally null-terminated.
- memUTF16(CharSequence, boolean, ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Encodes and optionally null-terminates the specified text using UTF-16 encoding.
- memUTF16(CharSequence, boolean, ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Encodes and optionally null-terminates the specified text using UTF-16 encoding.
- memUTF16(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[position(), position()+remaining()
) inbuffer
, as a UTF-16 string. - memUTF16(ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[position(), position()+(length*2)
) inbuffer
, as a UTF-16 string. - memUTF16(ByteBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[offset, offset+(length*2)
) inbuffer
, as a UTF-16 string. - memUTF8(long) - Static method in class org.lwjgl.system.MemoryUtil
-
Converts the null-terminated UTF-8 encoded string at the specified memory address to a
String
. - memUTF8(CharSequence) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a ByteBuffer containing the specified text UTF-8 encoded and null-terminated.
- memUTF8(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryUtil
-
Returns a ByteBuffer containing the specified text UTF-8 encoded and optionally null-terminated.
- memUTF8(CharSequence, boolean, ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Encodes and optionally null-terminates the specified text using UTF-8 encoding.
- memUTF8(CharSequence, boolean, ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Encodes and optionally null-terminates the specified text using UTF-8 encoding.
- memUTF8(ByteBuffer) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[position(), position()+remaining()
) inbuffer
, as a UTF-8 string. - memUTF8(ByteBuffer, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[position(), position()+length
) inbuffer
, as a UTF-8 string. - memUTF8(ByteBuffer, int, int) - Static method in class org.lwjgl.system.MemoryUtil
-
Decodes the bytes with index
[offset, offset+length
) inbuffer
, as a UTF-8 string. - message() - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Returns the value of the
message
field. - message() - Method in class org.lwjgl.system.windows.MSG
-
Returns the value of the
message
field. - message(int) - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Sets the specified value to the
message
field. - message(int) - Method in class org.lwjgl.system.windows.MSG
-
Sets the specified value to the
message
field. - method_copyArgumentType - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_copyArgumentType(long, int) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a string describing a single parameter type of a method.
- method_copyReturnType - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_copyReturnType(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a string describing a method's return type.
- method_exchangeImplementations - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_exchangeImplementations(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Exchanges the implementations of two methods.
- method_getArgumentType - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_getArgumentType(long, int, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns by reference a string describing a single parameter type of a method.
- method_getArgumentType(long, int, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns by reference a string describing a single parameter type of a method.
- method_getImplementation - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_getImplementation(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the implementation of a method.
- method_getName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_getName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the name of a method.
- method_getNumberOfArguments - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_getNumberOfArguments(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the number of arguments accepted by a method.
- method_getReturnType - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_getReturnType(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns by reference a string describing a method's return type.
- method_getReturnType(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns by reference a string describing a method's return type.
- method_getTypeEncoding - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_getTypeEncoding(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a string describing a method's parameter and return types.
- method_setImplementation - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- method_setImplementation(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the implementation of a method.
- minor - Variable in class org.lwjgl.system.APIUtil.APIVersion
-
Returns the API minor version.
- MK_CONTROL - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MK_LBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MK_MBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MK_RBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MK_SHIFT - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MK_XBUTTON1 - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MK_XBUTTON2 - Static variable in class org.lwjgl.system.windows.User32
-
Key state masks for mouse messages.
- MN_GETHMENU - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- Mod1MapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- Mod1Mask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- Mod2MapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- Mod2Mask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- Mod3MapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- Mod3Mask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- Mod4MapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- Mod4Mask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- Mod5MapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- Mod5Mask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- MONITOR_DEFAULTTONEAREST - Static variable in class org.lwjgl.system.windows.User32
- MONITOR_DEFAULTTONULL - Static variable in class org.lwjgl.system.windows.User32
- MONITOR_DEFAULTTOPRIMARY - Static variable in class org.lwjgl.system.windows.User32
- MonitorFromWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- MonitorFromWindow(long, int) - Static method in class org.lwjgl.system.windows.User32
-
Retrieves a handle to the display monitor that has the largest area of intersection with the bounding rectangle of a specified window.
- MONITORINFOEX - Class in org.lwjgl.system.windows
-
Contains information about a display monitor.
- MONITORINFOEX(ByteBuffer) - Constructor for class org.lwjgl.system.windows.MONITORINFOEX
-
Creates a
MONITORINFOEX
instance at the current position of the specifiedByteBuffer
container. - MONITORINFOEX.Buffer - Class in org.lwjgl.system.windows
-
An array of
MONITORINFOEX
structs. - MONITORINFOF_PRIMARY - Static variable in class org.lwjgl.system.windows.User32
-
MONITORINFOEX
flags. - MotionNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- MoveWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- MoveWindow(long, int, int, int, int, boolean) - Static method in class org.lwjgl.system.windows.User32
-
Changes the position and dimensions of the specified window.
- MSG - Class in org.lwjgl.system.windows
-
Contains message information from a thread's message queue.
- MSG(ByteBuffer) - Constructor for class org.lwjgl.system.windows.MSG
-
Creates a
MSG
instance at the current position of the specifiedByteBuffer
container. - MSG.Buffer - Class in org.lwjgl.system.windows
-
An array of
MSG
structs.
N
- name() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription.Buffer
-
Returns the value of the
name
field. - name() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns the value of the
name
field. - name() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thename
field. - name() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thename
field. - name(ByteBuffer) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Sets the address of the specified encoded string to the
name
field. - name(ByteBuffer) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Sets the address of the specified encoded string to the
name
field. - nameString() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Decodes the null-terminated string pointed to by the
name
field. - nameString() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Decodes the null-terminated string pointed to by the
name
field. - NativeResource - Interface in org.lwjgl.system
-
Classes that implement this interface are associated with one or more native resources.
- ncalloc(int, int, int) - Method in class org.lwjgl.system.MemoryStack
-
Allocates a block of memory on the stack for an array of
num
elements, each of themsize
bytes long, and initializes all its bits to zero. - nCreateWindowExW(long, int, long, long, int, int, int, int, int, long, long, long, long) - Static method in class org.lwjgl.system.windows.User32
- nGetMessageW(long, long, long, int, int) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.GetMessage(org.lwjgl.system.windows.MSG, long, int, int)
- nil - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Nil value.
- nLength() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Returns the value of the
nLength
field. - nLength() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Returns the value of the
nLength
field. - nLength(int) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES.Buffer
-
Sets the specified value to the
nLength
field. - nLength(int) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Sets the specified value to the
nLength
field. - nLoadCursorW(long, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.LoadCursor(long, java.nio.ByteBuffer)
- nLoadIconW(long, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.LoadIcon(long, java.nio.ByteBuffer)
- nmalloc(int) - Method in class org.lwjgl.system.MemoryStack
-
Calls
MemoryStack.nmalloc(int, int)
withalignment
equal to 1. - nmalloc(int, int) - Method in class org.lwjgl.system.MemoryStack
-
Allocates a block of
size
bytes of memory on the stack. - NO - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Boolean values.
- NoEventMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- NoExpose - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- Nonconvex - Static variable in class org.lwjgl.system.linux.X11
-
Polygon shapes
- None - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- NoSymbol - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- NotifyAncestor - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyDetailNone - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyGrab - Static variable in class org.lwjgl.system.linux.X11
-
Notify modes
- NotifyHint - Static variable in class org.lwjgl.system.linux.X11
-
Notify modes
- NotifyInferior - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyNonlinear - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyNonlinearVirtual - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyNormal - Static variable in class org.lwjgl.system.linux.X11
-
Notify modes
- NotifyPointer - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyPointerRoot - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyUngrab - Static variable in class org.lwjgl.system.linux.X11
-
Notify modes
- NotifyVirtual - Static variable in class org.lwjgl.system.linux.X11
-
Notify detail
- NotifyWhileGrabbed - Static variable in class org.lwjgl.system.linux.X11
-
Notify modes
- nPostMessageW(long, long, int, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.PostMessage(long, int, long, long)
- nRegisterClassExW(long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.RegisterClassEx(org.lwjgl.system.windows.WNDCLASSEX)
- nSendMessageW(long, long, int, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.SendMessage(long, int, long, long)
- nset(long) - Method in class org.lwjgl.system.linux.Visual
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.DEVMODE
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.MSG
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.POINT
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.POINTL
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.RECT
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Unsafe version of
set
. - nset(long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Unsafe version of
set
. - nSetWindowTextW(long, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.SetWindowText(long, java.nio.ByteBuffer)
- nSize() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
nSize
field. - nSize() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
nSize
field. - nSize(short) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
nSize
field. - nSize(short) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
nSize
field. - NULL - Static variable in class org.lwjgl.system.MemoryUtil
-
Alias for the null pointer address.
- nUnregisterClassW(long, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Unsafe version of:
User32.UnregisterClass(java.nio.ByteBuffer, long)
- nVersion() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Returns the value of the
nVersion
field. - nVersion() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Returns the value of the
nVersion
field. - nVersion(short) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR.Buffer
-
Sets the specified value to the
nVersion
field. - nVersion(short) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Sets the specified value to the
nVersion
field.
O
- objc_allocateClassPair - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_allocateClassPair(long, CharSequence, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates a new class and metaclass.
- objc_allocateClassPair(long, ByteBuffer, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates a new class and metaclass.
- objc_allocateProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_allocateProtocol(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates a new protocol instance.
- objc_allocateProtocol(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates a new protocol instance.
- OBJC_ASSOCIATION_ASSIGN - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Policies related to associative references.
- OBJC_ASSOCIATION_COPY - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Policies related to associative references.
- OBJC_ASSOCIATION_COPY_NONATOMIC - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Policies related to associative references.
- OBJC_ASSOCIATION_RETAIN - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Policies related to associative references.
- OBJC_ASSOCIATION_RETAIN_NONATOMIC - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Policies related to associative references.
- objc_constructInstance - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_constructInstance(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates an instance of a class at the specified location.
- objc_copyClassList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_copyClassList() - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Creates and returns a list of pointers to all registered class definitions.
- objc_copyClassNamesForImage - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_copyClassNamesForImage(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the names of all the classes within a specified library or framework.
- objc_copyClassNamesForImage(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the names of all the classes within a specified library or framework.
- objc_copyImageNames - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_copyImageNames() - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the names of all the loaded Objective-C frameworks and dynamic libraries.
- objc_copyProtocolList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_copyProtocolList() - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns an array of all the protocols known to the runtime.
- objc_destructInstance - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_destructInstance(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Destroys an instance of a class without freeing memory and removes any of its associated references.
- objc_disposeClassPair - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_disposeClassPair(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Destroys a class and its associated metaclass.
- objc_enumerationMutation - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_enumerationMutation(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Inserted by the compiler when a mutation is detected during a foreach iteration.
- objc_getAssociatedObject - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_getAssociatedObject(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the value associated with a given object for a given key.
- objc_getClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_getClass(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class definition of a specified class.
- objc_getClass(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class definition of a specified class.
- objc_getClassList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_getClassList(PointerBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Obtains the list of registered class definitions.
- objc_getMetaClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_getMetaClass(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the metaclass definition of a specified class.
- objc_getMetaClass(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the metaclass definition of a specified class.
- objc_getProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_getProtocol(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a specified protocol.
- objc_getProtocol(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a specified protocol.
- objc_getRequiredClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_getRequiredClass(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class definition of a specified class.
- objc_getRequiredClass(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class definition of a specified class.
- objc_loadWeak - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_loadWeak(PointerBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Loads the object referenced by a weak pointer and returns it.
- objc_lookUpClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_lookUpClass(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class definition of a specified class.
- objc_lookUpClass(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class definition of a specified class.
- objc_registerClassPair - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_registerClassPair(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Registers a class that was allocated using
ObjCRuntime.objc_allocateClassPair(long, java.nio.ByteBuffer, long)
. - objc_registerProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_registerProtocol(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Registers a newly created protocol with the Objective-C runtime.
- objc_removeAssociatedObjects - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_removeAssociatedObjects(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Removes all associations for a given object.
- objc_setAssociatedObject - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_setAssociatedObject(long, long, long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets an associated value for a given object using a given key and association policy.
- objc_setEnumerationMutationHandler - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_setEnumerationMutationHandler(EnumerationMutationHandlerI) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the current mutation handler.
- objc_storeWeak - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- objc_storeWeak(PointerBuffer, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Stores a new value in a
__weak
variable. - ObjCMethodDescription - Class in org.lwjgl.system.macosx
-
Defines a method.
- ObjCMethodDescription(ByteBuffer) - Constructor for class org.lwjgl.system.macosx.ObjCMethodDescription
-
Creates a
ObjCMethodDescription
instance at the current position of the specifiedByteBuffer
container. - ObjCMethodDescription.Buffer - Class in org.lwjgl.system.macosx
-
An array of
ObjCMethodDescription
structs. - ObjCPropertyAttribute - Class in org.lwjgl.system.macosx
-
Defines a property attribute.
- ObjCPropertyAttribute(ByteBuffer) - Constructor for class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Creates a
ObjCPropertyAttribute
instance at the current position of the specifiedByteBuffer
container. - ObjCPropertyAttribute.Buffer - Class in org.lwjgl.system.macosx
-
An array of
ObjCPropertyAttribute
structs. - ObjCRuntime - Class in org.lwjgl.system.macosx
-
Native bindings to the Objective-C Runtime.
- ObjCRuntime.Functions - Class in org.lwjgl.system.macosx
-
Contains the function pointers loaded from the objc
SharedLibrary
. - object_copy - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_copy(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a copy of a given object.
- object_dispose - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_dispose(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Frees the memory occupied by a given object.
- object_getClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_getClass(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class of an object.
- object_getClassName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_getClassName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the class name of a given object.
- object_getIndexedIvars - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_getIndexedIvars(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
This function returns a pointer to any extra bytes allocated with the instance (as specified by
ObjCRuntime.class_createInstance(long, long)
with extraBytes>0). - object_getInstanceVariable - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_getInstanceVariable(long, CharSequence, PointerBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Obtains the value of an instance variable of a class instance.
- object_getInstanceVariable(long, ByteBuffer, PointerBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Obtains the value of an instance variable of a class instance.
- object_getIvar - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_getIvar(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Reads the value of an instance variable in an object.
- object_setClass - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_setClass(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the class of an object.
- object_setInstanceVariable - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_setInstanceVariable(long, CharSequence, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Changes the value of an instance variable of a class instance.
- object_setInstanceVariable(long, ByteBuffer, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Changes the value of an instance variable of a class instance.
- object_setIvar - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- object_setIvar(long, long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Sets the value of an instance variable in an object.
- OPENAL_CAPABILITIES_STATE - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.OPENGL_CAPABILITIES_STATE
for the OpenAL library (org.lwjgl.openal.capabilities). - OPENAL_EXPLICIT_INIT - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.EGL_EXPLICIT_INIT
for the OpenAL library (org.lwjgl.openal.explicitInit). - OPENAL_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the OpenAL library (org.lwjgl.openal.libname). - OPENCL_EXPLICIT_INIT - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.EGL_EXPLICIT_INIT
for the OpenCL library (org.lwjgl.opencl.explicitInit). - OPENCL_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the OpenCL library (org.lwjgl.opencl.libname). - OPENGL_CAPABILITIES_STATE - Static variable in class org.lwjgl.system.Configuration
-
Specifies the mechanism by which
GLCapabilities
instances are stored and retrieved. - OPENGL_EXPLICIT_INIT - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.EGL_EXPLICIT_INIT
for the OpenGL library (org.lwjgl.opengl.explicitInit). - OPENGL_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the OpenGL library (org.lwjgl.opengl.libname). - OPENGL_MAXVERSION - Static variable in class org.lwjgl.system.Configuration
-
Can be used to limit the maximum available OpenGL version.
- OPENGLES_CAPABILITIES_STATE - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.OPENGL_CAPABILITIES_STATE
for the OpenGL ES library (org.lwjgl.opengles.capabilities). - OPENGLES_EXPLICIT_INIT - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.EGL_EXPLICIT_INIT
for the OpenGL ES library (org.lwjgl.opengles.explicitInit). - OPENGLES_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the OpenGL ES library (org.lwjgl.opengles.libname). - OPENGLES_MAXVERSION - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.OPENGL_MAXVERSION
for the OpenGL ES library (org.lwjgl.opengles.maxVersion). - org.lwjgl - package org.lwjgl
-
The base LWJGL package.
- org.lwjgl.system - package org.lwjgl.system
-
Contains implementation details and platform-specific functionality required to make LWJGL work.
- org.lwjgl.system.dyncall - package org.lwjgl.system.dyncall
-
Contains bindings to the dyncall library.
- org.lwjgl.system.libc - package org.lwjgl.system.libc
-
Contains bindings to standard C library APIs.
- org.lwjgl.system.linux - package org.lwjgl.system.linux
-
Contains bindings to native APIs specific to the Linux operating system.
- org.lwjgl.system.macosx - package org.lwjgl.system.macosx
-
Contains bindings to native APIs specific to the Mac OS X operating system.
- org.lwjgl.system.windows - package org.lwjgl.system.windows
-
Contains bindings to native APIs specific to the Windows operating system.
- override_redirect() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
override_redirect
field. - override_redirect() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
override_redirect
field. - override_redirect(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
override_redirect
field. - override_redirect(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
override_redirect
field. - OwnerGrabButtonMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
P
- PAGE_SIZE - Static variable in class org.lwjgl.system.MemoryUtil
-
The memory page size, in bytes.
- ParentRelative - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- PeekMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- PeekMessage(MSG, long, int, int, int) - Static method in class org.lwjgl.system.windows.User32
-
Dispatches incoming sent messages, checks the thread message queue for a posted message, and retrieves the message (if any exist).
- PFD_DEPTH_DONTCARE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_DIRECT3D_ACCELERATED - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_DOUBLEBUFFER - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_DOUBLEBUFFER_DONTCARE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_DRAW_TO_BITMAP - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_DRAW_TO_WINDOW - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_GENERIC_ACCELERATED - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_GENERIC_FORMAT - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_MAIN_PLANE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
layer types. - PFD_NEED_PALETTE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_NEED_SYSTEM_PALETTE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_OVERLAY_PLANE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
layer types. - PFD_STEREO - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_STEREO_DONTCARE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SUPPORT_COMPOSITION - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SUPPORT_DIRECTDRAW - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SUPPORT_GDI - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SUPPORT_OPENGL - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SWAP_COPY - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SWAP_EXCHANGE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_SWAP_LAYER_BUFFERS - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
flags. - PFD_TYPE_COLORINDEX - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
pixel types. - PFD_TYPE_RGBA - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
pixel types. - PFD_UNDERLAY_PLANE - Static variable in class org.lwjgl.system.windows.GDI32
-
PIXELFORMATDESCRIPTOR
layer types. - PIXELFORMATDESCRIPTOR - Class in org.lwjgl.system.windows
-
Describes the pixel format of a drawing surface.
- PIXELFORMATDESCRIPTOR(ByteBuffer) - Constructor for class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Creates a
PIXELFORMATDESCRIPTOR
instance at the current position of the specifiedByteBuffer
container. - PIXELFORMATDESCRIPTOR.Buffer - Class in org.lwjgl.system.windows
-
An array of
PIXELFORMATDESCRIPTOR
structs. - PlaceOnBottom - Static variable in class org.lwjgl.system.linux.X11
-
Circulation request
- PlaceOnTop - Static variable in class org.lwjgl.system.linux.X11
-
Circulation request
- Platform - Enum in org.lwjgl.system
- PM_NOREMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - PM_NOYIELD - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - PM_QS_INPUT - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - PM_QS_PAINT - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - PM_QS_POSTMESSAGE - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - PM_QS_SENDMESSAGE - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - PM_REMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Remove message flags for
User32.PeekMessage(org.lwjgl.system.windows.MSG, long, int, int, int)
. - POINT - Class in org.lwjgl.system.windows
-
Defines the x- and y- coordinates of a point.
- POINT(ByteBuffer) - Constructor for class org.lwjgl.system.windows.POINT
-
Creates a
POINT
instance at the current position of the specifiedByteBuffer
container. - POINT.Buffer - Class in org.lwjgl.system.windows
-
An array of
POINT
structs. - Pointer - Interface in org.lwjgl.system
-
Pointer interface.
- POINTER_SHIFT - Static variable in interface org.lwjgl.system.Pointer
-
The pointer size power-of-two.
- POINTER_SIZE - Static variable in interface org.lwjgl.system.Pointer
-
The pointer size in bytes.
- Pointer.Default - Class in org.lwjgl.system
-
Default
Pointer
implementation. - PointerBuffer - Class in org.lwjgl
-
This class is a container for architecture-independent pointer data.
- PointerMotionHintMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- PointerMotionMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- PointerRoot - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- pointers(long) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocPointer(int)
. - pointers(long...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocPointer(int)
. - pointers(long, long) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocPointer(int)
. - pointers(long, long, long) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocPointer(int)
. - pointers(long, long, long, long) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocPointer(int)
. - pointers(Pointer) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocPointer(int)
. - pointers(Pointer...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocPointer(int)
. - pointers(Pointer, Pointer) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocPointer(int)
. - pointers(Pointer, Pointer, Pointer) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocPointer(int)
. - pointers(Pointer, Pointer, Pointer, Pointer) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocPointer(int)
. - PointerWindow - Static variable in class org.lwjgl.system.linux.X11
-
RESERVED RESOURCE AND CONSTANT DEFINITIONS
- POINTFLOAT - Class in org.lwjgl.system.windows
-
Contains the x and y coordinates of a point.
- POINTFLOAT(ByteBuffer) - Constructor for class org.lwjgl.system.windows.POINTFLOAT
-
Creates a
POINTFLOAT
instance at the current position of the specifiedByteBuffer
container. - POINTFLOAT.Buffer - Class in org.lwjgl.system.windows
-
An array of
POINTFLOAT
structs. - POINTL - Class in org.lwjgl.system.windows
-
Contains the coordinates of a point.
- POINTL(ByteBuffer) - Constructor for class org.lwjgl.system.windows.POINTL
-
Creates a
POINTL
instance at the current position of the specifiedByteBuffer
container. - POINTL.Buffer - Class in org.lwjgl.system.windows
-
An array of
POINTL
structs. - pop() - Method in class org.lwjgl.system.MemoryStack
-
Pops the current stack frame and moves the stack pointer to the end of the previous stack frame.
- position() - Method in class org.lwjgl.system.CustomBuffer
-
Returns this buffer's position.
- position(int) - Method in class org.lwjgl.system.CustomBuffer
-
Sets this buffer's position.
- PostMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- PostMessage(long, int, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Places (posts) a message in the message queue associated with the thread that created the specified window and returns without waiting for the thread to process the message.
- PreferBlanking - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- property_copyAttributeList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- property_copyAttributeList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns an array of property attributes for a given property.
- property_copyAttributeValue - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- property_copyAttributeValue(long, CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the value of a property attribute given the attribute name.
- property_copyAttributeValue(long, ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the value of a property attribute given the attribute name.
- property_getAttributes - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- property_getAttributes(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the attribute string of a property.
- property_getName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- property_getName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the name of a property.
- PropertyChangeMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- PropertyDelete - Static variable in class org.lwjgl.system.linux.X11
-
Property notification
- PropertyNewValue - Static variable in class org.lwjgl.system.linux.X11
-
Property notification
- PropertyNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- PropModeAppend - Static variable in class org.lwjgl.system.linux.X11
-
Property modes
- PropModePrepend - Static variable in class org.lwjgl.system.linux.X11
-
Property modes
- PropModeReplace - Static variable in class org.lwjgl.system.linux.X11
-
Property modes
- protocol_addMethodDescription - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_addMethodDescription(long, long, CharSequence, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a method to a protocol.
- protocol_addMethodDescription(long, long, ByteBuffer, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a method to a protocol.
- protocol_addProperty - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_addProperty(long, CharSequence, ObjCPropertyAttribute.Buffer, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a property to a protocol that is under construction.
- protocol_addProperty(long, ByteBuffer, ObjCPropertyAttribute.Buffer, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a property to a protocol that is under construction.
- protocol_addProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_addProtocol(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Adds a registered protocol to another protocol that is under construction.
- protocol_conformsToProtocol - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_conformsToProtocol(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a Boolean value that indicates whether one protocol conforms to another protocol.
- protocol_copyMethodDescriptionList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_copyMethodDescriptionList(long, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns an array of method descriptions of methods meeting a given specification for a given protocol.
- protocol_copyPropertyList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_copyPropertyList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns an array of the properties declared by a protocol.
- protocol_copyProtocolList - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_copyProtocolList(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
eturns an array of the protocols adopted by a protocol.
- protocol_getMethodDescription - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_getMethodDescription(long, long, boolean, boolean, ObjCMethodDescription) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a method description structure for a specified method of a given protocol.
- protocol_getName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_getName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a the name of a protocol.
- protocol_getProperty - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_getProperty(long, CharSequence, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the specified property of a given protocol.
- protocol_getProperty(long, ByteBuffer, boolean, boolean) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the specified property of a given protocol.
- protocol_isEqual - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- protocol_isEqual(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a Boolean value that indicates whether two protocols are equal.
- pt() - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Returns a
POINT
view of thept
field. - pt() - Method in class org.lwjgl.system.windows.MSG
-
Returns a
POINT
view of thept
field. - pt(POINT) - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Copies the specified
POINT
to thept
field. - pt(POINT) - Method in class org.lwjgl.system.windows.MSG
-
Copies the specified
POINT
to thept
field. - ptMaxPosition() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Returns a
POINT
view of theptMaxPosition
field. - ptMaxPosition() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a
POINT
view of theptMaxPosition
field. - ptMaxPosition(POINT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Copies the specified
POINT
to theptMaxPosition
field. - ptMaxPosition(POINT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Copies the specified
POINT
to theptMaxPosition
field. - ptMinPosition() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Returns a
POINT
view of theptMinPosition
field. - ptMinPosition() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a
POINT
view of theptMinPosition
field. - ptMinPosition(POINT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Copies the specified
POINT
to theptMinPosition
field. - ptMinPosition(POINT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Copies the specified
POINT
to theptMinPosition
field. - push() - Method in class org.lwjgl.system.MemoryStack
-
Stores the current stack pointer and pushes a new frame to the stack.
- put(int, long) - Method in class org.lwjgl.PointerBuffer
-
Absolute put method (optional operation).
- put(int, ByteBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- put(int, DoubleBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- put(int, FloatBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- put(int, IntBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- put(int, LongBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- put(int, ShortBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- put(int, Pointer) - Method in class org.lwjgl.PointerBuffer
-
Puts the pointer value of the specified
Pointer
at the specified index. - put(int, T) - Method in class org.lwjgl.system.StructBuffer
-
Absolute put method (optional operation).
- put(long) - Method in class org.lwjgl.PointerBuffer
-
Relative put method (optional operation).
- put(long[]) - Method in class org.lwjgl.PointerBuffer
-
Relative bulk put method (optional operation).
- put(long[], int, int) - Method in class org.lwjgl.PointerBuffer
-
Relative bulk put method (optional operation).
- put(ByteBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
- put(ByteBuffer, int, long) - Static method in class org.lwjgl.PointerBuffer
-
Convenience absolute put on a target ByteBuffer.
- put(ByteBuffer, long) - Static method in class org.lwjgl.PointerBuffer
-
Convenience relative put on a target ByteBuffer.
- put(DoubleBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
- put(FloatBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
- put(IntBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
- put(LongBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
- put(ShortBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
- put(Pointer) - Method in class org.lwjgl.PointerBuffer
-
Puts the pointer value of the specified
Pointer
at the current position and then increments the position. - put(SELF) - Method in class org.lwjgl.system.CustomBuffer
-
Relative bulk put method (optional operation).
- put(T) - Method in class org.lwjgl.system.StructBuffer
-
Relative put method (optional operation).
- putAddressOf(int, PointerBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the specified index.
- putAddressOf(PointerBuffer) - Method in class org.lwjgl.PointerBuffer
-
Puts the address of the specified buffer at the current position and then increments the position.
Q
- QS_ALLEVENTS - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_ALLINPUT - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_ALLPOSTMESSAGE - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_HOTKEY - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_INPUT - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_KEY - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_MOUSE - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_MOUSEBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_MOUSEMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_PAINT - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_POSTMESSAGE - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_RAWINPUT - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_SENDMESSAGE - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
- QS_TIMER - Static variable in class org.lwjgl.system.windows.User32
-
Queue status flags for
GetQueueStatus
andMsgWaitForMultipleObjects
R
- rcMonitor() - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Returns a
RECT
view of thercMonitor
field. - rcMonitor() - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a
RECT
view of thercMonitor
field. - rcNormalPosition() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Returns a
RECT
view of thercNormalPosition
field. - rcNormalPosition() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns a
RECT
view of thercNormalPosition
field. - rcNormalPosition(RECT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Copies the specified
RECT
to thercNormalPosition
field. - rcNormalPosition(RECT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Copies the specified
RECT
to thercNormalPosition
field. - rcWork() - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Returns a
RECT
view of thercWork
field. - rcWork() - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a
RECT
view of thercWork
field. - realloc(long, long) - Method in interface org.lwjgl.system.MemoryUtil.MemoryAllocator
- realloc(ByteBuffer, long) - Static method in class org.lwjgl.system.libc.LibCStdlib
-
Changes the size of the memory block pointed to by
ptr
tosize
bytes The contents will be unchanged in the range from the start of the region up to the minimum of the old and new sizes. - RECT - Class in org.lwjgl.system.windows
-
Defines the coordinates of the upper-left and lower-right corners of a rectangle.
- RECT(ByteBuffer) - Constructor for class org.lwjgl.system.windows.RECT
-
Creates a
RECT
instance at the current position of the specifiedByteBuffer
container. - RECT.Buffer - Class in org.lwjgl.system.windows
-
An array of
RECT
structs. - red_mask() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
red_mask
field. - red_mask() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
red_mask
field. - red_mask() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
red_mask
field. - red_mask() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
red_mask
field. - red_mask(long) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
red_mask
field. - red_mask(long) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
red_mask
field. - red_mask(long) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
red_mask
field. - red_mask(long) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
red_mask
field. - RegisterClassEx - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- RegisterClassEx(WNDCLASSEX) - Static method in class org.lwjgl.system.windows.User32
-
Registers a window class for subsequent use in calls to the
User32.CreateWindowEx(int, java.nio.ByteBuffer, java.nio.ByteBuffer, int, int, int, int, int, long, long, long, long)
function. - RegisterTouchWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- RegisterTouchWindow(long, int) - Static method in class org.lwjgl.system.windows.User32
-
Registers a window as being touch-capable.
- ReleaseDC - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- ReleaseDC(long, long) - Static method in class org.lwjgl.system.windows.User32
-
Releases a device context (DC), freeing it for use by other applications.
- remaining() - Method in class org.lwjgl.system.CustomBuffer
-
Returns the number of elements between the current position and the limit.
- remainingSafe(Buffer) - Static method in class org.lwjgl.system.Checks
- remainingSafe(CustomBuffer<?>) - Static method in class org.lwjgl.system.Checks
- ReparentNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- ReplayKeyboard - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- ReplayPointer - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- reset() - Method in class org.lwjgl.system.CustomBuffer
-
Resets this buffer's position to the previously-marked position.
- ResizeRedirectMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- ResizeRequest - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- RevertToNone - Static variable in class org.lwjgl.system.linux.X11
-
Used in XSetInputFocus(), XGetInputFocus().
- RevertToParent - Static variable in class org.lwjgl.system.linux.X11
-
Used in XSetInputFocus(), XGetInputFocus().
- RevertToPointerRoot - Static variable in class org.lwjgl.system.linux.X11
-
Used in XSetInputFocus(), XGetInputFocus().
- revision - Variable in class org.lwjgl.system.APIUtil.APIVersion
-
Returns the API revision.
- rewind() - Method in class org.lwjgl.system.CustomBuffer
-
Rewinds this buffer.
- right() - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Returns the value of the
right
field. - right() - Method in class org.lwjgl.system.windows.RECT
-
Returns the value of the
right
field. - right(int) - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Sets the specified value to the
right
field. - right(int) - Method in class org.lwjgl.system.windows.RECT
-
Sets the specified value to the
right
field. - RTLD_BINDING_MASK - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_DEEPBIND - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_DEFAULT - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Special-handle values for
DynamicLinkLoader.dlsym(long, java.nio.ByteBuffer)
. - RTLD_GLOBAL - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
If the following bit is set in the
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
, the symbols of the loaded object and its dependencies are made visible as if the object were linked directly into the program. - RTLD_GLOBAL - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_LAZY - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_LAZY - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_LOCAL - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
Unix98 demands the following flag which is the inverse to
DynamicLinkLoader.RTLD_GLOBAL
. - RTLD_LOCAL - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_MAIN_ONLY - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Special-handle values for
DynamicLinkLoader.dlsym(long, java.nio.ByteBuffer)
. - RTLD_NEXT - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Special-handle values for
DynamicLinkLoader.dlsym(long, java.nio.ByteBuffer)
. - RTLD_NODELETE - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
Do not delete object when closed.
- RTLD_NOLOAD - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_NOW - Static variable in class org.lwjgl.system.linux.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_NOW - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
The
mode
argument toDynamicLinkLoader.dlopen(java.nio.ByteBuffer, int)
contains one of the following. - RTLD_SELF - Static variable in class org.lwjgl.system.macosx.DynamicLinkLoader
-
Special-handle values for
DynamicLinkLoader.dlsym(long, java.nio.ByteBuffer)
. - run() - Method in class org.lwjgl.system.ThreadLocalState
S
- save_under() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
save_under
field. - save_under() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
save_under
field. - save_under(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
save_under
field. - save_under(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
save_under
field. - SC_ARRANGE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_CLOSE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_CONTEXTHELP - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_DEFAULT - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_HOTKEY - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_HSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_KEYMENU - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_MAXIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_MINIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_MONITORPOWER - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_MOUSEMENU - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_MOVE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_NEXTWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_PREVWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_RESTORE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_SCREENSAVE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_SEPARATOR - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_SIZE - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_TASKLIST - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- SC_VSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
System menu command values.
- screen() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
screen
field. - screen() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
screen
field. - screen(int) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
screen
field. - screen(int) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
screen
field. - ScreenSaverActive - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- ScreenSaverReset - Static variable in class org.lwjgl.system.linux.X11
-
SCREEN SAVER STUFF
- SECURITY_ATTRIBUTES - Class in org.lwjgl.system.windows
-
Contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable.
- SECURITY_ATTRIBUTES(ByteBuffer) - Constructor for class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Creates a
SECURITY_ATTRIBUTES
instance at the current position of the specifiedByteBuffer
container. - SECURITY_ATTRIBUTES.Buffer - Class in org.lwjgl.system.windows
-
An array of
SECURITY_ATTRIBUTES
structs. - sel_getName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- sel_getName(long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns the name of the method specified by a given selector.
- sel_getUid - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- sel_getUid(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Registers a method name with the Objective-C runtime system.
- sel_getUid(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Registers a method name with the Objective-C runtime system.
- sel_isEqual - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- sel_isEqual(long, long) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Returns a Boolean value that indicates whether two selectors are equal.
- sel_registerName - Static variable in class org.lwjgl.system.macosx.ObjCRuntime.Functions
-
Function address.
- sel_registerName(CharSequence) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Registers a method with the Objective-C runtime system, maps the method name to a selector, and returns the selector value.
- sel_registerName(ByteBuffer) - Static method in class org.lwjgl.system.macosx.ObjCRuntime
-
Registers a method with the Objective-C runtime system, maps the method name to a selector, and returns the selector value.
- SelectionClear - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- SelectionNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- SelectionRequest - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- SendMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SendMessage(long, int, long, long) - Static method in class org.lwjgl.system.windows.User32
-
Sends the specified message to a window or windows.
- set(float, float) - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Initializes this struct with the specified values.
- set(int, int) - Method in class org.lwjgl.system.windows.POINT
-
Initializes this struct with the specified values.
- set(int, int) - Method in class org.lwjgl.system.windows.POINTL
-
Initializes this struct with the specified values.
- set(int, int, int, int) - Method in class org.lwjgl.system.windows.RECT
-
Initializes this struct with the specified values.
- set(int, int, int, POINT, POINT, RECT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Initializes this struct with the specified values.
- set(int, int, WindowProcI, int, int, long, long, long, long, ByteBuffer, ByteBuffer, long) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Initializes this struct with the specified values.
- set(int, long, boolean) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Initializes this struct with the specified values.
- set(long, int, long, long, int, POINT) - Method in class org.lwjgl.system.windows.MSG
-
Initializes this struct with the specified values.
- set(long, long, int, long, long, long, int, int) - Method in class org.lwjgl.system.linux.Visual
-
Initializes this struct with the specified values.
- set(long, long, long, long, int, int, int, long, long, int, long, long, int, long, long) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Initializes this struct with the specified values.
- set(short, short, int, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, byte, int, int, int) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Initializes this struct with the specified values.
- set(ByteBuffer, ByteBuffer) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Initializes this struct with the specified values.
- set(Visual) - Method in class org.lwjgl.system.linux.Visual
-
Copies the specified struct data to this struct.
- set(Visual, long, int, int, int, long, long, long, int, int) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Initializes this struct with the specified values.
- set(XSetWindowAttributes) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Copies the specified struct data to this struct.
- set(XVisualInfo) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Copies the specified struct data to this struct.
- set(ObjCPropertyAttribute) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Copies the specified struct data to this struct.
- set(DEVMODE) - Method in class org.lwjgl.system.windows.DEVMODE
-
Copies the specified struct data to this struct.
- set(DISPLAY_DEVICE) - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Copies the specified struct data to this struct.
- set(MONITORINFOEX) - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Copies the specified struct data to this struct.
- set(MSG) - Method in class org.lwjgl.system.windows.MSG
-
Copies the specified struct data to this struct.
- set(PIXELFORMATDESCRIPTOR) - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
Copies the specified struct data to this struct.
- set(POINT) - Method in class org.lwjgl.system.windows.POINT
-
Copies the specified struct data to this struct.
- set(POINTFLOAT) - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Copies the specified struct data to this struct.
- set(POINTL) - Method in class org.lwjgl.system.windows.POINTL
-
Copies the specified struct data to this struct.
- set(RECT) - Method in class org.lwjgl.system.windows.RECT
-
Copies the specified struct data to this struct.
- set(SECURITY_ATTRIBUTES) - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Copies the specified struct data to this struct.
- set(WINDOWPLACEMENT) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Copies the specified struct data to this struct.
- set(WNDCLASSEX) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Copies the specified struct data to this struct.
- set(T) - Method in class org.lwjgl.system.Configuration
-
Sets the option value.
- SetClassLongPtr - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetClassLongPtr(long, int, long) - Static method in class org.lwjgl.system.windows.User32
-
Replaces the specified value at the specified offset in the extra class memory or the
WNDCLASSEX
structure for the class to which the specified window belongs. - SetCursor - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetCursor(long) - Static method in class org.lwjgl.system.windows.User32
-
Sets the cursor shape.
- SetCursorPos - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetCursorPos(int, int) - Static method in class org.lwjgl.system.windows.User32
-
Moves the cursor to the specified screen coordinates.
- SetLayeredWindowAttributes - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetLayeredWindowAttributes(long, int, byte, int) - Static method in class org.lwjgl.system.windows.User32
- setlocale(int, CharSequence) - Static method in class org.lwjgl.system.libc.LibCLocale
-
Gets and sets the current C locale.
- setlocale(int, ByteBuffer) - Static method in class org.lwjgl.system.libc.LibCLocale
-
Gets and sets the current C locale.
- SetPixelFormat - Static variable in class org.lwjgl.system.windows.GDI32.Functions
-
Function address.
- SetPixelFormat(long, int, PIXELFORMATDESCRIPTOR) - Static method in class org.lwjgl.system.windows.GDI32
-
Sets the pixel format of the specified device context to the format specified by the pixelFormat index.
- setPointer(int) - Method in class org.lwjgl.system.MemoryStack
-
Sets the current stack pointer.
- setup(PointerBuffer, long, int) - Static method in class org.lwjgl.PointerBuffer
- SetWindowLongPtr - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetWindowLongPtr(long, int, long) - Static method in class org.lwjgl.system.windows.User32
-
Changes an attribute of the specified window.
- SetWindowPlacement - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetWindowPlacement(long, WINDOWPLACEMENT) - Static method in class org.lwjgl.system.windows.User32
-
Sets the show state and the restored, minimized, and maximized positions of the specified window.
- SetWindowPos - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetWindowPos(long, long, int, int, int, int, int) - Static method in class org.lwjgl.system.windows.User32
-
Changes the size, position, and Z order of a child, pop-up, or top-level window.
- SetWindowText - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- SetWindowText(long, CharSequence) - Static method in class org.lwjgl.system.windows.User32
-
Changes the text of the specified window's title bar (if it has one).
- SetWindowText(long, ByteBuffer) - Static method in class org.lwjgl.system.windows.User32
-
Changes the text of the specified window's title bar (if it has one).
- SHARED_LIBRARY_EXTRACT_DIRECTORY - Static variable in class org.lwjgl.system.Configuration
-
Changes the temporary directory name created by LWJGL when extracting shared libraries from JAR files.
- SHARED_LIBRARY_EXTRACT_PATH - Static variable in class org.lwjgl.system.Configuration
-
Changes the path where LWJGL extracts shared libraries from JAR files.
- SharedLibrary - Interface in org.lwjgl.system
-
A
FunctionProvider
implementation that opens a platform-specific shared library and returns functions pointers from it. - SharedLibrary.Default - Class in org.lwjgl.system
- SharedLibrary.Delegate - Class in org.lwjgl.system
- ShiftMapIndex - Static variable in class org.lwjgl.system.linux.X11
-
modifier names.
- ShiftMask - Static variable in class org.lwjgl.system.linux.X11
-
Key masks.
- shorts(short) - Method in class org.lwjgl.system.MemoryStack
-
Single value version of
MemoryStack.mallocShort(int)
. - shorts(short...) - Method in class org.lwjgl.system.MemoryStack
-
Vararg version of
MemoryStack.mallocShort(int)
. - shorts(short, short) - Method in class org.lwjgl.system.MemoryStack
-
Two value version of
MemoryStack.mallocShort(int)
. - shorts(short, short, short) - Method in class org.lwjgl.system.MemoryStack
-
Three value version of
MemoryStack.mallocShort(int)
. - shorts(short, short, short, short) - Method in class org.lwjgl.system.MemoryStack
-
Four value version of
MemoryStack.mallocShort(int)
. - showCmd() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Returns the value of the
showCmd
field. - showCmd() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Returns the value of the
showCmd
field. - showCmd(int) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT.Buffer
-
Sets the specified value to the
showCmd
field. - showCmd(int) - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Sets the specified value to the
showCmd
field. - ShowCursor - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- ShowCursor(boolean) - Static method in class org.lwjgl.system.windows.User32
-
Displays or hides the cursor.
- ShowWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- ShowWindow(long, int) - Static method in class org.lwjgl.system.windows.User32
-
Sets the specified window's show state.
- SIGNATURE - Static variable in interface org.lwjgl.system.macosx.EnumerationMutationHandlerI
- SIGNATURE - Static variable in interface org.lwjgl.system.windows.WindowProcI
- SIZE_MAXHIDE - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_SIZE
messagewParam
values. - SIZE_MAXIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_SIZE
messagewParam
values. - SIZE_MAXSHOW - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_SIZE
messagewParam
values. - SIZE_MINIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_SIZE
messagewParam
values. - SIZE_RESTORED - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_SIZE
messagewParam
values. - sizeof() - Method in class org.lwjgl.system.linux.Visual
- sizeof() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
- sizeof() - Method in class org.lwjgl.system.linux.XVisualInfo
- sizeof() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription
- sizeof() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
- sizeof() - Method in class org.lwjgl.system.Struct
-
Returns the
sizeof(struct)
. - sizeof() - Method in class org.lwjgl.system.windows.DEVMODE
- sizeof() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
- sizeof() - Method in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
- sizeof() - Method in class org.lwjgl.system.windows.MONITORINFOEX
- sizeof() - Method in class org.lwjgl.system.windows.MSG
- sizeof() - Method in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
- sizeof() - Method in class org.lwjgl.system.windows.POINT
- sizeof() - Method in class org.lwjgl.system.windows.POINTFLOAT
- sizeof() - Method in class org.lwjgl.system.windows.POINTL
- sizeof() - Method in class org.lwjgl.system.windows.RECT
- sizeof() - Method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
- sizeof() - Method in class org.lwjgl.system.windows.TOUCHINPUT
- sizeof() - Method in class org.lwjgl.system.windows.WINDOWPLACEMENT
- sizeof() - Method in class org.lwjgl.system.windows.WNDCLASSEX
- SIZEOF - Static variable in class org.lwjgl.system.linux.Visual
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.linux.XSetWindowAttributes
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.linux.XVisualInfo
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.macosx.ObjCMethodDescription
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.DEVMODE
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.GLYPHMETRICSFLOAT
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.MONITORINFOEX
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.MSG
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.PIXELFORMATDESCRIPTOR
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.POINT
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.POINTFLOAT
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.POINTL
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.RECT
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.TOUCHINPUT
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.WINDOWPLACEMENT
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.windows.WNDCLASSEX
-
The struct size in bytes.
- slice() - Method in class org.lwjgl.system.CustomBuffer
-
Creates a new buffer whose content is a shared subsequence of this buffer's content.
- slice(int, int) - Method in class org.lwjgl.system.CustomBuffer
-
Returns a slice of this buffer between
(buffer.position() + offset)
and(buffer.position() + offset + capacity)
. - SM_ARRANGE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CARETBLINKINGENABLED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CLEANBOOT - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CMONITORS - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CMOUSEBUTTONS - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXBORDER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXCURSOR - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXDLGFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXDOUBLECLK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXDRAG - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXEDGE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXFIXEDFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXFOCUSBORDER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXFULLSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXHSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXHTHUMB - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXICON - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXICONSPACING - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMAXIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMAXTRACK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMENUCHECK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMENUSIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMIN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMINIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMINSPACING - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXMINTRACK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXPADDEDBORDER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXSIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXSIZEFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXSMICON - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXSMSIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXVIRTUALSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CXVSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYBORDER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYCAPTION - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYCURSOR - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYDLGFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYDOUBLECLK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYDRAG - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYEDGE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYFIXEDFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYFOCUSBORDER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYFULLSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYHSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYICON - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYICONSPACING - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYKANJIWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMAXIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMAXTRACK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMENU - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMENUCHECK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMENUSIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMIN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMINIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMINSPACING - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYMINTRACK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYSIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYSIZEFRAME - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYSMCAPTION - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYSMICON - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYSMSIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYVIRTUALSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYVSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_CYVTHUMB - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_DBCSENABLED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_DEBUG - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_DIGITIZER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_IMMENABLED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MAXIMUMTOUCHES - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MEDIACENTER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MENUDROPALIGNMENT - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MIDEASTENABLED - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MOUSEHORIZONTALWHEELPRESENT - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MOUSEPRESENT - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_MOUSEWHEELPRESENT - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_NETWORK - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_PENWINDOWS - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_REMOTECONTROL - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_REMOTESESSION - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_RESERVED1 - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_RESERVED2 - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_RESERVED3 - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_RESERVED4 - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SAMEDISPLAYFORMAT - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SECURE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SERVERR2 - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SHOWSOUNDS - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SHUTTINGDOWN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SLOWMACHINE - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_STARTER - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_SWAPBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_TABLETPC - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_XVIRTUALSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - SM_YVIRTUALSCREEN - Static variable in class org.lwjgl.system.windows.User32
-
User32.GetSystemMetrics(int)
codes. - snprintf - Static variable in class org.lwjgl.system.libc.LibCStdio
-
The address of the
snprintf
function. - sprintf - Static variable in class org.lwjgl.system.libc.LibCStdio
-
The address of the
sprintf
function. - sscanf - Static variable in class org.lwjgl.system.libc.LibCStdio
-
The address of the
sscanf
function. - stack - Variable in class org.lwjgl.system.ThreadLocalState
- STACK_SIZE - Static variable in class org.lwjgl.system.Configuration
-
Sets the stack size, in kilobytes, that will be used in the default
MemoryStack
constructor. - stackASCII(CharSequence) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ASCII(CharSequence)
. - stackASCII(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ASCII(CharSequence, boolean)
. - stackBytes(byte) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.bytes(byte)
. - stackBytes(byte...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.bytes(byte...)
. - stackBytes(byte, byte) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.bytes(byte, byte)
. - stackBytes(byte, byte, byte) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.bytes(byte, byte, byte)
. - stackBytes(byte, byte, byte, byte) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.bytes(byte, byte, byte, byte)
. - stackCalloc(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.calloc(int, int)
. - stackCallocDouble(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.callocDouble(int)
. - stackCallocFloat(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.callocFloat(int)
. - stackCallocInt(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.callocInt(int)
. - stackCallocLong(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.callocLong(int)
. - stackCallocPointer(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.callocPointer(int)
. - stackCallocShort(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.callocShort(int)
. - stackDoubles(double) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.doubles(double)
. - stackDoubles(double...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.doubles(double...)
. - stackDoubles(double, double) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.doubles(double, double)
. - stackDoubles(double, double, double) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.doubles(double, double, double)
. - stackDoubles(double, double, double, double) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.doubles(double, double, double, double)
. - stackFloats(float) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.floats(float)
. - stackFloats(float...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.floats(float...)
. - stackFloats(float, float) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.floats(float, float)
. - stackFloats(float, float, float) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.floats(float, float, float)
. - stackFloats(float, float, float, float) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.floats(float, float, float, float)
. - stackGet() - Static method in class org.lwjgl.system.MemoryStack
-
Returns the stack of the current thread.
- stackInts(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ints(int)
. - stackInts(int...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ints(int...)
. - stackInts(int, int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ints(int, int)
. - stackInts(int, int, int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ints(int, int, int)
. - stackInts(int, int, int, int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.ints(int, int, int, int)
. - stackLongs(long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.longs(long)
. - stackLongs(long...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.longs(long...)
. - stackLongs(long, long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.longs(long, long)
. - stackLongs(long, long, long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.longs(long, long, long)
. - stackLongs(long, long, long, long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.longs(long, long, long, long)
. - stackMalloc(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.malloc(int, int)
. - stackMallocDouble(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.mallocDouble(int)
. - stackMallocFloat(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.mallocFloat(int)
. - stackMallocInt(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.mallocInt(int)
. - stackMallocLong(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.mallocLong(int)
. - stackMallocPointer(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.mallocPointer(int)
. - stackMallocShort(int) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.mallocShort(int)
. - stackPointers(long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(long)
. - stackPointers(long...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(long...)
. - stackPointers(long, long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(long, long)
. - stackPointers(long, long, long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(long, long, long)
. - stackPointers(long, long, long, long) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(long, long, long, long)
. - stackPointers(Pointer) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(Pointer)
. - stackPointers(Pointer...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(Pointer...)
. - stackPointers(Pointer, Pointer) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(Pointer, Pointer)
. - stackPointers(Pointer, Pointer, Pointer) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(Pointer, Pointer, Pointer)
. - stackPointers(Pointer, Pointer, Pointer, Pointer) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.pointers(Pointer, Pointer, Pointer, Pointer)
. - stackPop() - Static method in class org.lwjgl.system.MemoryStack
-
Calls
MemoryStack.pop()
on the stack of the current thread. - stackPush() - Static method in class org.lwjgl.system.MemoryStack
-
Calls
MemoryStack.push()
on the stack of the current thread. - stackShorts(short) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.shorts(short)
. - stackShorts(short...) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.shorts(short...)
. - stackShorts(short, short) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.shorts(short, short)
. - stackShorts(short, short, short) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.shorts(short, short, short)
. - stackShorts(short, short, short, short) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.shorts(short, short, short, short)
. - stackUTF16(CharSequence) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.UTF16(CharSequence)
. - stackUTF16(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.UTF16(CharSequence, boolean)
. - stackUTF8(CharSequence) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.UTF8(CharSequence)
. - stackUTF8(CharSequence, boolean) - Static method in class org.lwjgl.system.MemoryStack
-
Thread-local version of
MemoryStack.UTF8(CharSequence, boolean)
. - StateFlags() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE.Buffer
-
Returns the value of the
StateFlags
field. - StateFlags() - Method in class org.lwjgl.system.windows.DISPLAY_DEVICE
-
Returns the value of the
StateFlags
field. - Struct - Class in org.lwjgl.system
-
Base class of all struct implementations.
- StructBuffer<T extends Struct,SELF extends StructBuffer<T,SELF>> - Class in org.lwjgl.system
-
Base class of struct custom buffers.
- StructureNotifyMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- STRUNCATE - Static variable in class org.lwjgl.system.libc.LibCErrno
-
Standard error codes.
- style() - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Returns the value of the
style
field. - style() - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Returns the value of the
style
field. - style(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX.Buffer
-
Sets the specified value to the
style
field. - style(int) - Method in class org.lwjgl.system.windows.WNDCLASSEX
-
Sets the specified value to the
style
field. - SubstructureNotifyMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- SubstructureRedirectMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- Success - Static variable in class org.lwjgl.system.linux.X11
-
ERROR CODES
- SW_FORCEMINIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_HIDE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_MAX - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_MAXIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_MINIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_NORMAL - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_RESTORE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOW - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWDEFAULT - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWMAXIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWMINIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWMINNOACTIVE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWNA - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWNOACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SW_SHOWNORMAL - Static variable in class org.lwjgl.system.windows.User32
-
User32.ShowWindow(long, int)
commands. - SwapBuffers - Static variable in class org.lwjgl.system.windows.GDI32.Functions
-
Function address.
- SwapBuffers(long) - Static method in class org.lwjgl.system.windows.GDI32
-
Exchanges the front and back buffers if the current pixel format for the window referenced by the specified device context includes a back buffer.
- SWP_ASYNCWINDOWPOS - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_DEFERERASE - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_DRAWFRAME - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_FRAMECHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_HIDEWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOCOPYBITS - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOOWNERZORDER - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOREDRAW - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOREPOSITION - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOSENDCHANGING - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOSIZE - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_NOZORDER - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SWP_SHOWWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Window sizing and positiong flags used by the
User32.SetWindowPos(long, long, int, int, int, int, int)
flags argument. - SyncBoth - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- SyncKeyboard - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- SyncPointer - Static variable in class org.lwjgl.system.linux.X11
-
AllowEvents modes
- szDevice() - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Returns a
ByteBuffer
view of theszDevice
field. - szDevice() - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Returns a
ByteBuffer
view of theszDevice
field. - szDeviceString() - Method in class org.lwjgl.system.windows.MONITORINFOEX.Buffer
-
Decodes the null-terminated string stored in the
szDevice
field. - szDeviceString() - Method in class org.lwjgl.system.windows.MONITORINFOEX
-
Decodes the null-terminated string stored in the
szDevice
field.
T
- THREAD_LOCAL_SPACE - Static variable in class org.lwjgl.system.Configuration
-
Sets the implementation used internally by LWJGL for thread-local data.
- ThreadLocalState - Class in org.lwjgl.system
-
Thread-local state used internally by LWJGL.
- ThreadLocalUtil - Class in org.lwjgl.system
-
This class provides storage for all LWJGL objects that must be thread-local.
- time() - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Returns the value of the
time
field. - time() - Method in class org.lwjgl.system.windows.MSG
-
Returns the value of the
time
field. - time(int) - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Sets the specified value to the
time
field. - time(int) - Method in class org.lwjgl.system.windows.MSG
-
Sets the specified value to the
time
field. - tlsGet() - Static method in class org.lwjgl.system.ThreadLocalUtil
- top() - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Returns the value of the
top
field. - top() - Method in class org.lwjgl.system.windows.RECT
-
Returns the value of the
top
field. - top(int) - Method in class org.lwjgl.system.windows.RECT.Buffer
-
Sets the specified value to the
top
field. - top(int) - Method in class org.lwjgl.system.windows.RECT
-
Sets the specified value to the
top
field. - toString() - Method in class org.lwjgl.system.APIUtil.APIVersion
- toString() - Method in class org.lwjgl.system.Callback
- toString() - Method in class org.lwjgl.system.CustomBuffer
-
Returns a string summarizing the state of this buffer.
- toString() - Method in class org.lwjgl.system.Pointer.Default
- TOUCHEVENTF_DOWN - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_INRANGE - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_MOVE - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_NOCOALESCE - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_PALM - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_PEN - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_PRIMARY - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHEVENTF_UP - Static variable in class org.lwjgl.system.windows.User32
-
Touch input flag values (
TOUCHINPUT.dwFlags()
). - TOUCHINPUT - Class in org.lwjgl.system.windows
-
Encapsulates data for touch input.
- TOUCHINPUT(ByteBuffer) - Constructor for class org.lwjgl.system.windows.TOUCHINPUT
-
Creates a
TOUCHINPUT
instance at the current position of the specifiedByteBuffer
container. - TOUCHINPUT.Buffer - Class in org.lwjgl.system.windows
-
An array of
TOUCHINPUT
structs. - TOUCHINPUTMASKF_CONTACTAREA - Static variable in class org.lwjgl.system.windows.User32
-
Touch input mask values (
TOUCHINPUT.dwMask()
). - TOUCHINPUTMASKF_EXTRAINFO - Static variable in class org.lwjgl.system.windows.User32
-
Touch input mask values (
TOUCHINPUT.dwMask()
). - TOUCHINPUTMASKF_TIMEFROMSYSTEM - Static variable in class org.lwjgl.system.windows.User32
-
Touch input mask values (
TOUCHINPUT.dwMask()
). - TranslateMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- TranslateMessage(MSG) - Static method in class org.lwjgl.system.windows.User32
-
Translates virtual-key messages into character messages.
- True - Static variable in class org.lwjgl.system.linux.X11
-
Boolean values
- TRUE - Static variable in class org.lwjgl.system.macosx.CoreFoundation
-
Boolean values.
- TRUE - Static variable in class org.lwjgl.system.windows.WinBase
-
BOOL return values.
- TWF_FINETOUCH - Static variable in class org.lwjgl.system.windows.User32
- TWF_WANTPALM - Static variable in class org.lwjgl.system.windows.User32
- types() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription.Buffer
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thetypes
field. - types() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thetypes
field. - typesString() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription.Buffer
-
Decodes the null-terminated string pointed to by the
types
field. - typesString() - Method in class org.lwjgl.system.macosx.ObjCMethodDescription
-
Decodes the null-terminated string pointed to by the
types
field.
U
- UNICODE_NOCHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- UnmapNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- UnregisterClass - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- UnregisterClass(CharSequence, long) - Static method in class org.lwjgl.system.windows.User32
-
Unregisters a window class, freeing the memory required for the class.
- UnregisterClass(ByteBuffer, long) - Static method in class org.lwjgl.system.windows.User32
-
Unregisters a window class, freeing the memory required for the class.
- UnregisterTouchWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- UnregisterTouchWindow(long) - Static method in class org.lwjgl.system.windows.User32
-
Registers a window as no longer being touch-capable.
- Unsorted - Static variable in class org.lwjgl.system.linux.X11
-
SetClipRectangles ordering
- UpdateWindow - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- UpdateWindow(long) - Static method in class org.lwjgl.system.windows.User32
-
Updates the client area of the specified window by sending a
User32.WM_PAINT
message to the window if the window's update region is not empty. - User32 - Class in org.lwjgl.system.windows
-
Native bindings to WinUser.h and user32.dll.
- User32.Functions - Class in org.lwjgl.system.windows
-
Contains the function pointers loaded from the user32
SharedLibrary
. - UTF16(CharSequence) - Method in class org.lwjgl.system.MemoryStack
-
Encodes the specified text on the stack using UTF16 encoding and returns a ByteBuffer that points to the encoded text, including a null-terminator.
- UTF16(CharSequence, boolean) - Method in class org.lwjgl.system.MemoryStack
-
Encodes the specified text on the stack using UTF16 encoding and returns a ByteBuffer that points to the encoded text.
- UTF8(CharSequence) - Method in class org.lwjgl.system.MemoryStack
-
Encodes the specified text on the stack using UTF8 encoding and returns a ByteBuffer that points to the encoded text, including a null-terminator.
- UTF8(CharSequence, boolean) - Method in class org.lwjgl.system.MemoryStack
-
Encodes the specified text on the stack using UTF8 encoding and returns a ByteBuffer that points to the encoded text.
V
- validate(long) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Validates pointer members that should not be
NULL
. - validate(long) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Validates pointer members that should not be
NULL
. - validate(long) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Validates pointer members that should not be
NULL
. - validate(long) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Validates pointer members that should not be
NULL
. - validate(long, int) - Static method in class org.lwjgl.system.linux.XVisualInfo
-
Calls
XVisualInfo.validate(long)
for each struct contained in the specified struct array. - validate(long, int) - Static method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Calls
ObjCPropertyAttribute.validate(long)
for each struct contained in the specified struct array. - validate(long, int) - Static method in class org.lwjgl.system.windows.SECURITY_ATTRIBUTES
-
Calls
SECURITY_ATTRIBUTES.validate(long)
for each struct contained in the specified struct array. - validate(long, int) - Static method in class org.lwjgl.system.windows.WNDCLASSEX
-
Calls
WNDCLASSEX.validate(long)
for each struct contained in the specified struct array. - value() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thevalue
field. - value() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Returns a
ByteBuffer
view of the null-terminated string pointed to by thevalue
field. - value(ByteBuffer) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Sets the address of the specified encoded string to the
value
field. - value(ByteBuffer) - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Sets the address of the specified encoded string to the
value
field. - valueOf(String) - Static method in enum org.lwjgl.system.MemoryUtil.MemoryAllocationReport.Aggregate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lwjgl.system.Platform
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.lwjgl.Version.BuildType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.lwjgl.system.MemoryUtil.MemoryAllocationReport.Aggregate
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.lwjgl.system.Platform
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.lwjgl.Version.BuildType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueString() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute.Buffer
-
Decodes the null-terminated string pointed to by the
value
field. - valueString() - Method in class org.lwjgl.system.macosx.ObjCPropertyAttribute
-
Decodes the null-terminated string pointed to by the
value
field. - Version - Class in org.lwjgl
-
This class can be used to query the LWJGL version.
- VERSION_MAJOR - Static variable in class org.lwjgl.Version
-
Current version of library.
- VERSION_MINOR - Static variable in class org.lwjgl.Version
-
Current version of library.
- VERSION_REVISION - Static variable in class org.lwjgl.Version
-
Current version of library.
- Version.BuildType - Enum in org.lwjgl
-
The development state of the current build.
- VisibilityChangeMask - Static variable in class org.lwjgl.system.linux.X11
-
Input Event Masks.
- VisibilityFullyObscured - Static variable in class org.lwjgl.system.linux.X11
-
Visibility notify
- VisibilityNotify - Static variable in class org.lwjgl.system.linux.X11
-
Event names.
- VisibilityPartiallyObscured - Static variable in class org.lwjgl.system.linux.X11
-
Visibility notify
- VisibilityUnobscured - Static variable in class org.lwjgl.system.linux.X11
-
Visibility notify
- visual() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns a
Visual
view of the struct pointed to by thevisual
field. - visual() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns a
Visual
view of the struct pointed to by thevisual
field. - visual(Visual) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the address of the specified
Visual
to thevisual
field. - visual(Visual) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the address of the specified
Visual
to thevisual
field. - Visual - Class in org.lwjgl.system.linux
-
Visual structure; contains information about colormapping possible.
- Visual(ByteBuffer) - Constructor for class org.lwjgl.system.linux.Visual
-
Creates a
Visual
instance at the current position of the specifiedByteBuffer
container. - Visual.Buffer - Class in org.lwjgl.system.linux
-
An array of
Visual
structs. - visualid() - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Returns the value of the
visualid
field. - visualid() - Method in class org.lwjgl.system.linux.Visual
-
Returns the value of the
visualid
field. - visualid() - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Returns the value of the
visualid
field. - visualid() - Method in class org.lwjgl.system.linux.XVisualInfo
-
Returns the value of the
visualid
field. - visualid(long) - Method in class org.lwjgl.system.linux.Visual.Buffer
-
Sets the specified value to the
visualid
field. - visualid(long) - Method in class org.lwjgl.system.linux.Visual
-
Sets the specified value to the
visualid
field. - visualid(long) - Method in class org.lwjgl.system.linux.XVisualInfo.Buffer
-
Sets the specified value to the
visualid
field. - visualid(long) - Method in class org.lwjgl.system.linux.XVisualInfo
-
Sets the specified value to the
visualid
field. - VK_ACCEPT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ADD - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_APPS - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ATTN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BACK - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_BACK - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_FAVORITES - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_FORWARD - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_HOME - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_REFRESH - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_SEARCH - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_BROWSER_STOP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_CANCEL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_CAPITAL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_CLEAR - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_CONTROL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_CONVERT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_CRSEL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_DECIMAL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_DELETE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_DIVIDE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_DOWN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_END - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_EREOF - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ESCAPE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_EXECUTE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_EXSEL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F10 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F11 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F12 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F13 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F14 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F15 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F16 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F17 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F18 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F19 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F2 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F20 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F21 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F22 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F23 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F24 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F3 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F4 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F5 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F6 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F7 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F8 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_F9 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_FINAL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_HANGEUL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_HANGUL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_HANJA - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_HELP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_HOME - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ICO_00 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ICO_CLEAR - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ICO_HELP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_INSERT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_JUNJA - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_KANA - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_KANJI - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LAUNCH_APP1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LAUNCH_APP2 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LAUNCH_MAIL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LAUNCH_MEDIA_SELECT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LCONTROL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LEFT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LMENU - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LSHIFT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_LWIN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MEDIA_NEXT_TRACK - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MEDIA_PLAY_PAUSE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MEDIA_PREV_TRACK - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MEDIA_STOP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MENU - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MODECHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_MULTIPLY - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NEXT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NONAME - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NONCONVERT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMLOCK - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD0 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD2 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD3 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD4 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD5 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD6 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD7 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD8 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_NUMPAD9 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_102 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_2 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_3 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_4 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_5 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_6 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_7 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_8 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_ATTN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_AUTO - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_AX - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_BACKTAB - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_CLEAR - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_COMMA - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_COPY - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_CUSEL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_ENLW - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_FINISH - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_FJ_JISHO - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_FJ_LOYA - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_FJ_MASSHOU - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_FJ_ROYA - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_FJ_TOUROKU - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_JUMP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_MINUS - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_NEC_EQUAL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_PA1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_PA2 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_PA3 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_PERIOD - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_PLUS - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_RESET - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_OEM_WSCTRL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PA1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PACKET - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PAUSE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PLAY - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PRINT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PRIOR - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_PROCESSKEY - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RBUTTON - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RCONTROL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RETURN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RIGHT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RMENU - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RSHIFT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_RWIN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SELECT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SEPARATOR - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SHIFT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SLEEP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SNAPSHOT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SPACE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_SUBTRACT - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_TAB - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_UP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_VOLUME_DOWN - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_VOLUME_MUTE - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_VOLUME_UP - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_XBUTTON1 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_XBUTTON2 - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- VK_ZOOM - Static variable in class org.lwjgl.system.windows.User32
-
Virtual Keys.
- vsnprintf(ByteBuffer, CharSequence, long) - Static method in class org.lwjgl.system.libc.LibCStdio
-
Loads the data from the locations, defined by
vlist
, converts them to character string equivalents and writes the results to a character string buffer. - vsnprintf(ByteBuffer, ByteBuffer, long) - Static method in class org.lwjgl.system.libc.LibCStdio
-
Loads the data from the locations, defined by
vlist
, converts them to character string equivalents and writes the results to a character string buffer. - vsscanf(CharSequence, CharSequence, long) - Static method in class org.lwjgl.system.libc.LibCStdio
-
Reads data from the null-terminated character string
buffer
, interprets it according toformat
and stores the results into locations defined byvlist
. - vsscanf(ByteBuffer, ByteBuffer, long) - Static method in class org.lwjgl.system.libc.LibCStdio
-
Reads data from the null-terminated character string
buffer
, interprets it according toformat
and stores the results into locations defined byvlist
. - VULKAN_EXPLICIT_INIT - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.EGL_EXPLICIT_INIT
for the Vulkan library (org.lwjgl.vulkan.explicitInit). - VULKAN_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the Vulkan library (org.lwjgl.vulkan.libname).
W
- WA_ACTIVE - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_ACTIVATE
messagewParam
values. - WA_CLICKACTIVE - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_ACTIVATE
messagewParam
values. - WA_INACTIVE - Static variable in class org.lwjgl.system.windows.User32
-
User32.WM_ACTIVATE
messagewParam
values. - WaitMessage - Static variable in class org.lwjgl.system.windows.User32.Functions
-
Function address.
- WaitMessage() - Static method in class org.lwjgl.system.windows.User32
-
Yields control to other threads when a thread has no other messages in its message queue.
- WHEEL_DELTA - Static variable in class org.lwjgl.system.windows.User32
-
Value for rolling one detent.
- win_gravity() - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Returns the value of the
win_gravity
field. - win_gravity() - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Returns the value of the
win_gravity
field. - win_gravity(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes.Buffer
-
Sets the specified value to the
win_gravity
field. - win_gravity(int) - Method in class org.lwjgl.system.linux.XSetWindowAttributes
-
Sets the specified value to the
win_gravity
field. - WinBase - Class in org.lwjgl.system.windows
-
Native bindings to WinBase.h.
- WindingRule - Static variable in class org.lwjgl.system.linux.X11
-
fillRule
- WINDOWPLACEMENT - Class in org.lwjgl.system.windows
-
Contains information about the placement of a window on the screen.
- WINDOWPLACEMENT(ByteBuffer) - Constructor for class org.lwjgl.system.windows.WINDOWPLACEMENT
-
Creates a
WINDOWPLACEMENT
instance at the current position of the specifiedByteBuffer
container. - WINDOWPLACEMENT.Buffer - Class in org.lwjgl.system.windows
-
An array of
WINDOWPLACEMENT
structs. - WindowProc - Class in org.lwjgl.system.windows
-
An application-defined function that processes messages sent to a window.
- WindowProcI - Interface in org.lwjgl.system.windows
-
An application-defined function that processes messages sent to a window.
- WindowsLibrary - Class in org.lwjgl.system.windows
-
Implements a
SharedLibrary
on the Windows OS. - WindowsLibrary(String) - Constructor for class org.lwjgl.system.windows.WindowsLibrary
- windowsThrowException(String) - Static method in class org.lwjgl.system.windows.WindowsUtil
- WindowsUtil - Class in org.lwjgl.system.windows
- WM_ACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ACTIVATEAPP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_AFXFIRST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_AFXLAST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_APP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_APPCOMMAND - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ASKCBFORMATNAME - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CANCELJOURNAL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CANCELMODE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CAPTURECHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CHANGECBCHAIN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CHANGEUISTATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CHARTOITEM - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CHILDACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CLEAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CLIPBOARDUPDATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CLOSE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_COMMAND - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_COMMNOTIFY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_COMPACTING - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_COMPAREITEM - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CONTEXTMENU - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_COPY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_COPYDATA - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CREATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLORBTN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLORDLG - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLOREDIT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLORLISTBOX - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLORMSGBOX - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLORSCROLLBAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CTLCOLORSTATIC - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_CUT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DEADCHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DELETEITEM - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DESTROY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DESTROYCLIPBOARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DEVICECHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DEVMODECHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DISPLAYCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DRAWCLIPBOARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DRAWITEM - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DROPFILES - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DWMCOLORIZATIONCOLORCHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DWMCOMPOSITIONCHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DWMNCRENDERINGCHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DWMSENDICONICLIVEPREVIEWBITMAP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DWMSENDICONICTHUMBNAIL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_DWMWINDOWMAXIMIZEDCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ENABLE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ENDSESSION - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ENTERIDLE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ENTERMENULOOP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ENTERSIZEMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ERASEBKGND - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_EXITMENULOOP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_EXITSIZEMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_FONTCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GESTURE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GESTURENOTIFY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETDLGCODE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETFONT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETHOTKEY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETICON - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETMINMAXINFO - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETOBJECT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETTEXT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETTEXTLENGTH - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_GETTITLEBARINFOEX - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_HANDHELDFIRST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_HANDHELDLAST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_HELP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_HOTKEY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_HSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_HSCROLLCLIPBOARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_ICONERASEBKGND - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_CHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_COMPOSITION - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_COMPOSITIONFULL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_CONTROL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_ENDCOMPOSITION - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_KEYDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_KEYLAST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_KEYUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_NOTIFY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_REQUEST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_SELECT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_SETCONTEXT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_IME_STARTCOMPOSITION - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INITDIALOG - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INITMENU - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INITMENUPOPUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INPUT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INPUT_DEVICE_CHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INPUTLANGCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_INPUTLANGCHANGEREQUEST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_KEYDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_KEYFIRST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_KEYUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_KILLFOCUS - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_LBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_LBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_LBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDICASCADE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDICREATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIDESTROY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIGETACTIVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIICONARRANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIMAXIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDINEXT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIREFRESHMENU - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDIRESTORE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDISETMENU - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MDITILE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MEASUREITEM - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MENUCHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MENUCOMMAND - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MENUDRAG - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MENUGETOBJECT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MENURBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MENUSELECT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSEACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSEFIRST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSEHOVER - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSEHWHEEL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSELEAVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSEMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOUSEWHEEL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_MOVING - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCCALCSIZE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCCREATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCDESTROY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCHITTEST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCLBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCLBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCLBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCMBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCMBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCMBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCMOUSEHOVER - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCMOUSELEAVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCMOUSEMOVE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCPAINT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCRBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCRBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCRBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCXBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCXBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NCXBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NEXTDLGCTL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NEXTMENU - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NOTIFY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NOTIFYFORMAT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_NULL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PAINT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PAINTCLIPBOARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PAINTICON - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PALETTECHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PALETTEISCHANGING - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PARENTNOTIFY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PASTE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PENWINFIRST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PENWINLAST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_POWER - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_POWERBROADCAST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PRINT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_PRINTCLIENT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUERYDRAGICON - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUERYENDSESSION - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUERYNEWPALETTE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUERYOPEN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUERYUISTATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUEUESYNC - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_QUIT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_RBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_RBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_RBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_RENDERALLFORMATS - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_RENDERFORMAT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETCURSOR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETFOCUS - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETFONT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETHOTKEY - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETICON - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETREDRAW - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETTEXT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SETTINGCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SHOWWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SIZE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SIZECLIPBOARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SIZING - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SPOOLERSTATUS - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_STYLECHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_STYLECHANGING - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYNCPAINT - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYSCHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYSCOLORCHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYSCOMMAND - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYSDEADCHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYSKEYDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_SYSKEYUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_TABLET_FIRST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_TABLET_LAST - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_TCARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_THEMECHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_TIMECHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_TIMER - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_TOUCH - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_UNDO - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_UNICHAR - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_UNINITMENUPOPUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_UPDATEUISTATE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_USER - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_USERCHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_VKEYTOITEM - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_VSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_VSCROLLCLIPBOARD - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_WINDOWPOSCHANGED - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_WINDOWPOSCHANGING - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_WININICHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_WTSSESSION_CHANGE - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_XBUTTONDBLCLK - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_XBUTTONDOWN - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WM_XBUTTONUP - Static variable in class org.lwjgl.system.windows.User32
-
Windows messages.
- WNDCLASSEX - Class in org.lwjgl.system.windows
-
Contains the window class attributes that are registered by the
User32.RegisterClassEx(org.lwjgl.system.windows.WNDCLASSEX)
function. - WNDCLASSEX(ByteBuffer) - Constructor for class org.lwjgl.system.windows.WNDCLASSEX
-
Creates a
WNDCLASSEX
instance at the current position of the specifiedByteBuffer
container. - WNDCLASSEX.Buffer - Class in org.lwjgl.system.windows
-
An array of
WNDCLASSEX
structs. - wParam() - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Returns the value of the
wParam
field. - wParam() - Method in class org.lwjgl.system.windows.MSG
-
Returns the value of the
wParam
field. - wParam(long) - Method in class org.lwjgl.system.windows.MSG.Buffer
-
Sets the specified value to the
wParam
field. - wParam(long) - Method in class org.lwjgl.system.windows.MSG
-
Sets the specified value to the
wParam
field. - WPF_ASYNCWINDOWPLACEMENT - Static variable in class org.lwjgl.system.windows.User32
-
WINDOWPLACEMENT
flags. - WPF_RESTORETOMAXIMIZED - Static variable in class org.lwjgl.system.windows.User32
-
WINDOWPLACEMENT
flags. - WPF_SETMINPOSITION - Static variable in class org.lwjgl.system.windows.User32
-
WINDOWPLACEMENT
flags. - WS_BORDER - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_CAPTION - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_CHILD - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_CHILDWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_CLIPCHILDREN - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_CLIPSIBLINGS - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_DISABLED - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_DLGFRAME - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_EX_ACCEPTFILES - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_APPWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_CLIENTEDGE - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_COMPOSITED - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_CONTEXTHELP - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_CONTROLPARENT - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_DLGMODALFRAME - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_LAYERED - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_LAYOUTRTL - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_LEFT - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_LEFTSCROLLBAR - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_LTRREADING - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_MDICHILD - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_NOACTIVATE - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_NOINHERITLAYOUT - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_NOPARENTNOTIFY - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_OVERLAPPEDWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_PALETTEWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_RIGHT - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_RIGHTSCROLLBAR - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_RTLREADING - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_STATICEDGE - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_TOOLWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_TOPMOST - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_TRANSPARENT - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_EX_WINDOWEDGE - Static variable in class org.lwjgl.system.windows.User32
-
Extended Window Styles
- WS_GROUP - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_HSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_ICONIC - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_MAXIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_MAXIMIZEBOX - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_MINIMIZE - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_MINIMIZEBOX - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_OVERLAPPED - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_OVERLAPPEDWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_POPUP - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_POPUPWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_SIZEBOX - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_SYSMENU - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_TABSTOP - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_THICKFRAME - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_TILED - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_TILEDWINDOW - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_VISIBLE - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
- WS_VSCROLL - Static variable in class org.lwjgl.system.windows.User32
-
Window Styles
X
- x() - Method in class org.lwjgl.system.windows.POINT.Buffer
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.POINT
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.POINTFLOAT.Buffer
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.POINTL.Buffer
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.POINTL
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
x
field. - x() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
x
field. - x(float) - Method in class org.lwjgl.system.windows.POINTFLOAT.Buffer
-
Sets the specified value to the
x
field. - x(float) - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Sets the specified value to the
x
field. - x(int) - Method in class org.lwjgl.system.windows.POINT.Buffer
-
Sets the specified value to the
x
field. - x(int) - Method in class org.lwjgl.system.windows.POINT
-
Sets the specified value to the
x
field. - x(int) - Method in class org.lwjgl.system.windows.POINTL.Buffer
-
Sets the specified value to the
x
field. - x(int) - Method in class org.lwjgl.system.windows.POINTL
-
Sets the specified value to the
x
field. - X11 - Class in org.lwjgl.system.linux
-
Native bindings to libX11.
- X11.Functions - Class in org.lwjgl.system.linux
-
Contains the function pointers loaded from the X11
SharedLibrary
. - XBUTTON1 - Static variable in class org.lwjgl.system.windows.User32
-
XButton values.
- XBUTTON2 - Static variable in class org.lwjgl.system.windows.User32
-
XButton values.
- XCloseDisplay - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XCloseDisplay(long) - Static method in class org.lwjgl.system.linux.X11
-
Closes the connection to the X server for the display specified in the
Display
structure and destroys all windows, resource IDs (Window, Font, Pixmap, Colormap, Cursor, and GContext), or other resources that the client has created on this display, unless the close-down mode of the resource has been changed (seeXSetCloseDownMode()
). - XCreateColormap - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XCreateColormap(long, long, Visual, int) - Static method in class org.lwjgl.system.linux.X11
-
Creates a colormap of the specified visual type for the screen on which the specified window resides and returns the colormap ID associated with it.
- XCreateWindow - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XCreateWindow(long, long, int, int, int, int, int, int, int, Visual, long, XSetWindowAttributes) - Static method in class org.lwjgl.system.linux.X11
-
Creates an unmapped subwindow for a specified parent window, returns the window ID of the created window, and causes the X server to generate a
CreateNotify
event. - XDefaultScreen - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XDefaultScreen(long) - Static method in class org.lwjgl.system.linux.X11
-
Returns a pointer to the default screen.
- XDestroyWindow - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XDestroyWindow(long, long) - Static method in class org.lwjgl.system.linux.X11
-
Destroys the specified window as well as all of its subwindows and causes the X server to generate a
DestroyNotify
event for each window. - XFree - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XFree(ByteBuffer) - Static method in class org.lwjgl.system.linux.X11
-
Free in-memory data that was created by an Xlib function.
- XFree(PointerBuffer) - Static method in class org.lwjgl.system.linux.X11
-
Free in-memory data that was created by an Xlib function.
- XFreeColormap - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XFreeColormap(long, long) - Static method in class org.lwjgl.system.linux.X11
-
Deletes the association between the
colormap
resource ID and thecolormap
and frees thecolormap
storage. - XOpenDisplay - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XOpenDisplay(CharSequence) - Static method in class org.lwjgl.system.linux.X11
-
Returns a Display structure that serves as the connection to the X server and that contains all the information about that X server.
- XOpenDisplay(ByteBuffer) - Static method in class org.lwjgl.system.linux.X11
-
Returns a Display structure that serves as the connection to the X server and that contains all the information about that X server.
- XRootWindow - Static variable in class org.lwjgl.system.linux.X11.Functions
-
Function address.
- XRootWindow(long, int) - Static method in class org.lwjgl.system.linux.X11
-
Returns the root window of the specified screen.
- XSetWindowAttributes - Class in org.lwjgl.system.linux
-
Data structure for setting window attributes.
- XSetWindowAttributes(ByteBuffer) - Constructor for class org.lwjgl.system.linux.XSetWindowAttributes
-
Creates a
XSetWindowAttributes
instance at the current position of the specifiedByteBuffer
container. - XSetWindowAttributes.Buffer - Class in org.lwjgl.system.linux
-
An array of
XSetWindowAttributes
structs. - XVisualInfo - Class in org.lwjgl.system.linux
-
Information used by the visual utility routines to find desired visual type from the many visuals a display may support.
- XVisualInfo(ByteBuffer) - Constructor for class org.lwjgl.system.linux.XVisualInfo
-
Creates a
XVisualInfo
instance at the current position of the specifiedByteBuffer
container. - XVisualInfo.Buffer - Class in org.lwjgl.system.linux
-
An array of
XVisualInfo
structs.
Y
- y() - Method in class org.lwjgl.system.windows.POINT.Buffer
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.POINT
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.POINTFLOAT.Buffer
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.POINTL.Buffer
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.POINTL
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.TOUCHINPUT.Buffer
-
Returns the value of the
y
field. - y() - Method in class org.lwjgl.system.windows.TOUCHINPUT
-
Returns the value of the
y
field. - y(float) - Method in class org.lwjgl.system.windows.POINTFLOAT.Buffer
-
Sets the specified value to the
y
field. - y(float) - Method in class org.lwjgl.system.windows.POINTFLOAT
-
Sets the specified value to the
y
field. - y(int) - Method in class org.lwjgl.system.windows.POINT.Buffer
-
Sets the specified value to the
y
field. - y(int) - Method in class org.lwjgl.system.windows.POINT
-
Sets the specified value to the
y
field. - y(int) - Method in class org.lwjgl.system.windows.POINTL.Buffer
-
Sets the specified value to the
y
field. - y(int) - Method in class org.lwjgl.system.windows.POINTL
-
Sets the specified value to the
y
field. - YES - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Boolean values.
- YSorted - Static variable in class org.lwjgl.system.linux.X11
-
SetClipRectangles ordering
- YXBanded - Static variable in class org.lwjgl.system.linux.X11
-
SetClipRectangles ordering
- YXSorted - Static variable in class org.lwjgl.system.linux.X11
-
SetClipRectangles ordering
Z
- zeroBuffer(ByteBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
- zeroBuffer(CharBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
- zeroBuffer(DoubleBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
- zeroBuffer(FloatBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
- zeroBuffer(IntBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
- zeroBuffer(LongBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
- zeroBuffer(ShortBuffer) - Static method in class org.lwjgl.BufferUtils
-
Fills the specified buffer with zeros from the current position to the current limit.
_
- __stdcall(String) - Static method in class org.lwjgl.system.Callback
- _C_ARY_B - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_ARY_E - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_ATOM - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_BFLD - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_BOOL - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_CHARPTR - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_CHR - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_CLASS - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_CONST - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_DBL - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_FLT - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_ID - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_INT - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_LNG - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_LNG_LNG - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_PTR - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_SEL - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_SHT - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_STRUCT_B - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_STRUCT_E - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_UCHR - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_UINT - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_ULNG - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_ULNG_LNG - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_UNDEF - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_UNION_B - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_UNION_E - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_USHT - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_VECTOR - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.
- _C_VOID - Static variable in class org.lwjgl.system.macosx.ObjCRuntime
-
Types.