diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-14 13:49:40 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-14 13:49:40 +0100 |
commit | c17233b10bd8e35bead60c5f44bb8a14836d755f (patch) | |
tree | 5031d3ac2761bf6a00e3e1696daed93d8f74f045 /src/test/InputTest.cpp | |
parent | 2389b23459cf5b01c6ea1cbbcfeb2043e26e0a0c (diff) |
keyboard state working
Diffstat (limited to 'src/test/InputTest.cpp')
-rw-r--r-- | src/test/InputTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/InputTest.cpp b/src/test/InputTest.cpp index a707444..f974d0c 100644 --- a/src/test/InputTest.cpp +++ b/src/test/InputTest.cpp @@ -260,3 +260,4 @@ TEST_F(InputTest, testButtonHover) { event_manager.dispatch_events(); EXPECT_TRUE(button.hover); } + |