mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 20:51:06 +00:00
Commented out to remove warnings until actual implementation.
This commit is contained in:
parent
98aec7ce1c
commit
f4700cb676
|
@ -5,6 +5,7 @@ using OpenTK.Math;
|
|||
|
||||
namespace OpenTK.Input
|
||||
{
|
||||
#if false
|
||||
/// <summary>
|
||||
/// Represents a joystick device and provides methods to query its state.
|
||||
/// </summary>
|
||||
|
@ -44,4 +45,5 @@ namespace OpenTK.Input
|
|||
|
||||
#endregion
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue