| 691 | } |
| 692 | |
| 693 | maajs::ValueType load_record_controller(maajs::EnvType env) |
| 694 | { |
| 695 | maajs::FunctionType ctor; |
| 696 | maajs::NativeClass<RecordControllerImpl>::init<ControllerImpl>(env, ctor, &ExtContext::get(env)->controllerCtor); |
| 697 | ExtContext::get(env)->recordControllerCtor = maajs::PersistentFunction(ctor); |
| 698 | return ctor; |
| 699 | } |
| 700 | |
| 701 | GamepadControllerImpl* GamepadControllerImpl::ctor(const maajs::CallbackInfo& info) |
| 702 | { |
no test coverage detected