Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | Add Unit Tests for Viewport InputEvent handling | Markus Sauermann | |
2023-01-29 | [unittests] Send Mouse events via DisplayServer instead of push_input | Markus Sauermann | |
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. |