// Update is called once per frame.
 void Update()
 {
     // Calling an interface method without binding to a specific input type.
     inputController.CheckAllInput("rect", "Rectangles", "Connections");
 }