Index
All Classes and Interfaces|All Packages|Constant Field Values
J
- JAWT - Class in org.lwjgl.system.jawt
-
struct JAWT { jint version; void * GetDrawingSurface; void * FreeDrawingSurface; void * Lock; void * Unlock; void * GetComponent; void * CreateEmbeddedFrame; void * SetBounds; void * SynthesizeWindowActivation; }
- JAWT(ByteBuffer) - Constructor for class org.lwjgl.system.jawt.JAWT
-
Creates a
JAWT
instance at the current position of the specifiedByteBuffer
container. - JAWT_CreateEmbeddedFrame(long, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
jobject JAWT_CreateEmbeddedFrame(void * platformInfo, void * __functionAddress)
- JAWT_DrawingSurface_FreeDrawingSurfaceInfo(JAWTDrawingSurfaceInfo, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_DrawingSurface_FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo * dsi, void * __functionAddress)
- JAWT_DrawingSurface_GetDrawingSurfaceInfo(JAWTDrawingSurface, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
JAWT_DrawingSurfaceInfo * JAWT_DrawingSurface_GetDrawingSurfaceInfo(JAWT_DrawingSurface * ds, void * __functionAddress)
- JAWT_DrawingSurface_Lock(JAWTDrawingSurface, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
jint JAWT_DrawingSurface_Lock(JAWT_DrawingSurface * ds, void * __functionAddress)
- JAWT_DrawingSurface_Unlock(JAWTDrawingSurface, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_DrawingSurface_Unlock(JAWT_DrawingSurface * ds, void * __functionAddress)
- JAWT_FreeDrawingSurface(JAWTDrawingSurface, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_FreeDrawingSurface(JAWT_DrawingSurface * ds, void * __functionAddress)
- JAWT_GetAWT(JAWT) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
jboolean JAWT_GetAWT(JAWT * awt)
- JAWT_GetComponent(long, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
jobject JAWT_GetComponent(void * platformInfo, void * __functionAddress)
- JAWT_GetDrawingSurface(Object, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
JAWT_DrawingSurface * JAWT_GetDrawingSurface(jobject target, void * __functionAddress)
- JAWT_LIBRARY_NAME - Static variable in class org.lwjgl.system.Configuration
-
Similar to
Configuration.LIBRARY_NAME
for the jawt library (org.lwjgl.system.jawt.libname). - JAWT_Lock(long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_Lock(void * __functionAddress)
- JAWT_LOCK_BOUNDS_CHANGED - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_LOCK_CLIP_CHANGED - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_LOCK_ERROR - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_LOCK_SURFACE_CHANGED - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_MACOSX_USE_CALAYER - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_SetBounds(Frame, int, int, int, int, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_SetBounds(jobject embeddedFrame, jint x, jint y, jint w, jint h, void * __functionAddress)
- JAWT_SynthesizeWindowActivation(Frame, boolean, long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_SynthesizeWindowActivation(jobject embeddedFrame, jboolean doActivate, void * __functionAddress)
- JAWT_Unlock(long) - Static method in class org.lwjgl.system.jawt.JAWTFunctions
-
void JAWT_Unlock(void * __functionAddress)
- JAWT_VERSION_1_3 - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_VERSION_1_4 - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_VERSION_1_7 - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWT_VERSION_9 - Static variable in class org.lwjgl.system.jawt.JAWTFunctions
- JAWTDrawingSurface - Class in org.lwjgl.system.jawt
-
struct JAWT_DrawingSurface { JNIEnv * env; jobject target; void * Lock; void * GetDrawingSurfaceInfo; void * FreeDrawingSurfaceInfo; void * Unlock; }
- JAWTDrawingSurface(ByteBuffer) - Constructor for class org.lwjgl.system.jawt.JAWTDrawingSurface
-
Creates a
JAWTDrawingSurface
instance at the current position of the specifiedByteBuffer
container. - JAWTDrawingSurface.Buffer - Class in org.lwjgl.system.jawt
-
An array of
JAWTDrawingSurface
structs. - JAWTDrawingSurfaceInfo - Class in org.lwjgl.system.jawt
-
struct JAWT_DrawingSurfaceInfo { void * platformInfo; {@link JAWTDrawingSurface JAWT_DrawingSurface} * ds; {@link JAWTRectangle JAWT_Rectangle} bounds; jint clipSize; {@link JAWTRectangle JAWT_Rectangle} * clip; }
- JAWTDrawingSurfaceInfo(ByteBuffer) - Constructor for class org.lwjgl.system.jawt.JAWTDrawingSurfaceInfo
-
Creates a
JAWTDrawingSurfaceInfo
instance at the current position of the specifiedByteBuffer
container. - JAWTDrawingSurfaceInfo.Buffer - Class in org.lwjgl.system.jawt
-
An array of
JAWTDrawingSurfaceInfo
structs. - JAWTFunctions - Class in org.lwjgl.system.jawt
- JAWTFunctions.Functions - Class in org.lwjgl.system.jawt
-
Contains the function pointers loaded from the jawt
SharedLibrary
. - JAWTRectangle - Class in org.lwjgl.system.jawt
-
struct JAWT_Rectangle { jint x; jint y; jint width; jint height; }
- JAWTRectangle(ByteBuffer) - Constructor for class org.lwjgl.system.jawt.JAWTRectangle
-
Creates a
JAWTRectangle
instance at the current position of the specifiedByteBuffer
container. - JAWTRectangle.Buffer - Class in org.lwjgl.system.jawt
-
An array of
JAWTRectangle
structs. - JAWTWin32DrawingSurfaceInfo - Class in org.lwjgl.system.jawt
-
struct JAWT_Win32DrawingSurfaceInfo { union { HWND hwnd; HBITMAP hbitmap; void * pbits; }; HDC hdc; HPALETTE hpalette; }
- JAWTWin32DrawingSurfaceInfo(ByteBuffer) - Constructor for class org.lwjgl.system.jawt.JAWTWin32DrawingSurfaceInfo
-
Creates a
JAWTWin32DrawingSurfaceInfo
instance at the current position of the specifiedByteBuffer
container. - JAWTWin32DrawingSurfaceInfo.Buffer - Class in org.lwjgl.system.jawt
-
An array of
JAWTWin32DrawingSurfaceInfo
structs. - JAWTX11DrawingSurfaceInfo - Class in org.lwjgl.system.jawt
-
struct JAWT_X11DrawingSurfaceInfo { Drawable drawable; Display * display; VisualID visualID; Colormap colormapID; int depth; }
- JAWTX11DrawingSurfaceInfo(ByteBuffer) - Constructor for class org.lwjgl.system.jawt.JAWTX11DrawingSurfaceInfo
-
Creates a
JAWTX11DrawingSurfaceInfo
instance at the current position of the specifiedByteBuffer
container. - JAWTX11DrawingSurfaceInfo.Buffer - Class in org.lwjgl.system.jawt
-
An array of
JAWTX11DrawingSurfaceInfo
structs. - jaxis() - Method in class org.lwjgl.sdl.SDL_Event.Buffer
- jaxis() - Method in class org.lwjgl.sdl.SDL_Event
- jaxis(Consumer<SDL_JoyAxisEvent>) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Passes the
jaxis
field to the specifiedConsumer
. - jaxis(Consumer<SDL_JoyAxisEvent>) - Method in class org.lwjgl.sdl.SDL_Event
-
Passes the
jaxis
field to the specifiedConsumer
. - jaxis(SDL_JoyAxisEvent) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Copies the specified
SDL_JoyAxisEvent
to thejaxis
field. - jaxis(SDL_JoyAxisEvent) - Method in class org.lwjgl.sdl.SDL_Event
-
Copies the specified
SDL_JoyAxisEvent
to thejaxis
field. - JAXIS - Static variable in class org.lwjgl.sdl.SDL_Event
-
The struct member offsets.
- jball() - Method in class org.lwjgl.sdl.SDL_Event.Buffer
- jball() - Method in class org.lwjgl.sdl.SDL_Event
- jball(Consumer<SDL_JoyBallEvent>) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Passes the
jball
field to the specifiedConsumer
. - jball(Consumer<SDL_JoyBallEvent>) - Method in class org.lwjgl.sdl.SDL_Event
-
Passes the
jball
field to the specifiedConsumer
. - jball(SDL_JoyBallEvent) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Copies the specified
SDL_JoyBallEvent
to thejball
field. - jball(SDL_JoyBallEvent) - Method in class org.lwjgl.sdl.SDL_Event
-
Copies the specified
SDL_JoyBallEvent
to thejball
field. - JBALL - Static variable in class org.lwjgl.sdl.SDL_Event
-
The struct member offsets.
- jbattery() - Method in class org.lwjgl.sdl.SDL_Event.Buffer
- jbattery() - Method in class org.lwjgl.sdl.SDL_Event
- jbattery(Consumer<SDL_JoyBatteryEvent>) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Passes the
jbattery
field to the specifiedConsumer
. - jbattery(Consumer<SDL_JoyBatteryEvent>) - Method in class org.lwjgl.sdl.SDL_Event
-
Passes the
jbattery
field to the specifiedConsumer
. - jbattery(SDL_JoyBatteryEvent) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Copies the specified
SDL_JoyBatteryEvent
to thejbattery
field. - jbattery(SDL_JoyBatteryEvent) - Method in class org.lwjgl.sdl.SDL_Event
-
Copies the specified
SDL_JoyBatteryEvent
to thejbattery
field. - JBATTERY - Static variable in class org.lwjgl.sdl.SDL_Event
-
The struct member offsets.
- jbutton() - Method in class org.lwjgl.sdl.SDL_Event.Buffer
- jbutton() - Method in class org.lwjgl.sdl.SDL_Event
- jbutton(Consumer<SDL_JoyButtonEvent>) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Passes the
jbutton
field to the specifiedConsumer
. - jbutton(Consumer<SDL_JoyButtonEvent>) - Method in class org.lwjgl.sdl.SDL_Event
-
Passes the
jbutton
field to the specifiedConsumer
. - jbutton(SDL_JoyButtonEvent) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Copies the specified
SDL_JoyButtonEvent
to thejbutton
field. - jbutton(SDL_JoyButtonEvent) - Method in class org.lwjgl.sdl.SDL_Event
-
Copies the specified
SDL_JoyButtonEvent
to thejbutton
field. - JBUTTON - Static variable in class org.lwjgl.sdl.SDL_Event
-
The struct member offsets.
- JD - Static variable in class org.lwjgl.llvm.LLVMOrcCDependenceMapPair
-
The struct member offsets.
- JD - Static variable in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
-
The struct member offsets.
- JD() - Method in class org.lwjgl.llvm.LLVMOrcCDependenceMapPair.Buffer
- JD() - Method in class org.lwjgl.llvm.LLVMOrcCDependenceMapPair
- JD() - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement.Buffer
- JD() - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
- JD(long) - Method in class org.lwjgl.llvm.LLVMOrcCDependenceMapPair.Buffer
-
Sets the specified value to the
JD
field. - JD(long) - Method in class org.lwjgl.llvm.LLVMOrcCDependenceMapPair
-
Sets the specified value to the
JD
field. - JD(long) - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement.Buffer
-
Sets the specified value to the
JD
field. - JD(long) - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
-
Sets the specified value to the
JD
field. - jdevice() - Method in class org.lwjgl.sdl.SDL_Event.Buffer
- jdevice() - Method in class org.lwjgl.sdl.SDL_Event
- jdevice(Consumer<SDL_JoyDeviceEvent>) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Passes the
jdevice
field to the specifiedConsumer
. - jdevice(Consumer<SDL_JoyDeviceEvent>) - Method in class org.lwjgl.sdl.SDL_Event
-
Passes the
jdevice
field to the specifiedConsumer
. - jdevice(SDL_JoyDeviceEvent) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Copies the specified
SDL_JoyDeviceEvent
to thejdevice
field. - jdevice(SDL_JoyDeviceEvent) - Method in class org.lwjgl.sdl.SDL_Event
-
Copies the specified
SDL_JoyDeviceEvent
to thejdevice
field. - JDEVICE - Static variable in class org.lwjgl.sdl.SDL_Event
-
The struct member offsets.
- JDLookupFlags() - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement.Buffer
- JDLookupFlags() - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
- JDLookupFlags(int) - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement.Buffer
-
Sets the specified value to the
JDLookupFlags
field. - JDLookupFlags(int) - Method in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
-
Sets the specified value to the
JDLookupFlags
field. - JDLOOKUPFLAGS - Static variable in class org.lwjgl.llvm.LLVMOrcCJITDylibSearchOrderElement
-
The struct member offsets.
- je_aligned_alloc(long, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_aligned_alloc(size_t alignment, size_t size)
- je_calloc(long, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_calloc(size_t num, size_t size)
- je_dallocx(ByteBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_dallocx(DoubleBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_dallocx(FloatBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_dallocx(IntBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_dallocx(LongBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_dallocx(ShortBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_dallocx(PointerBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_dallocx(void * ptr, int flags)
- je_free(ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free(DoubleBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free(FloatBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free(IntBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free(LongBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free(ShortBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free(PointerBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free(void * ptr)
- je_free_aligned_sized(ByteBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_aligned_sized(DoubleBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_aligned_sized(FloatBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_aligned_sized(IntBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_aligned_sized(LongBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_aligned_sized(ShortBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_aligned_sized(PointerBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_aligned_sized(void * ptr, size_t alignment, size_t size)
- je_free_sized(ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_free_sized(DoubleBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_free_sized(FloatBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_free_sized(IntBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_free_sized(LongBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_free_sized(ShortBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_free_sized(PointerBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_free_sized(void * ptr, size_t size)
- je_mallctl(CharSequence, ByteBuffer, PointerBuffer, ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
int je_mallctl(char const * name, void * oldp, size_t * oldlenp, void * newp, size_t newlen)
- je_mallctl(ByteBuffer, ByteBuffer, PointerBuffer, ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
int je_mallctl(char const * name, void * oldp, size_t * oldlenp, void * newp, size_t newlen)
- je_mallctlbymib(PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
int je_mallctlbymib(size_t const * mib, size_t miblen, void * oldp, size_t * oldlenp, void * newp, size_t newlen)
- je_mallctlnametomib(CharSequence, PointerBuffer, PointerBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
int je_mallctlnametomib(char const * name, size_t * mibp, size_t * miblenp)
- je_mallctlnametomib(ByteBuffer, PointerBuffer, PointerBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
int je_mallctlnametomib(char const * name, size_t * mibp, size_t * miblenp)
- je_malloc(long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_malloc(size_t size)
- je_malloc_message() - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void (*) (void *, char const *) * je_malloc_message(void)
- je_malloc_stats_print(MallocMessageCallbackI, long, CharSequence) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_malloc_stats_print(void (*) (void *, char const *) write_cb, void * cbopaque, char const * opts)
- je_malloc_stats_print(MallocMessageCallbackI, long, ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_malloc_stats_print(void (*) (void *, char const *) write_cb, void * cbopaque, char const * opts)
- je_malloc_usable_size(ByteBuffer) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
size_t je_malloc_usable_size(void const * ptr)
- je_mallocx(long, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_mallocx(size_t size, int flags)
- je_nallocx(long, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_nallocx(size_t size, int flags)
- je_posix_memalign(PointerBuffer, long, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
int je_posix_memalign(void ** memptr, size_t alignment, size_t size)
- je_rallocx(ByteBuffer, long, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_rallocx(void * ptr, size_t size, int flags)
- je_realloc(ByteBuffer, long) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void * je_realloc(void * ptr, size_t size)
- je_sallocx(ByteBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
size_t je_sallocx(void const * ptr, int flags)
- je_sdallocx(ByteBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_sdallocx(DoubleBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_sdallocx(FloatBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_sdallocx(IntBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_sdallocx(LongBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_sdallocx(ShortBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_sdallocx(PointerBuffer, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
void je_sdallocx(void * ptr, size_t size, int flags)
- je_xallocx(ByteBuffer, long, long, int) - Static method in class org.lwjgl.system.jemalloc.JEmalloc
-
size_t je_xallocx(void * ptr, size_t size, size_t extra, int flags)
- JEmalloc - Class in org.lwjgl.system.jemalloc
- 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). - JEMALLOC_VERSION - Static variable in class org.lwjgl.system.jemalloc.JEmalloc
- JEMALLOC_VERSION_BUGFIX - Static variable in class org.lwjgl.system.jemalloc.JEmalloc
- JEMALLOC_VERSION_GID - Static variable in class org.lwjgl.system.jemalloc.JEmalloc
- JEMALLOC_VERSION_MAJOR - Static variable in class org.lwjgl.system.jemalloc.JEmalloc
- JEMALLOC_VERSION_MINOR - Static variable in class org.lwjgl.system.jemalloc.JEmalloc
- JEMALLOC_VERSION_NREV - Static variable in class org.lwjgl.system.jemalloc.JEmalloc
- JEmalloc.Functions - Class in org.lwjgl.system.jemalloc
-
Contains the function pointers loaded from the jemalloc
SharedLibrary
. - JEmallocAllocator - Class in org.lwjgl.system.jemalloc
- JEmallocAllocator() - Constructor for class org.lwjgl.system.jemalloc.JEmallocAllocator
- jhat() - Method in class org.lwjgl.sdl.SDL_Event.Buffer
- jhat() - Method in class org.lwjgl.sdl.SDL_Event
- jhat(Consumer<SDL_JoyHatEvent>) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Passes the
jhat
field to the specifiedConsumer
. - jhat(Consumer<SDL_JoyHatEvent>) - Method in class org.lwjgl.sdl.SDL_Event
-
Passes the
jhat
field to the specifiedConsumer
. - jhat(SDL_JoyHatEvent) - Method in class org.lwjgl.sdl.SDL_Event.Buffer
-
Copies the specified
SDL_JoyHatEvent
to thejhat
field. - jhat(SDL_JoyHatEvent) - Method in class org.lwjgl.sdl.SDL_Event
-
Copies the specified
SDL_JoyHatEvent
to thejhat
field. - JHAT - Static variable in class org.lwjgl.sdl.SDL_Event
-
The struct member offsets.
- JNI - Class in org.lwjgl.system
-
This class contains native methods that can be used to call dynamically loaded functions.
- JNI_ABORT - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_COMMIT - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_EDETACHED - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_EEXIST - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_EINVAL - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_ENOMEM - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_ERR - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_EVERSION - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_FALSE - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_LIBRARY_NAME - Static variable in class org.lwjgl.system.Library
-
The LWJGL shared library name.
- JNI_NATIVE_INTERFACE_FUNCTION_COUNT - Static variable in class org.lwjgl.system.Configuration
-
Overrides the number of functions in the
JNINativeInterface_
struct. - JNI_OK - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_TRUE - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_1_1 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_1_2 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_1_4 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_1_6 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_1_8 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_10 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_19 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_20 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_21 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_24 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNI_VERSION_9 - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNIGlobalRefType - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNIInvalidRefType - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNILocalRefType - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JNINativeInterface - Class in org.lwjgl.system.jni
- JNINativeMethod - Class in org.lwjgl.system.jni
-
struct JNINativeMethod { char * name; char * signature; void * fnPtr; }
- JNINativeMethod(ByteBuffer) - Constructor for class org.lwjgl.system.jni.JNINativeMethod
-
Creates a
JNINativeMethod
instance at the current position of the specifiedByteBuffer
container. - JNINativeMethod.Buffer - Class in org.lwjgl.system.jni
-
An array of
JNINativeMethod
structs. - JNIWeakGlobalRefType - Static variable in class org.lwjgl.system.jni.JNINativeInterface
- JoinBevel - Static variable in class org.lwjgl.system.linux.X11
- JoinMiter - Static variable in class org.lwjgl.system.linux.X11
- JoinRound - Static variable in class org.lwjgl.system.linux.X11
- joint() - Method in class org.lwjgl.openxr.XrBodySkeletonJointFB.Buffer
- joint() - Method in class org.lwjgl.openxr.XrBodySkeletonJointFB
- joint() - Method in class org.lwjgl.openxr.XrHandCapsuleFB.Buffer
- joint() - Method in class org.lwjgl.openxr.XrHandCapsuleFB
- joint(int) - Method in class org.lwjgl.openxr.XrBodySkeletonJointFB.Buffer
-
Sets the specified value to the
joint
field. - joint(int) - Method in class org.lwjgl.openxr.XrBodySkeletonJointFB
-
Sets the specified value to the
joint
field. - JOINT - Static variable in class org.lwjgl.openxr.XrBodySkeletonJointFB
-
The struct member offsets.
- JOINT - Static variable in class org.lwjgl.openxr.XrHandCapsuleFB
-
The struct member offsets.
- jointBindPoses() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
- jointBindPoses() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
- jointBindPoses(XrPosef.Buffer) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
-
Sets the address of the specified
XrPosef.Buffer
to thejointBindPoses
field. - jointBindPoses(XrPosef.Buffer) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
Sets the address of the specified
XrPosef.Buffer
to thejointBindPoses
field. - JOINTBINDPOSES - Static variable in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
The struct member offsets.
- jointCapacityInput() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
- jointCapacityInput() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
- jointCapacityInput(int) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
-
Sets the specified value to the
jointCapacityInput
field. - jointCapacityInput(int) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
Sets the specified value to the
jointCapacityInput
field. - JOINTCAPACITYINPUT - Static variable in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
The struct member offsets.
- jointCount() - Method in class org.lwjgl.openxr.XrBodyJointLocationsFB.Buffer
- jointCount() - Method in class org.lwjgl.openxr.XrBodyJointLocationsFB
- jointCount() - Method in class org.lwjgl.openxr.XrBodySkeletonFB.Buffer
- jointCount() - Method in class org.lwjgl.openxr.XrBodySkeletonFB
- jointCount() - Method in class org.lwjgl.openxr.XrBodySkeletonHTC.Buffer
- jointCount() - Method in class org.lwjgl.openxr.XrBodySkeletonHTC
- jointCount() - Method in class org.lwjgl.openxr.XrHandJointLocationsEXT.Buffer
- jointCount() - Method in class org.lwjgl.openxr.XrHandJointLocationsEXT
- jointCount() - Method in class org.lwjgl.openxr.XrHandJointVelocitiesEXT.Buffer
- jointCount() - Method in class org.lwjgl.openxr.XrHandJointVelocitiesEXT
- JOINTCOUNT - Static variable in class org.lwjgl.openxr.XrBodyJointLocationsFB
-
The struct member offsets.
- JOINTCOUNT - Static variable in class org.lwjgl.openxr.XrBodySkeletonFB
-
The struct member offsets.
- JOINTCOUNT - Static variable in class org.lwjgl.openxr.XrBodySkeletonHTC
-
The struct member offsets.
- JOINTCOUNT - Static variable in class org.lwjgl.openxr.XrHandJointLocationsEXT
-
The struct member offsets.
- JOINTCOUNT - Static variable in class org.lwjgl.openxr.XrHandJointVelocitiesEXT
-
The struct member offsets.
- jointCountOutput() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
- jointCountOutput() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
- jointCountOutput(int) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
-
Sets the specified value to the
jointCountOutput
field. - jointCountOutput(int) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
Sets the specified value to the
jointCountOutput
field. - JOINTCOUNTOUTPUT - Static variable in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
The struct member offsets.
- jointLocationCount() - Method in class org.lwjgl.openxr.XrBodyJointLocationsBD.Buffer
- jointLocationCount() - Method in class org.lwjgl.openxr.XrBodyJointLocationsBD
- jointLocationCount() - Method in class org.lwjgl.openxr.XrBodyJointLocationsHTC.Buffer
- jointLocationCount() - Method in class org.lwjgl.openxr.XrBodyJointLocationsHTC
- JOINTLOCATIONCOUNT - Static variable in class org.lwjgl.openxr.XrBodyJointLocationsBD
-
The struct member offsets.
- JOINTLOCATIONCOUNT - Static variable in class org.lwjgl.openxr.XrBodyJointLocationsHTC
-
The struct member offsets.
- jointLocations() - Method in class org.lwjgl.openxr.XrBodyJointLocationsBD.Buffer
- jointLocations() - Method in class org.lwjgl.openxr.XrBodyJointLocationsBD
- jointLocations() - Method in class org.lwjgl.openxr.XrBodyJointLocationsFB.Buffer
- jointLocations() - Method in class org.lwjgl.openxr.XrBodyJointLocationsFB
- jointLocations() - Method in class org.lwjgl.openxr.XrBodyJointLocationsHTC.Buffer
- jointLocations() - Method in class org.lwjgl.openxr.XrBodyJointLocationsHTC
- jointLocations() - Method in class org.lwjgl.openxr.XrHandJointLocationsEXT.Buffer
- jointLocations() - Method in class org.lwjgl.openxr.XrHandJointLocationsEXT
- jointLocations(XrBodyJointLocationBD.Buffer) - Method in class org.lwjgl.openxr.XrBodyJointLocationsBD.Buffer
-
Sets the address of the specified
XrBodyJointLocationBD.Buffer
to thejointLocations
field. - jointLocations(XrBodyJointLocationBD.Buffer) - Method in class org.lwjgl.openxr.XrBodyJointLocationsBD
-
Sets the address of the specified
XrBodyJointLocationBD.Buffer
to thejointLocations
field. - jointLocations(XrBodyJointLocationFB.Buffer) - Method in class org.lwjgl.openxr.XrBodyJointLocationsFB.Buffer
-
Sets the address of the specified
XrBodyJointLocationFB.Buffer
to thejointLocations
field. - jointLocations(XrBodyJointLocationFB.Buffer) - Method in class org.lwjgl.openxr.XrBodyJointLocationsFB
-
Sets the address of the specified
XrBodyJointLocationFB.Buffer
to thejointLocations
field. - jointLocations(XrBodyJointLocationHTC.Buffer) - Method in class org.lwjgl.openxr.XrBodyJointLocationsHTC.Buffer
-
Sets the address of the specified
XrBodyJointLocationHTC.Buffer
to thejointLocations
field. - jointLocations(XrBodyJointLocationHTC.Buffer) - Method in class org.lwjgl.openxr.XrBodyJointLocationsHTC
-
Sets the address of the specified
XrBodyJointLocationHTC.Buffer
to thejointLocations
field. - jointLocations(XrHandJointLocationEXT.Buffer) - Method in class org.lwjgl.openxr.XrHandJointLocationsEXT.Buffer
-
Sets the address of the specified
XrHandJointLocationEXT.Buffer
to thejointLocations
field. - jointLocations(XrHandJointLocationEXT.Buffer) - Method in class org.lwjgl.openxr.XrHandJointLocationsEXT
-
Sets the address of the specified
XrHandJointLocationEXT.Buffer
to thejointLocations
field. - JOINTLOCATIONS - Static variable in class org.lwjgl.openxr.XrBodyJointLocationsBD
-
The struct member offsets.
- JOINTLOCATIONS - Static variable in class org.lwjgl.openxr.XrBodyJointLocationsFB
-
The struct member offsets.
- JOINTLOCATIONS - Static variable in class org.lwjgl.openxr.XrBodyJointLocationsHTC
-
The struct member offsets.
- JOINTLOCATIONS - Static variable in class org.lwjgl.openxr.XrHandJointLocationsEXT
-
The struct member offsets.
- jointParents() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
- jointParents() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
- jointParents(IntBuffer) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
-
Sets the address of the specified
IntBuffer
to thejointParents
field. - jointParents(IntBuffer) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
Sets the address of the specified
IntBuffer
to thejointParents
field. - JOINTPARENTS - Static variable in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
The struct member offsets.
- jointRadii() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
- jointRadii() - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
- jointRadii(FloatBuffer) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB.Buffer
-
Sets the address of the specified
FloatBuffer
to thejointRadii
field. - jointRadii(FloatBuffer) - Method in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
Sets the address of the specified
FloatBuffer
to thejointRadii
field. - JOINTRADII - Static variable in class org.lwjgl.openxr.XrHandTrackingMeshFB
-
The struct member offsets.
- joints() - Method in class org.lwjgl.openxr.XrBodySkeletonFB.Buffer
- joints() - Method in class org.lwjgl.openxr.XrBodySkeletonFB
- joints() - Method in class org.lwjgl.openxr.XrBodySkeletonHTC.Buffer
- joints() - Method in class org.lwjgl.openxr.XrBodySkeletonHTC
- joints(XrBodySkeletonJointFB.Buffer) - Method in class org.lwjgl.openxr.XrBodySkeletonFB.Buffer
-
Sets the address of the specified
XrBodySkeletonJointFB.Buffer
to thejoints
field. - joints(XrBodySkeletonJointFB.Buffer) - Method in class org.lwjgl.openxr.XrBodySkeletonFB
-
Sets the address of the specified
XrBodySkeletonJointFB.Buffer
to thejoints
field. - joints(XrBodySkeletonJointHTC.Buffer) - Method in class org.lwjgl.openxr.XrBodySkeletonHTC.Buffer
-
Sets the address of the specified
XrBodySkeletonJointHTC.Buffer
to thejoints
field. - joints(XrBodySkeletonJointHTC.Buffer) - Method in class org.lwjgl.openxr.XrBodySkeletonHTC
-
Sets the address of the specified
XrBodySkeletonJointHTC.Buffer
to thejoints
field. - JOINTS - Static variable in class org.lwjgl.openxr.XrBodySkeletonFB
-
The struct member offsets.
- JOINTS - Static variable in class org.lwjgl.openxr.XrBodySkeletonHTC
-
The struct member offsets.
- jointSet() - Method in class org.lwjgl.openxr.XrBodyTrackerCreateInfoBD.Buffer
- jointSet() - Method in class org.lwjgl.openxr.XrBodyTrackerCreateInfoBD
- jointSet(int) - Method in class org.lwjgl.openxr.XrBodyTrackerCreateInfoBD.Buffer
-
Sets the specified value to the
jointSet
field. - jointSet(int) - Method in class org.lwjgl.openxr.XrBodyTrackerCreateInfoBD
-
Sets the specified value to the
jointSet
field. - JOINTSET - Static variable in class org.lwjgl.openxr.XrBodyTrackerCreateInfoBD
-
The struct member offsets.
- jointVelocities() - Method in class org.lwjgl.openxr.XrHandJointVelocitiesEXT.Buffer
- jointVelocities() - Method in class org.lwjgl.openxr.XrHandJointVelocitiesEXT
- jointVelocities(XrHandJointVelocityEXT.Buffer) - Method in class org.lwjgl.openxr.XrHandJointVelocitiesEXT.Buffer
-
Sets the address of the specified
XrHandJointVelocityEXT.Buffer
to thejointVelocities
field. - jointVelocities(XrHandJointVelocityEXT.Buffer) - Method in class org.lwjgl.openxr.XrHandJointVelocitiesEXT
-
Sets the address of the specified
XrHandJointVelocityEXT.Buffer
to thejointVelocities
field. - JOINTVELOCITIES - Static variable in class org.lwjgl.openxr.XrHandJointVelocitiesEXT
-
The struct member offsets.
- JoystickConnected - Static variable in class org.lwjgl.sdl.SDLJoystick.Functions
-
Function address.
- JoystickEventsEnabled - Static variable in class org.lwjgl.sdl.SDLJoystick.Functions
-
Function address.
- JoystickIsGamepad - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
- JoystickPresent - Static variable in class org.lwjgl.glfw.GLFW.Functions
-
Function address.
All Classes and Interfaces|All Packages|Constant Field Values