Package overrungl

Interface Callback

All Known Subinterfaces:
GLDebugProc, GLDebugProcAMD, IGLFWCharFun, IGLFWCursorEnterFun, IGLFWCursorPosFun, IGLFWDropFun, IGLFWErrorFun, IGLFWFramebufferSizeFun, IGLFWJoystickFun, IGLFWKeyFun, IGLFWMonitorFun, IGLFWMouseButtonFun, IGLFWScrollFun, IGLFWWindowCloseFun, IGLFWWindowContentScaleFun, IGLFWWindowFocusFun, IGLFWWindowIconifyFun, IGLFWWindowMaximizeFun, IGLFWWindowPosFun, IGLFWWindowRefreshFun, IGLFWWindowSizeFun, STBIIoCallbacks.Eof, STBIIoCallbacks.Read, STBIIoCallbacks.Skip, STBIWriteFunc

public interface Callback
Callback relies on preview features of the Java platform:
Programs can only use Callback when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
The upcall stub which can be passed to other foreign functions as a function pointer, with the given arena.
Since:
0.1.0
Author:
squid233