diff --git a/src/Events/Windows/WindowHidden.php b/src/Events/Windows/WindowHidden.php new file mode 100644 index 0000000..fd03348 --- /dev/null +++ b/src/Events/Windows/WindowHidden.php @@ -0,0 +1,26 @@ +client->post('window/hide', [ + 'id' => $id ?? $this->detectId(), + ]); + } + public function current() { return (object) $this->client->get('window/current')->json();