Searched refs:GetBottom (Results 1 – 5 of 5) sorted by relevance
67 if (peripheral->CursorY() < tabIndex->window->GetBottom()) in UpdateTabbing()69 tabIndex->window->GetOffY() += tabIndex->window->GetBottom() - peripheral->CursorY(); in UpdateTabbing()
71 …CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < window->GetBottom()))
62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom() function