Source position: wiiuse.inc line 290
type nunchuk_t = packed record  | 
accel_calib: accel_t;  | 
js: joystick_t;  | 
flags: pcint;  | 
btns: ubyte;  | 
btns_last: ubyte;  | 
btns_held: ubyte;  | 
btns_released: ubyte;  | 
accel: vec3w_t;  | 
orient: orient_t;  | 
gforce: gforce_t;  | 
end;  |