Uses of Record Class
club.doki7.sdl3.datatype.SDL_CameraDeviceEvent
Packages that use SDL_CameraDeviceEvent
-
Uses of SDL_CameraDeviceEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_CameraDeviceEventModifier 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_CameraDeviceEventModifier and TypeMethodDescriptionstatic SDL_CameraDeviceEvent
@NotNull SDL_CameraDeviceEvent
SDL_CameraDeviceEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull SDL_CameraDeviceEvent
SDL_Event.cdevice()
static SDL_CameraDeviceEvent
SDL_CameraDeviceEvent.clone
(Arena arena, SDL_CameraDeviceEvent src) SDL_CameraDeviceEvent.timestamp
(long value) SDL_CameraDeviceEvent.Ptr.toArray()
SDL_CameraDeviceEvent.type
(int value) SDL_CameraDeviceEvent.which
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_CameraDeviceEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_CameraDeviceEvent> SDL_CameraDeviceEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_CameraDeviceEventModifier and TypeMethodDescriptionSDL_Event.cdevice
(@NotNull SDL_CameraDeviceEvent value) static SDL_CameraDeviceEvent
SDL_CameraDeviceEvent.clone
(Arena arena, SDL_CameraDeviceEvent src) void
SDL_CameraDeviceEvent.Ptr.write
(long index, @NotNull SDL_CameraDeviceEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_CameraDeviceEventModifier and TypeMethodDescriptionSDL_Event.cdevice
(Consumer<@NotNull SDL_CameraDeviceEvent> consumer)