00001 #region --- License ---
00002
00003
00004
00005 #endregion
00006
00007 using System;
00008 using System.Collections.Generic;
00009 using System.Text;
00010
00011 namespace OpenTK.Input
00012 {
00016 public interface IKeyboardDriver
00017 {
00021 IList<KeyboardDevice> Keyboard { get; }
00022 }
00023 }