(&self)
| 1211 | |
| 1212 | #[inline] |
| 1213 | fn bottom(&self) -> f32 { |
| 1214 | let comp = self.as_ref().borrow(); |
| 1215 | |
| 1216 | comp.y + comp.h |
| 1217 | } |
| 1218 | |
| 1219 | /// The x position of the control bounds, world coordinate |
| 1220 | fn x(&self) -> f32 { |
no test coverage detected