buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
89 stars 22 forks source link

Bundle callback method and context pointer for easier passing/execution #66

Open qdot opened 3 years ago

qdot commented 3 years ago

Feature Description

Bundle the callback and context pointers in a struct, and provide a method to run the callback from within the struct context.