Searched refs:set_platform_keycode (Results 1 – 3 of 3) sorted by relevance
110 char_event.set_platform_keycode(key_press_event->platform_keycode()); in DispatchEvent()
194 key_event->set_platform_keycode(input->key_data->native_key_code); in Convert()
651 void set_platform_keycode(uint32 keycode) { platform_keycode_ = keycode; } in set_platform_keycode() function