Function


nuContDataGetEx

Syntax:
void nuContDataGetEx(NUContData *contdata, u32 padno)
Arguments:
contdata	Pointer for storing the controller data
padno		The pad number
Return Value:
None
Explanation:

Gets the Controller data

The data is then stored in 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. To get the data from all Controllers, please use nuContDataGetExAll.


Reference:	nuContDataGet