Lines Matching refs:isExists
126 bool isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_CTRL_LEFT)
128 auto status = SetNameProperty(env, out, "ctrlKey", isExists);
131 isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_ALT_LEFT)
133 status = SetNameProperty(env, out, "altKey", isExists);
136 isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_SHIFT_LEFT)
138 status = SetNameProperty(env, out, "shiftKey", isExists);
141 isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_META_LEFT)
143 status = SetNameProperty(env, out, "logoKey", isExists);
146 isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_FN);
147 status = SetNameProperty(env, out, "fnKey", isExists);