Ejemplo n.º 1
0
 public static function inputFromDevice($deviceID)
 {
     if ($deviceID == 1) {
         Mouse::recieveInput();
     }
     if ($deviceID == 2) {
         Keyboard::recieveInput();
     }
 }