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

WebBrowserComponent: iOS: Add accessibility integration

This commit is contained in:
attila 2023-04-27 15:27:31 +02:00 committed by Attila Szarvas
parent f519af3b62
commit 18489bb7d7
4 changed files with 32 additions and 7 deletions

View file

@ -74,6 +74,8 @@ public:
//==============================================================================
/** @internal */
void paint (Graphics&) override;
/** @internal */
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override;
private: