Uses of Record Class
club.doki7.sdl3.handle.SDL_Cursor
Packages that use SDL_Cursor
-
Uses of SDL_Cursor in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_CursorModifier and TypeMethodDescriptionSDL3.createColorCursor
(@Nullable SDL_Surface surface, int hot_x, int hot_y) Create a color cursor.SDL3.createCursor
(@Nullable BytePtr data, @Nullable BytePtr mask, int w, int h, int hot_x, int hot_y) Create a cursor using the specified bitmap data and mask (in MSB format).SDL3.createSystemCursor
(int id) Create a system cursor.SDL3.getCursor()
Get the active cursor.SDL3.getDefaultCursor()
Get the default cursor.Methods in club.doki7.sdl3 with parameters of type SDL_CursorModifier and TypeMethodDescriptionvoid
SDL3.destroyCursor
(@Nullable SDL_Cursor cursor) Free a previously-created cursor.boolean
SDL3.setCursor
(@Nullable SDL_Cursor cursor) Set the active cursor. -
Uses of SDL_Cursor in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_CursorModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_Cursor
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_CursorModifier and TypeMethodDescription@Nullable SDL_Cursor
SDL_Cursor.Ptr.read()
@Nullable SDL_Cursor
SDL_Cursor.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_CursorMethods in club.doki7.sdl3.handle with parameters of type SDL_CursorModifier and TypeMethodDescriptionstatic SDL_Cursor.Ptr
SDL_Cursor.Ptr.allocate
(Arena arena, @Nullable SDL_Cursor[] values) static SDL_Cursor.Ptr
SDL_Cursor.Ptr.allocateV
(Arena arena, @Nullable SDL_Cursor value0, @Nullable SDL_Cursor... values) void
SDL_Cursor.Ptr.write
(long index, @Nullable SDL_Cursor value) void
SDL_Cursor.Ptr.write
(@Nullable SDL_Cursor value) void
SDL_Cursor.Ptr.write
(@Nullable SDL_Cursor[] values) void
SDL_Cursor.Ptr.writeV
(@Nullable SDL_Cursor value0, @Nullable SDL_Cursor... values)