Package org.lwjgl.sdl

Class SDLHIDAPI.Functions

java.lang.Object
org.lwjgl.sdl.SDLHIDAPI.Functions
Enclosing class:
SDLHIDAPI

public static final class SDLHIDAPI.Functions extends Object
Contains the function pointers loaded from SDL.getLibrary().
  • Field Details

    • hid_init

      public static final long hid_init
      Function address.
    • hid_exit

      public static final long hid_exit
      Function address.
    • hid_device_change_count

      public static final long hid_device_change_count
      Function address.
    • hid_enumerate

      public static final long hid_enumerate
      Function address.
    • hid_free_enumeration

      public static final long hid_free_enumeration
      Function address.
    • hid_open

      public static final long hid_open
      Function address.
    • hid_open_path

      public static final long hid_open_path
      Function address.
    • hid_write

      public static final long hid_write
      Function address.
    • hid_read_timeout

      public static final long hid_read_timeout
      Function address.
    • hid_read

      public static final long hid_read
      Function address.
    • hid_set_nonblocking

      public static final long hid_set_nonblocking
      Function address.
    • hid_send_feature_report

      public static final long hid_send_feature_report
      Function address.
    • hid_get_feature_report

      public static final long hid_get_feature_report
      Function address.
    • hid_get_input_report

      public static final long hid_get_input_report
      Function address.
    • hid_close

      public static final long hid_close
      Function address.
    • hid_get_manufacturer_string

      public static final long hid_get_manufacturer_string
      Function address.
    • hid_get_product_string

      public static final long hid_get_product_string
      Function address.
    • hid_get_serial_number_string

      public static final long hid_get_serial_number_string
      Function address.
    • hid_get_indexed_string

      public static final long hid_get_indexed_string
      Function address.
    • hid_get_device_info

      public static final long hid_get_device_info
      Function address.
    • hid_get_report_descriptor

      public static final long hid_get_report_descriptor
      Function address.
    • hid_ble_scan

      public static final long hid_ble_scan
      Function address.