mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
WebBrowserComponent: MacOS: Add accessibility integration
This commit is contained in:
parent
7657efd227
commit
d8c282e293
3 changed files with 31 additions and 7 deletions
|
|
@ -84,6 +84,8 @@ public:
|
|||
void alphaChanged() override;
|
||||
/** @internal */
|
||||
static ReferenceCountedObject* attachViewToComponent (Component&, void*);
|
||||
/** @internal */
|
||||
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override;
|
||||
|
||||
private:
|
||||
ReferenceCountedObjectPtr<ReferenceCountedObject> attachment;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue