TestDisplay constructor

TestDisplay(
  1. TestPlatformDispatcher platformDispatcher,
  2. Display display
)

Creates a new TestDisplay backed by the given Display.

Implementation

TestDisplay(TestPlatformDispatcher platformDispatcher, Display display)
  : _platformDispatcher = platformDispatcher,
    _display = display;