mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 07:01:01 +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
|
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
|
sealed class XI2Mouse : IMouseDriver2, IDisposable
|
||||||
{
|
{
|
||||||
const XEventName ExitEvent = XEventName.LASTEvent + 1;
|
const XEventName ExitEvent = XEventName.LASTEvent + 1;
|
||||||
|
|
Loading…
Reference in a new issue