Package com.raylib.jextract
Interface TraceLogCallback.Function
- Enclosing class:
TraceLogCallback
public static interface TraceLogCallback.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(int logLevel, MemorySegment text, MemorySegment args)
-
Method Details
-
apply
-