Uses of Record Class
club.doki7.sdl3.datatype.SDL_Rect
Packages that use SDL_Rect
-
Uses of SDL_Rect in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_RectModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_RectModifier and TypeMethodDescriptionstatic SDL_Rect
@NotNull SDL_Rect
SDL_Rect.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_Rect
SDL_Rect.h
(int value) SDL_Rect[]
SDL_Rect.Ptr.toArray()
SDL_Rect.w
(int value) SDL_Rect.x
(int value) SDL_Rect.y
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_RectMethods in club.doki7.sdl3.datatype with parameters of type SDL_Rect