Returns the current scroll offset of the open scroll container.
(&self)
| 505 | |
| 506 | /// Returns the current scroll offset of the open scroll container. |
| 507 | pub fn scroll_offset(&self) -> Vector2 { |
| 508 | self.ply.context.get_scroll_offset() |
| 509 | } |
| 510 | |
| 511 | /// Returns if the current element you are creating is hovered |
| 512 | pub fn hovered(&self) -> bool { |
nothing calls this directly
no test coverage detected