Searched refs:KeyUp (Results 1 – 4 of 4) sorted by relevance
14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char }; enumerator
463 if (pKey->m_dwCmd == FWL_KeyCommand::KeyUp) in 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()
564 GetNormalWidget(), FWL_KeyCommand::KeyUp, dwFlags, dwKeyCode)); in OnKeyUp()