SdlEnumeratePropertiesCallbackDart typedef

SdlEnumeratePropertiesCallbackDart = void Function(Pointer<NativeType> userdata, int props, Pointer<Utf8> name)

Implementation

typedef SdlEnumeratePropertiesCallbackDart =
    void Function(Pointer<NativeType> userdata, int props, Pointer<Utf8> name);