summaryrefslogtreecommitdiffstats
path: root/tests/display_server_mock.h
Commit message (Collapse)AuthorAgeFilesLines
* Add vararg call() method to C++ Callablekobewi2023-10-051-10/+2
|
* Add Unit Tests for Viewport InputEvent handlingMarkus Sauermann2023-02-091-1/+19
|
* [unittests] Send Mouse events via DisplayServer instead of push_inputMarkus Sauermann2023-01-291-0/+150
Currently Unittests simplify mouse-events by just pushing them to Viewports. For dealing with mouse-screen-coordinates (caused by the introduction of multiple native Windows) it becomes necessary to extend the DisplayServer functionality for unittests. This PR introduces DisplayServerMock based on DisplayServerHeadless, which additionally supports basic Mouse-Input handling.