fStick
fStick->GetHatValues(hats);
fStick->GetAxisValues(axes);
fStick->GetControllerName(&name);
delete fStick;
int32 numButtons = fStick->CountButtons();
int32 numHats = fStick->CountHats();
int32 numAxes = fStick->CountAxes();
fStick->Update();
fStick->GetButtonValues(buttons);
BJoystick *fStick;