Package io.github.libsdl4j.api.metal
Class SDL_MetalView
- java.lang.Object
-
- com.sun.jna.PointerType
-
- io.github.libsdl4j.api.metal.SDL_MetalView
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public final class SDL_MetalView extends com.sun.jna.PointerType
A handle to a CAMetalLayer-backed NSView (macOS) or UIView (iOS/tvOS).Note: This can be cast directly to an NSView or UIView.
-
-
Constructor Summary
Constructors Constructor Description SDL_MetalView()
The default constructor wraps a null pointer.SDL_MetalView(com.sun.jna.Pointer p)
This constructor is typically used byPointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext)
if generating a new object instance.
-
-
-
Constructor Detail
-
SDL_MetalView
public SDL_MetalView()
The default constructor wraps a null pointer.
-
SDL_MetalView
public SDL_MetalView(com.sun.jna.Pointer p)
This constructor is typically used byPointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext)
if generating a new object instance.
-
-