Login  Register

Re: GlueGen Proudly Beating Panama

Posted by Sven Gothel on Jun 30, 2023; 9:43am
URL: https://forum.jogamp.org/GlueGen-Proudly-Beating-Panama-tp4042711p4042720.html

JavaCallback key/resource management resolved

https://jogamp.org/gluegen/doc/GlueGen_Mapping.html#java-callback-from-native-c-api-support

Pushed, tested .. and well, guess API complete now.

commit a73c992290930e617c78241bae9fe20cb18a01a9
    GlueGen JavaCallback: Resolve key mapping of callback and associated resources via 'JavaCallbackKey' config and custom `SetCallback-KeyClass`
   
    Updated unit test and doc accordingly.
    Unit tests handle OpenAL's AL_SOFT_callback_buffer and AL_SOFT_events.
   
    Tested global scope (no key, default) and 1 key (default) and 1 key (custom class).
   
    Added more query functions, which all only take the `SetCallbackFunction` key arguments as specified.
   
    Cleaned up JavaCallback* config class field naminig scheme.
   
    Added 'synchronized (..Map) { }' block in crucial `SetCallbackFunction`,
    rendering implementation thread safe.