コード例 #1
0
ファイル: InputManager.cs プロジェクト: JokieW/pewpew
 public static void Unregister(InputContext ic)
 {
     contexts.Remove(ic);
 }
コード例 #2
0
ファイル: InputManager.cs プロジェクト: JokieW/pewpew
 public static void Register(InputContext ic)
 {
     contexts.Add(ic);
 }