Function


nuContDataGetExAll


Syntax

void nuContDataGetExAll(NUContData *contdata)
Arguments
contdata      pointer for storing the Controller data
Return Value
None
Description

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.

See Also

nuContDataGetEx