mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Redo file prompts with in-game UI
This commit is contained in:
@@ -14,8 +14,8 @@ namespace PortabilityLayer
|
||||
|
||||
bool Init(const WidgetBasicState &state, const void *additionalData) override;
|
||||
|
||||
WidgetHandleState_t ProcessEvent(const TimeTaggedVOSEvent &evt);
|
||||
int16_t Capture(const Point &pos, WidgetUpdateCallback_t callback);
|
||||
WidgetHandleState_t ProcessEvent(void *captureContext, const TimeTaggedVOSEvent &evt);
|
||||
int16_t Capture(void *captureContext, const Point &pos, WidgetUpdateCallback_t callback);
|
||||
void DrawControl(DrawSurface *surface) override;
|
||||
|
||||
void OnStateChanged() override;
|
||||
|
Reference in New Issue
Block a user