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:
Euclid Ye 2025-04-30 05:11:27 +08:00 committed by GitHub
parent ec88b5d752
commit 27570987fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>>,
}