Opentk/Source/OpenTK/Platform/Windows/WinRawMouse.cs
the_fiddler d423f6e94c Renamed InputDevices.cs to InputDriver.cs.
Added IMouseDriver.cs and WinRawMouse.
2007-08-04 13:28:16 +00:00

11 lines
153 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Platform.Windows
{
class WinRawMouse
{
}
}