This creates a base class for a thing to help you implement the function pointers.
class MyApp : CEF!cef_app_t {
}
Call this to pass to CEF. It will add ref for you.
See Implementation
This creates a base class for a thing to help you implement the function pointers.
class MyApp : CEF!cef_app_t {
}