Searched refs:KeyUp (Results 1 – 5 of 5) sorted by relevance
14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enumerator
927 if (pKey->m_dwCmd == FWL_KeyCommand::KeyUp) in DisForm_OnProcessMessage()
292 KeyUp = new String[4]; in vt320()293 KeyUp[0] = "\u001b[A"; in vt320()517 KeyUp[i] = unEscape(res); in setKeyCodes()821 private String KeyUp[], KeyDown[], KeyLeft[], KeyRight[]; field in vt3201010 writeSpecial(KeyUp[xind]); in keyPressed()2315 KeyUp[0] = "\u001bOA"; in putChar()2386 KeyUp[0] = "\u001b[A"; in putChar()
121 web_event->type = blink::WebInputEvent::KeyUp; in BuildWebKeyboardEvent()
514 ms.m_dwCmd = FWL_KeyCommand::KeyUp; in OnKeyUp()