mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 22:05:57 +00:00
Updated documentation.
This commit is contained in:
parent
df7d4f9508
commit
4d7c6b2a31
|
@ -15,6 +15,9 @@ using System.Diagnostics;
|
|||
|
||||
namespace OpenTK.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a keyboard device and provides methods to query its status.
|
||||
/// </summary>
|
||||
public sealed class KeyboardDevice : IInputDevice
|
||||
{
|
||||
//private IKeyboard keyboard;
|
||||
|
|
|
@ -12,7 +12,7 @@ using System.Drawing;
|
|||
namespace OpenTK.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// The MouseDevice class represents a mouse device and provides methods to query its status.
|
||||
/// Represents a mouse device and provides methods to query its status.
|
||||
/// </summary>
|
||||
public sealed class MouseDevice : IInputDevice
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue