Package io.github.libsdl4j.api.sensor
Class SDL_Sensor
- java.lang.Object
-
- com.sun.jna.PointerType
-
- io.github.libsdl4j.api.sensor.SDL_Sensor
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public final class SDL_Sensor extends com.sun.jna.PointerType
A platform specific structure to identify a sensor.Treat it as an opaque pointer.
-
-
Constructor Summary
Constructors Constructor Description SDL_Sensor()
The default constructor wraps a null pointer.SDL_Sensor(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_Sensor
public SDL_Sensor()
The default constructor wraps a null pointer.
-
SDL_Sensor
public SDL_Sensor(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.- Parameters:
p
- pointer to the pre-allocated data
-
-