Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A 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()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinuser.h6127 } RAWINPUT,*PRAWINPUT,*LPRAWINPUT; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs105295 pub type RAWINPUT = tagRAWINPUT; typedef