mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 15:35:38 +00:00
d423f6e94c
Added IMouseDriver.cs and WinRawMouse.
11 lines
153 B
C#
11 lines
153 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenTK.Platform.Windows
|
|
{
|
|
class WinRawMouse
|
|
{
|
|
}
|
|
}
|