Source position: wiiuse.inc line 318
type guitar_hero_3_t = packed record  | 
btns: cshort;  | 
btns_last: cshort;  | 
btns_held: cshort;  | 
btns_released: cshort;  | 
wb_raw: ubyte;  | 
whammy_bar: cfloat;  | 
tb_raw: ubyte;  | 
touch_bar: cint;  | 
js: joystick_t;  | 
end;  |