mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
update doc for ScriptThread::relative_mouse_down_point
(#36743)
update doc for `ScriptThread::relative_mouse_down_point` which was missing in #36619 Testing: No need as just updating docs Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
ec88b5d752
commit
27570987fd
1 changed files with 1 additions and 2 deletions
|
@ -331,8 +331,7 @@ pub struct ScriptThread {
|
|||
#[no_trace]
|
||||
layout_factory: Arc<dyn LayoutFactory>,
|
||||
|
||||
// Mouse down point.
|
||||
// In future, this shall be mouse_down_point for primary button
|
||||
/// The screen coordinates where the primary mouse button was pressed.
|
||||
#[no_trace]
|
||||
relative_mouse_down_point: Cell<Point2D<f32, DevicePixel>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue