al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
nuContData (variable)DefinitionOSContPad nuContData[NU_CONT_MAXCONTROLLERS] What This Variable Holds It holds the Controller data fetched by the Controller Manager. This is the Controller data internal buffer. Be careful when directly referencing this value from your application because the value can be updated right in the middle of the process. The data is updated at the time of a retrace, and after function calls to nuContDataRead and nuContDataReadStart. See Also nuContDataRead nuContDataReadStart
|