Uses of Record Class
club.doki7.sdl3.handle.SDL_Window.Ptr
Packages that use SDL_Window.Ptr
-
Uses of SDL_Window.Ptr in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_Window.PtrModifier and TypeMethodDescriptionSDL3.getWindows
(@Nullable IntPtr count) Get a list of valid windows.Methods in club.doki7.sdl3 with parameters of type SDL_Window.PtrModifier and TypeMethodDescriptionboolean
SDL3.createWindowAndRenderer
(@Nullable BytePtr title, int width, int height, long window_flags, SDL_Window.Ptr window, SDL_Renderer.Ptr renderer) Create a window and default renderer. -
Uses of SDL_Window.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Window.PtrModifier and TypeMethodDescriptionstatic SDL_Window.Ptr
static SDL_Window.Ptr
static SDL_Window.Ptr
SDL_Window.Ptr.allocate
(Arena arena, @Nullable SDL_Window[] values) static SDL_Window.Ptr
SDL_Window.Ptr.allocateV
(Arena arena, @Nullable SDL_Window value0, @Nullable SDL_Window... values) SDL_Window.Ptr.offset
(long offset) SDL_Window.Ptr.reinterpret
(long newSize) Assume theSDL_Window.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Window.Ptr
that uses the same backing storage as thisSDL_Window.Ptr
, but with the new size.SDL_Window.Ptr.slice
(long end) SDL_Window.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).