|
Returns a complete POR
built based on the subject POR. The complete POR is guaranteed to match the definition of an LSR
point of regard with a proper accessible and item index.
This method resolves any problems introduced by the DefaultEventHandlerAdapter when it creates PORs for state, property, and
children events. These events can originate from children that are items
according to LSR, not full accessibles. When this method is called, it
checks if the accessible in the POR is an immediate descendant of an accessible that has
STATE_MANAGES_DESCENDANT. If so, it create a POR with that parent as the accessible and the item of
the descendant as the item index. Otherwise, the original POR is returned.
- Returns: POR
- Point of regard
- Decorators:
@pyLinAcc.errorToLookupError
|