Improve selection in the viewport (#720)

* improve selection in the viewport

* remove debug code

* updates following review feedback

- update API comments from /// to //! from
- add [[nodiscard]] attribute to member function
- move constructor implementations to .cpp files

* use lambda instead of ternary operator

* fix unit test failure caused by typo
This commit is contained in:
Tom Hulton-Harrop
2021-05-13 16:19:53 +01:00
committed by GitHub
parent 4aff32e719
commit 795aa114e6
11 changed files with 573 additions and 143 deletions
@@ -17,6 +17,8 @@ set(FILES
BinToTextEncode.cpp
ComponentAddRemove.cpp
ComponentAdapterTests.cpp
ClickDetectorTests.cpp
CursorStateTests.cpp
EntityContext.cpp
EntityTestbed.h
FileFunc.cpp