Uses of Record Class
club.doki7.sdl3.datatype.SDL_Point
Packages that use SDL_Point
-
Uses of SDL_Point in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_PointModifier 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_PointModifier and TypeMethodDescriptionstatic SDL_Point
@NotNull SDL_Point
SDL_Point.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_Point
SDL_Point.Ptr.toArray()
SDL_Point.x
(int value) SDL_Point.y
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_PointMethods in club.doki7.sdl3.datatype with parameters of type SDL_Point