Wanted to customize hitTest - 'focus' is inaccessible due to 'private' protection level
Tried to fix focus modifier to public - Property must be declared private because its type uses a private type
and etc.
This project contains errors (I can't describe now it but it linked with constraints + mask area) but I can't even try to fix them by subclassing because all the necessary variables are declared as private.
So if you don't provide proper delegate methods - could you at least remove all the private marks? It is enough fast solution
Wanted to customize
hitTest-'focus' is inaccessible due to 'private' protection levelTried to fix
focusmodifier to public -Property must be declared private because its type uses a private typeand etc.
This project contains errors (I can't describe now it but it linked with constraints + mask area) but I can't even try to fix them by subclassing because all the necessary variables are declared as private.
So if you don't provide proper delegate methods - could you at least remove all the
privatemarks? It is enough fast solution