Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/UI/Input/
Dmod.rs96 pub struct RAWINPUT { struct
97 pub header: RAWINPUTHEADER, argument
98 pub data: RAWINPUT_0, argument
101 impl ::core::marker::Copy for RAWINPUT {} implementation
103 impl ::core::clone::Clone for RAWINPUT { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/UI/Input/
Dmod.rs96 pub struct RAWINPUT { struct
97 pub header: RAWINPUTHEADER, argument
98 pub data: RAWINPUT_0, argument
101 impl ::core::marker::Copy for RAWINPUT {} implementation
103 impl ::core::clone::Clone for RAWINPUT { implementation
/external/crosvm/gpu_display/src/gpu_display_win/
Dmouse_input_manager.rs206 let raw_input = unsafe { (buf.as_ptr() as *const RAWINPUT).as_ref().unwrap() }; in handle_raw_input_event() constant
214 fn process_valid_raw_input_mouse(&mut self, window: &GuiWindow, raw_input: &RAWINPUT) { in process_valid_raw_input_mouse()