mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Renamed Joystick:getProductGUID back to Joystick:getGUID
This commit is contained in:
@@ -239,7 +239,7 @@ void *Joystick::getHandle() const
|
||||
return joyhandle;
|
||||
}
|
||||
|
||||
std::string Joystick::getProductGUID() const
|
||||
std::string Joystick::getGUID() const
|
||||
{
|
||||
// SDL2's GUIDs identify *classes* of devices, instead of unique devices.
|
||||
return pguid;
|
||||
|
||||
Reference in New Issue
Block a user