1
Suggestions de nouvelles fonctionnalités / Vibration du Joystick
« le: Novembre 12, 2015, 03:13:46 pm »
Bonjour,
Certains Joystick peuvent vibrer, comme le Xbox ONE Controller par exemple.
Est-il envisageable de gérer cette fonctionnalité dans la SFML?
Aymeric
Certains Joystick peuvent vibrer, comme le Xbox ONE Controller par exemple.
Est-il envisageable de gérer cette fonctionnalité dans la SFML?
bool Joystick::canVibrate (unsigned int joystickId);
void Joystick::startVibrate (unsigned int joystickId);
void Joystick::stopVibrate (unsigned int joystickId);
void Joystick::startVibrate (unsigned int joystickId);
void Joystick::stopVibrate (unsigned int joystickId);
Aymeric