6a6541b4de09a1f8fc703a51f6f0b98a7553bc76
IAccessible objects should implement accHitTest. Our implementation, in AXPlatformNodeWin, delegates hit testing to AXPlatformNodeDelegate::HitTestSync. Here, we do a quick recursive depth-first walk of the accessibility tree to return the best match. We define the best match as the deepest node in the tree that contains the point under test whose children do not. Issue: https://github.com/flutter/flutter/issues/77838
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%