Package org.lwjgl.openal
Class SOFTEventProc
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.openal.SOFTEventProc
- All Implemented Interfaces:
AutoCloseable
,SOFTEventProcI
,CallbackI
,NativeResource
,Pointer
Callback function:
ALEVENTPROCSOFT
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
Fields inherited from interface org.lwjgl.openal.SOFTEventProcI
CIF
-
Method Summary
Modifier and TypeMethodDescriptionstatic SOFTEventProc
create
(long functionPointer) Creates aSOFTEventProc
instance from the specified function pointer.static SOFTEventProc
create
(SOFTEventProcI instance) Creates aSOFTEventProc
instance that delegates to the specifiedSOFTEventProcI
instance.static @Nullable SOFTEventProc
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.openal.SOFTEventProcI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aSOFTEventProc
instance from the specified function pointer.- Returns:
- the new
SOFTEventProc
-
createSafe
-
create
Creates aSOFTEventProc
instance that delegates to the specifiedSOFTEventProcI
instance.
-