-
Notifications
You must be signed in to change notification settings - Fork 73
Sdl RWopsType
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
The type of RWops.
SDL.rwopsType = {
Unknown,
WinFile,
StdFile,
JNIFile,
Memory,
MemoryRO
}
- Unknown, custom RWops
- WinFile, Windows file handle
- StdFile, C FILE *
- JNIFile, Android asset
- Memory, memory
- MemoryRO, memory read only