mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 21:25:41 +00:00
Commented out to remove warnings until actual implementation.
This commit is contained in:
parent
8c4a36b8a7
commit
c885f61590
|
@ -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>
|
||||
|
@ -13,7 +14,7 @@ namespace OpenTK.Input
|
|||
string description;
|
||||
Vector2[] axis_position;
|
||||
|
||||
#region --- IInputDevice Members ---
|
||||
#region --- IInputDevice Members ---
|
||||
|
||||
/// <summary>
|
||||
/// Gets a string describing this JoystickDevice.
|
||||
|
@ -34,7 +35,7 @@ namespace OpenTK.Input
|
|||
|
||||
#endregion
|
||||
|
||||
#region --- Public Methods ---
|
||||
#region --- Public Methods ---
|
||||
|
||||
//public Vector2 Axis1
|
||||
//{
|
||||
|
@ -44,4 +45,5 @@ namespace OpenTK.Input
|
|||
|
||||
#endregion
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue