mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 04:21:12 +00:00
[X11] Removed stale comment
This commit is contained in:
parent
30d7780f1e
commit
a062d4c0a7
|
@ -34,8 +34,6 @@ using OpenTK.Input;
|
|||
|
||||
namespace OpenTK.Platform.X11
|
||||
{
|
||||
// Todo: multi-mouse support. Right now we aggregate all data into a single mouse device.
|
||||
// This should be easy: just read the device id and route the data to the correct device.
|
||||
sealed class XI2Mouse : IMouseDriver2, IDisposable
|
||||
{
|
||||
const XEventName ExitEvent = XEventName.LASTEvent + 1;
|
||||
|
|
Loading…
Reference in a new issue