mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-27 07:35:30 +00:00
11 lines
146 B
C#
11 lines
146 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace OpenTK.Platform.X11
|
|||
|
{
|
|||
|
class X11Mouse
|
|||
|
{
|
|||
|
}
|
|||
|
}
|