bug: hide triple_clicked in documentation (#2867)

If `Response.clicked` and `Response.double_clicked` are hidden in the documentation, why isn't `Response.triple_clicked`
This commit is contained in:
xacer 2023-04-18 07:11:05 -07:00 committed by GitHub
parent 93ee554af5
commit 4267fc079b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ pub struct Response {
pub double_clicked: [bool; NUM_POINTER_BUTTONS],
/// The thing was triple-clicked.
#[doc(hidden)]
pub triple_clicked: [bool; NUM_POINTER_BUTTONS],
/// The widgets is being dragged