Searched refs:n_byte4 (Results 1 – 1 of 1) sorted by relevance
342 unsigned char n_byte4 = (nKeySym & 0x000000ff); in KeysymToUnicode() local356 if ((p_map != NULL) && (n_byte4 >= p_map->first) && (n_byte4 <= p_map->last) ) in KeysymToUnicode()357 return p_map->map[n_byte4 - p_map->first]; in KeysymToUnicode()
Completed in 14 milliseconds