// Update is called once per frame
 void Update()
 {
     mainGamepad.Update();
 }
示例#2
0
 // Update is called once per frame
 void Update()
 {
     mainGamepad.Update(ChartEditor.hasFocus);
 }