nvda
9b63cd50 - Added a method on the NVDAObject class called objectFromPointRedirect (#16807)

Commit
1 year ago
Added a method on the NVDAObject class called objectFromPointRedirect (#16807) fixes #16788 Summary of the issue: It is impossible to redirect what object NVDA retrieves from on screen coordinates. This makes it dificult to implement mouse and touch support for objects that has a location that differs from the location provided by the API class. Description of user facing changes None Description of development approach A new method called objectFromPointRedirect has been added to the NVDAObject class. This method is called from objectFromPoint, and given the x and y parameters. If it returns an NVDAObject, that object will be returned by objectFromPoint
Author
Parents
Loading