More Android stub-outs and bug fixes. Fix broken SDL fiber sync.

This commit is contained in:
elasota
2020-10-10 02:42:06 -04:00
parent a2f19f5ccb
commit 5c98783bbb
63 changed files with 1445 additions and 635 deletions

View File

@@ -29,7 +29,7 @@ namespace PortabilityLayer
Rect GetExpandedRect() const override;
bool HandlesTickEvents() const;
bool HandlesTickEvents() const override;
void SetSelection(size_t startChar, size_t endChar);
@@ -87,7 +87,7 @@ namespace PortabilityLayer
CaratSelectionAnchor m_caratSelectionAnchor; // Where the carat is attached to the selection range
Vec2i m_caratScrollPosition; // Ideal position of the carat in the editbox, but not necessarily its actual location (i.e. may be in the middle of a glyph)
bool m_caratScrollLocked; // If true, the vertical position
bool m_caratScrollLocked; // If true, the vertical position
Vec2i m_scrollOffset;