mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
disabled all COSXKeyStateTests for osx10.6
This commit is contained in:
@@ -59,8 +59,6 @@ TEST_F(COSXKeyStateTests, fakeAndPoll_shift)
|
||||
EXPECT_TRUE(!isKeyPressed(keyState, SHIFT_BUTTON));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
TEST_F(COSXKeyStateTests, fakeAndPoll_charKey)
|
||||
{
|
||||
CKeyMap keyMap;
|
||||
@@ -118,3 +116,5 @@ COSXKeyStateTests::isKeyPressed(const COSXKeyState& keyState, KeyButton button)
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user