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:
parent
93ee554af5
commit
4267fc079b
|
|
@ -57,6 +57,7 @@ pub struct Response {
|
||||||
pub double_clicked: [bool; NUM_POINTER_BUTTONS],
|
pub double_clicked: [bool; NUM_POINTER_BUTTONS],
|
||||||
|
|
||||||
/// The thing was triple-clicked.
|
/// The thing was triple-clicked.
|
||||||
|
#[doc(hidden)]
|
||||||
pub triple_clicked: [bool; NUM_POINTER_BUTTONS],
|
pub triple_clicked: [bool; NUM_POINTER_BUTTONS],
|
||||||
|
|
||||||
/// The widgets is being dragged
|
/// The widgets is being dragged
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue