Class 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 by PointerType.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 by PointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext) if generating a new object instance.
        Parameters:
        p - pointer to the pre-allocated data