SdlAppQuitFuncDart typedef

SdlAppQuitFuncDart = void Function(Pointer<NativeType> appstate, int result)

Implementation

typedef SdlAppQuitFuncDart = void Function(
    Pointer<NativeType> appstate, int result);