DVUI

activePoint

Parameters

#
self:*ContextWidget
*ContextWidget

Source

Implementation

#
pub fn activePoint(self: *ContextWidget) ?Point.Natural {
    if (self.focused) {
        return self.activePt;
    }

    return null;
}