mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 23:35:29 +00:00
Added missing doc comment
This commit is contained in:
parent
e0ffd9b42d
commit
5a2fc1e411
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue