Uses of Class
io.github.libsdl4j.jna.IntRef
-
Packages that use IntRef Package Description io.github.libsdl4j.api.rect -
-
Uses of IntRef in io.github.libsdl4j.api.rect
Methods in io.github.libsdl4j.api.rect with parameters of type IntRef Modifier and Type Method Description static boolean
SdlRect. SDL_IntersectRectAndLine(SDL_Rect rect, IntRef lineX1, IntRef lineY1, IntRef lineX2, IntRef lineY2)
Calculate the intersection of a rectangle and line segment.
-