Added missing doc comment

This commit is contained in:
Stefanos A 2013-10-15 00:20:00 +02:00
parent e0ffd9b42d
commit 5a2fc1e411

View file

@ -180,6 +180,10 @@ namespace OpenTK.Input
get { return Wheel; }
}
/// <summary>
/// Gets a value indicating whether this instance is connected.
/// </summary>
/// <value><c>true</c> if this instance is connected; otherwise, <c>false</c>.</value>
public bool IsConnected
{
get { return is_connected; }