Searched defs:RAWINPUT (Results 1 – 3 of 3) sorted by relevance
96 pub struct RAWINPUT { struct97 pub header: RAWINPUTHEADER, argument98 pub data: RAWINPUT_0, argument101 impl ::core::marker::Copy for RAWINPUT {} implementation103 impl ::core::clone::Clone for RAWINPUT { implementation
206 let raw_input = unsafe { (buf.as_ptr() as *const RAWINPUT).as_ref().unwrap() }; in handle_raw_input_event() constant214 fn process_valid_raw_input_mouse(&mut self, window: &GuiWindow, raw_input: &RAWINPUT) { in process_valid_raw_input_mouse()