1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-10-08 22:07:08 +00:00
Opentk/Source/OpenTK/Input/IMouse.cs

11 lines
156 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input
{
interface IMouse : IInputDevice
{
}
}