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