diff --git a/Source/OpenTK/Input/Joystick.cs b/Source/OpenTK/Input/Joystick.cs
index f9063420..3c79105b 100644
--- a/Source/OpenTK/Input/Joystick.cs
+++ b/Source/OpenTK/Input/Joystick.cs
@@ -79,7 +79,15 @@ namespace OpenTK.Input
return implementation.GetState(index);
}
- internal static Guid GetGuid(int index)
+ ///
+ /// Retrieves the ID of the device connected
+ /// at the specified index.
+ ///
+ ///
+ /// A representing the id of the connected device.
+ ///
+ /// The zero-based index of the device to poll.
+ public static Guid GetGuid(int index)
{
return implementation.GetGuid(index);
}