Struct windows_sys::UI::Input::CrossSlideThresholds
[−]#[repr(C)]pub struct CrossSlideThresholds {
pub SelectionStart: f32,
pub SpeedBumpStart: f32,
pub SpeedBumpEnd: f32,
pub RearrangeStart: f32,
}Expand description
Required features: ‘UI_Input’
Fields
SelectionStart: f32SpeedBumpStart: f32SpeedBumpEnd: f32RearrangeStart: f32