MCPcopy Create free account
hub / github.com/emilk/egui_plot / response

Method response

egui_plot/src/plot.rs:1949–1951  ·  view source on GitHub ↗

Can be used to check if the plot was hovered or clicked.

(&self)

Source from the content-addressed store, hash-verified

1947
1948 /// Can be used to check if the plot was hovered or clicked.
1949 pub fn response(&self) -> &Response {
1950 &self.response
1951 }
1952
1953 /// Scale the plot bounds around a position in plot coordinates.
1954 ///

Callers 3

show_plotMethod · 0.80
show_controlsMethod · 0.80
show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected