Class SDL_SensorID

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped, Serializable

    public final class SDL_SensorID
    extends com.sun.jna.IntegerType
    This is a unique ID for a sensor for the time it is connected to the system, and is never reused for the lifetime of the application.

    The ID value starts at 0 and increments from there. The value -1 is an invalid ID.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SDL_SensorID()
      Create a zero-valued signed IntegerType.
      SDL_SensorID​(long value)
      Create a signed IntegerType with the given value.
    • Constructor Detail

      • SDL_SensorID

        public SDL_SensorID()
        Create a zero-valued signed IntegerType.
      • SDL_SensorID

        public SDL_SensorID​(long value)
        Create a signed IntegerType with the given value.