コード例 #1
0
ファイル: InputMapper.cs プロジェクト: ARLM-Attic/goblin-xna
 /// <summary>
 /// Reenumerates all of the available input devices. You should call this function after you
 /// add your own input devices.
 /// </summary>
 public void Reenumerate()
 {
     enumerator.Reenumerate();
 }