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