mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-29 11:25:39 +00:00
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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|