Uses of Record Class
club.doki7.sdl3.datatype.SDL_DisplayMode
Packages that use SDL_DisplayMode
-
Uses of SDL_DisplayMode in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_DisplayModeModifier 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_DisplayModeModifier and TypeMethodDescriptionstatic SDL_DisplayMode
@NotNull SDL_DisplayMode
SDL_DisplayMode.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_DisplayMode
SDL_DisplayMode.clone
(Arena arena, SDL_DisplayMode src) SDL_DisplayMode.displayID
(int value) SDL_DisplayMode.format
(int value) SDL_DisplayMode.h
(int value) SDL_DisplayMode.internal
(@Nullable SDL_DisplayModeData value) SDL_DisplayMode.pixel_density
(float value) SDL_DisplayMode.refresh_rate
(float value) SDL_DisplayMode.refresh_rate_denominator
(int value) SDL_DisplayMode.refresh_rate_numerator
(int value) SDL_DisplayMode.Ptr.toArray()
SDL_DisplayMode.w
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_DisplayModeModifier and TypeMethodDescription@NotNull Iterator
<SDL_DisplayMode> SDL_DisplayMode.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_DisplayModeModifier and TypeMethodDescriptionstatic SDL_DisplayMode
SDL_DisplayMode.clone
(Arena arena, SDL_DisplayMode src) void
SDL_DisplayMode.Ptr.write
(long index, @NotNull SDL_DisplayMode value)