better names and API docs

This commit is contained in:
Tig
2024-10-24 16:40:47 -06:00
parent 5a11a390ba
commit a93d1ceeb7
64 changed files with 742 additions and 710 deletions

View File

@@ -15,7 +15,7 @@ public abstract partial class PopupAutocomplete
private readonly PopupAutocomplete _autoComplete;
protected override bool OnDrawContent (Rectangle viewport)
protected override bool OnDrawingContent (Rectangle viewport)
{
if (!_autoComplete.LastPopupPos.HasValue)
{