activePoint
Parameters
- self:*ContextWidget
- *ContextWidget
Source
Implementation
pub fn activePoint(self: *ContextWidget) ?Point.Natural {
if (self.focused) {
return self.activePt;
}
return null;
}Source
pub fn activePoint(self: *ContextWidget) ?Point.Natural {
if (self.focused) {
return self.activePt;
}
return null;
}