Home
last modified time | relevance | path

Searched refs:keystrokes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp999 std::vector<bool> keystrokes{true}; variable
1002 EXPECT_NE(keystrokes.size(), keyCodes.size());
1003 EXPECT_TRUE(keystrokes[0]);
1004 EXPECT_FALSE(keystrokes[1]);
1005 EXPECT_FALSE(keystrokes[2]);
1008 ret = inputDevice.SupportKeys(deviceId, keyCodes, keystrokes);
1010 EXPECT_FALSE(keystrokes.empty());
1013 ret = inputDevice.SupportKeys(deviceId, keyCodes, keystrokes);
1015 EXPECT_FALSE(keystrokes.empty());
1018 keystrokes.clear();
[all …]
/ohos5.0/docs/en/application-dev/device/input/
H A Dinterceptor-guidelines.md5 The multimodal module provides applications with the ability to create and delete keystrokes and in…