mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 21:30:58 +00:00
Disabled GetDeviceName until the correct cross-platform API can be determined.
This commit is contained in:
parent
140a278b3e
commit
6470f1da3a
|
@ -74,6 +74,9 @@ namespace OpenTK.Input
|
|||
}
|
||||
}
|
||||
|
||||
#if false
|
||||
// Disabled until a correct, cross-platform API can be defined.
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the device name for the keyboard device.
|
||||
/// </summary>
|
||||
|
@ -91,6 +94,7 @@ namespace OpenTK.Input
|
|||
return driver.GetDeviceName(index);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue