Function


nuContDataGetExAll

Syntax:
void nuContDataGetEx(NUContData *contdata)
Arguments:
contdata	Pointer for storing the Controller data
Return Value:
None
Explanation:

Gets the Controller data

The data is then stored in the NU_CONT_MAXCONTROLLERS number of contdata.

The NUContData structure is the OSContPad structure with appended trigger data.

The trigger data is created from the data of the structure specified by contdata. contdata must have a buffer the size of the NU_CONT_MAXCONTROLLERS number of NUContData type structures.

To read data from 1 Controller, please use nuContDataGetEx.


Reference:	nuContDataGetEx