Searched defs:DragData (Results 1 – 3 of 3) sorted by relevance
95 pub struct DragData { struct102 /// Represents `drag_num` information in the `DragData` struct argument104 /// Represents `pointer_id` information in the `DragData` struct argument106 /// Represents `display_x` information in the `DragData` struct argument108 /// Represents `display_y` information in the `DragData` struct argument110 /// Represents `display_id` information in the `DragData` struct argument112 /// Represents `has_canceled_animation` information in the `DragData` struct argument116 impl DragData { argument144 impl Serialize for DragData { implementation161 impl Deserialize for DragData { implementation[all …]
60 struct DragData { struct76 bool operator == (const DragData &other) const argument
40 … pub fn start_drag(&self, drag_data: &DragData, ipc_client: &FusionIpcClient) -> FusionResult<i32> in start_drag()