Home
last modified time | relevance | path

Searched refs:get_axis_gain_touchpad (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs700 fn get_axis_gain_touchpad(gain: *mut f64, axis_speed: f64, device_type: i32) -> bool { in get_axis_gain_touchpad() functions
701 debug!(LOG_LABEL, "get_axis_gain_touchpad enter axis_speed is set to {}, device_type {}", in get_axis_gain_touchpad()
721 debug!(LOG_LABEL, "get_axis_gain_touchpad leave"); in get_axis_gain_touchpad()
850 if !get_axis_gain_touchpad(&mut gain as *mut f64, *abs_axis, device_type) {

Completed in 2 milliseconds