Button highlight behavior

This commit is contained in:
elasota
2020-03-14 05:04:51 -04:00
parent 3dcc787ca0
commit 3d37ded31d
2 changed files with 42 additions and 33 deletions

View File

@@ -21,7 +21,8 @@ namespace PortabilityLayer
int16_t Capture(const Point &pos, WidgetUpdateCallback_t callback) override;
private:
bool m_haveMouseDown;
void DrawControlInternal(DrawSurface *surface, bool inverted);
PascalStr<255> m_text;
};
}