mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user