Class SDL_IOWhence
java.lang.Object
club.doki7.sdl3.enumtype.SDL_IOWhence
Possible whence
values for SDL_IOStream seeking.
These map to the same "whence" concept that fseek
or lseek
use in the
standard C runtime.
Since: This enum is available since SDL 3.2.0.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SET
public static final int SET- See Also:
-
CUR
public static final int CUR- See Also:
-
END
public static final int END- See Also:
-
-
Method Details
-
explain
-