SdlRWopsPointerEx extension

on

Methods

close() int
free() → void
gameControllerAddMappings(int freerw) int
isAvif() int
isBmp() int
isCur() int
isGif() int
isIco() int
isJpg() int
isJxl() int
isLbm() int
isPcx() int
isPng() int
isPnm() int
isQoi() int
isSvg() int
isTif() int
isWebp() int
isXcf() int
isXpm() int
isXv() int
loadAnimationRw(int freesrc) Pointer<ImgAnimation>
loadAnimationTypedRw(int freesrc, String type) Pointer<ImgAnimation>
loadAvif() Pointer<SdlSurface>
loadBmp() Pointer<SdlSurface>
loadCur() Pointer<SdlSurface>
loadDollarTemplates(int touchId) int
loadFile(Pointer<Uint32> datasize, int freesrc) Pointer<NativeType>
loadGif() Pointer<SdlSurface>
loadGifAnimation() Pointer<ImgAnimation>
loadIco() Pointer<SdlSurface>
loadJpg() Pointer<SdlSurface>
loadJxl() Pointer<SdlSurface>
loadLbm() Pointer<SdlSurface>
loadMus(int freesrc) Pointer<MixMusic>
loadMusType(int type, int freesrc) Pointer<MixMusic>
loadPcx() Pointer<SdlSurface>
loadPng() Pointer<SdlSurface>
loadPnm() Pointer<SdlSurface>
loadQoi() Pointer<SdlSurface>
loadSizedSvgRw(int width, int height) Pointer<SdlSurface>
loadSvg() Pointer<SdlSurface>
loadTga() Pointer<SdlSurface>
loadTif() Pointer<SdlSurface>
loadWav(int freesrc) Pointer<MixChunk>
loadWavFromSpec(int freesrc, Pointer<SdlAudioSpec> spec, Pointer<Pointer<Uint8>> audioBuf, Pointer<Uint32> audioLen) Pointer<SdlAudioSpec>
loadWebp() Pointer<SdlSurface>
loadXcf() Pointer<SdlSurface>
loadXpm() Pointer<SdlSurface>
loadXv() Pointer<SdlSurface>
openFont(int freesrc, int ptsize) Pointer<TtfFont>
openFontDpi(int freesrc, int ptsize, int hdpi, int vdpi) Pointer<TtfFont>
openFontIndex(int freesrc, int ptsize, int index) Pointer<TtfFont>
openFontIndexDpi(int freesrc, int ptsize, int index, int hdpi, int vdpi) Pointer<TtfFont>
read(Pointer<NativeType> ptr, int size, int maxnum) int
readBe16() int
readBe32() int
readBe64() int
readLe16() int
readLe32() int
readLe64() int
readU8() int
saveAllDollarTemplates() int
saveDollarTemplate(int gestureId) int
seek(int offset, int whence) int
size() int
tell() int
write(Pointer<NativeType> ptr, int size, int num) int
writeBe16(int value) int
writeBe32(int value) int
writeBe64(int value) int
writeLe16(int value) int
writeLe32(int value) int
writeLe64(int value) int
writeU8(int value) int