Home
last modified time | relevance | path

Searched defs:DisplayEventDispatcher (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/gpu_display/src/gpu_display_win/
Dwindow_message_dispatcher.rs61 pub struct DisplayEventDispatcher { struct
66 impl DisplayEventDispatcher { impl
159 impl Default for DisplayEventDispatcher { implementation
Dmouse_input_manager.rs108 display_event_dispatcher: DisplayEventDispatcher, in new()