| 890 | } |
| 891 | |
| 892 | maajs::ValueType load_custom_controller(maajs::EnvType env) |
| 893 | { |
| 894 | maajs::FunctionType ctor; |
| 895 | maajs::NativeClass<CustomControllerImpl>::init<ControllerImpl>(env, ctor, &ExtContext::get(env)->controllerCtor); |
| 896 | ExtContext::get(env)->win32ControllerCtor = maajs::PersistentFunction(ctor); |
| 897 | return ctor; |
| 898 | } |
no test coverage detected