Function


nuContDataGetEx


Syntax

void nuContDataGetEx(NUContData *contdata, u32 padno)
Arguments
contdata      pointer for storing the controller data
padno         pad number
Return Value
None
Description

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.

See Also

nuContDataGet