We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9018c44 commit b27c978Copy full SHA for b27c978
test/scenic/view_port_test.exs
@@ -83,6 +83,7 @@ defmodule Scenic.ViewPortTest do
83
def request_input(_input, driver), do: {:ok, driver}
84
def reset_scene(driver), do: {:ok, driver}
85
def clear_color(_color, driver), do: {:ok, driver}
86
+ def take_screenshot(driver), do: {:ok, driver, {1, 1, :rgba, <<0x00, 0x00, 0x00, 0xFF>>}}
87
88
def handle_info(_, driver), do: {:noreply, driver}
89
def handle_cast(_, driver), do: {:noreply, driver}
0 commit comments