Home
last modified time | relevance | path

Searched defs:KeyboardInputManager (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dkeyboard_input_manager.rs33 pub struct KeyboardInputManager { struct
39 impl KeyboardInputManager { argument
40 pub fn new(display_event_dispatcher: DisplayEventDispatcher) -> KeyboardInputManager { in new()
H A Dwindow_message_processor.rs193 keyboard_input_manager: &KeyboardInputManager, in process_window_message()
211 keyboard_input_manager: &KeyboardInputManager, in process_general_message()
H A Dsurface.rs320 keyboard_input_manager: &KeyboardInputManager, in handle_general_message()