allocatePointer method

  1. @override
Pointer<MusicC> allocatePointer(
  1. RaylibTemp temp,
  2. String key, [
  3. int count = 1
])
override

Implementation

@override
Pointer<MusicC> allocatePointer(RaylibTemp temp, String key, [int count = 1])
  => throw UnsupportedError('FMusicD: is raylib-owned; cannot allocate externally.');