mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
More Android stub-outs and bug fixes. Fix broken SDL fiber sync.
This commit is contained in:
@@ -80,21 +80,23 @@ namespace PortabilityLayer
|
||||
virtual int ResolvePart(const Point &point) const;
|
||||
|
||||
const Rect &GetRect() const;
|
||||
Window *GetWindow() const;
|
||||
|
||||
protected:
|
||||
friend struct Window;
|
||||
void SetWindow(Window *window);
|
||||
Window *GetWindow() const;
|
||||
|
||||
virtual void GainFocus();
|
||||
virtual void LoseFocus();
|
||||
|
||||
explicit Widget(const WidgetBasicState &state);
|
||||
virtual ~Widget();
|
||||
|
||||
virtual void OnEnabledChanged();
|
||||
virtual void OnStateChanged();
|
||||
virtual void OnTick();
|
||||
|
||||
protected:
|
||||
friend struct Window;
|
||||
|
||||
explicit Widget(const WidgetBasicState &state);
|
||||
virtual ~Widget();
|
||||
|
||||
static void BaseRelease(void *storage);
|
||||
static void *BaseAlloc(size_t sz);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user