Searched defs:ctrlCode (Results 1 – 3 of 3) sorted by relevance
72 virtual bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const in GetCharKeyCode()
153 int32_t ctrlCode = KEYCODE_NONE; in TextToKeyAction() local
365 bool UiDriver::GetCharKeyCode(char ch, int32_t &code, int32_t &ctrlCode, ApiCallErr &error) in GetCharKeyCode()