Package org.lwjgl.sdl
Class SDLHIDAPI.Functions
java.lang.Object
org.lwjgl.sdl.SDLHIDAPI.Functions
- Enclosing class:
SDLHIDAPI
Contains the function pointers loaded from
SDL.getLibrary()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
hid_init
public static final long hid_initFunction address. -
hid_exit
public static final long hid_exitFunction address. -
hid_device_change_count
public static final long hid_device_change_countFunction address. -
hid_enumerate
public static final long hid_enumerateFunction address. -
hid_free_enumeration
public static final long hid_free_enumerationFunction address. -
hid_open
public static final long hid_openFunction address. -
hid_open_path
public static final long hid_open_pathFunction address. -
hid_write
public static final long hid_writeFunction address. -
hid_read_timeout
public static final long hid_read_timeoutFunction address. -
hid_read
public static final long hid_readFunction address. -
hid_set_nonblocking
public static final long hid_set_nonblockingFunction address. -
hid_send_feature_report
public static final long hid_send_feature_reportFunction address. -
hid_get_feature_report
public static final long hid_get_feature_reportFunction address. -
hid_get_input_report
public static final long hid_get_input_reportFunction address. -
hid_close
public static final long hid_closeFunction address. -
hid_get_manufacturer_string
public static final long hid_get_manufacturer_stringFunction address. -
hid_get_product_string
public static final long hid_get_product_stringFunction address. -
hid_get_serial_number_string
public static final long hid_get_serial_number_stringFunction address. -
hid_get_indexed_string
public static final long hid_get_indexed_stringFunction address. -
hid_get_device_info
public static final long hid_get_device_infoFunction address. -
hid_get_report_descriptor
public static final long hid_get_report_descriptorFunction address. -
hid_ble_scan
public static final long hid_ble_scanFunction address.
-