feat: add screen reader support to Win32 toast notifications (#13834)
This commit is contained in:
parent
2cd03bf360
commit
932f6c8a41
5 changed files with 378 additions and 0 deletions
|
@ -70,6 +70,9 @@ class DesktopNotificationController::Toast {
|
|||
HDC hdc_;
|
||||
HBITMAP bitmap_ = NULL;
|
||||
|
||||
class UIAutomationInterface;
|
||||
UIAutomationInterface* uia_ = nullptr;
|
||||
|
||||
const std::shared_ptr<NotificationData> data_; // never null
|
||||
|
||||
SIZE toast_size_ = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue