Uses of Interface
club.doki7.sdl3.datatype.ISDL_Point
Packages that use ISDL_Point
-
Uses of ISDL_Point in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_PointModifier and TypeMethodDescriptionint
SDL3.getDisplayForPoint
(@Nullable ISDL_Point point) Get the display containing a point.boolean
SDL3.getRectEnclosingPoints
(@Nullable ISDL_Point points, int count, @Nullable ISDL_Rect clip, @Nullable ISDL_Rect result) Calculate a minimal rectangle enclosing a set of points. -
Uses of ISDL_Point in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_PointModifier and TypeClassDescriptionfinal record
The structure that defines a point (using integers).static final record
Represents a pointer to / an array of null structure(s) in native memory.