SdlEnumeratePropertiesCallback typedef

SdlEnumeratePropertiesCallback = Void Function(Pointer<NativeType> userdata, Uint32 props, Pointer<Utf8> name)

Implementation

typedef SdlEnumeratePropertiesCallback =
    Void Function(
      Pointer<NativeType> userdata,
      Uint32 props,
      Pointer<Utf8> name,
    );