コード例 #1
0
ファイル: G25AdapterForm.cs プロジェクト: hawku/G25Adapter
 public G25AdapterForm()
 {
     InitializeComponent();
     buttons = 0;
     oldButtons = 0;
     adapterManager = new AdapterManager();
     adapterManager.SetLogListener(this);
     FetchJoystickList();
 }
コード例 #2
0
ファイル: G25AdapterForm.cs プロジェクト: hawku/G25Adapter
 public G25AdapterForm()
 {
     InitializeComponent();
     buttons        = 0;
     oldButtons     = 0;
     adapterManager = new AdapterManager();
     adapterManager.SetLogListener(this);
     FetchJoystickList();
 }