1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Accessibility: Make createAccessibilityHandler public to allow calls from derived classes

This commit is contained in:
reuk 2023-02-06 20:08:59 +00:00
parent 408f6030e6
commit 9cfbccca8e
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
38 changed files with 107 additions and 59 deletions

View file

@ -55,8 +55,10 @@ public:
static std::unique_ptr<Drawable> getSplashScreenLogo();
private:
/** @internal */
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override;
private:
void paint (Graphics&) override;
void timerCallback() override;
void parentSizeChanged() override;