mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-30 14:56:50 +00:00
Document that these APIs are incomplete.
This commit is contained in:
parent
792c4e3645
commit
4914574bd4
|
@ -30,7 +30,7 @@ using System;
|
|||
namespace OpenTK.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides access to GamePad devices.
|
||||
/// Provides access to GamePad devices. Note: this API is not implemented yet.
|
||||
/// </summary>
|
||||
public class GamePad
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ using System.Text;
|
|||
namespace OpenTK.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides access to keyboard devices.
|
||||
/// Provides access to keyboard devices. Note: this API is not implemented yet.
|
||||
/// </summary>
|
||||
public static class Keyboard
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ using System.Text;
|
|||
namespace OpenTK.Input
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides access to mouse devices.
|
||||
/// Provides access to mouse devices. Note: this API is not implemented yet.
|
||||
/// </summary>
|
||||
public static class Mouse
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue