jsfreeattributeslist(3)
NAME
JSFreeAttributesList - Device attributes list deallocating
SYNTAX
#include <jsw.h>
- void JSFreeAttributesList(
- js_attribute_struct *list,
int total - )
ARGUMENTS
- list Specifies the pointer to a list of js_attribute_struct struc
- tures which should have been returned by a prior call to JSGetAttributesList(3).
- total Specifies the total number of js_attribute_struct structures in
- the given list.
DESCRIPTION
The JSFreeAttributesList function deallocates a list of joystick device
attributes returned by a prior call to JSGetAttributesList(3).