Opentk/Source/OpenTK/Input/IGamePadDriver.cs

11 lines
149 B
C#
Raw Normal View History

2010-10-29 11:46:09 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Input
{
interface IGamePadDriver
{
}
}