[X11] Removed stale comment
This commit is contained in:
parent
30d7780f1e
commit
a062d4c0a7
1 changed files with 0 additions and 2 deletions
|
@ -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