1
0
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:
xacer
2023-04-18 07:11:05 -07:00
committed by GitHub
parent 93ee554af5
commit 4267fc079b

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