{{newin|[[0.9.0]]|090|type=function}}
Gets a stable GUID unique to the type of the physical joystick which does not change over time. For example, all Sony Dualshock 3 controllers in OS X have the same GUID. The value is platform-dependent.
== Function ==
=== Synopsis ===
<source lang="lua">
guid = Joystick:getGUID( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|string|guid|The Joystick type's OS-dependent unique identifier.}}
== See Also ==
* [[parent::Joystick]]
* [[Joystick:getID]]
* [[love.joystick.setGamepadMapping]]
[[Category:Functions]]
{{#set:Description=Gets a stable GUID unique to the type of the physical joystick.}}
== Other Languages ==
{{i18n|Joystick:getGUID}}