Hello Im trying to identify the cursor focused widget from ColibriManager, is there a way to do this? I looked at the code and ColibriManager doesn't seem to give away any info about the current FocusPair for cursor.
I've also considered iterating through the widgets myself and check their states, but this doesn't seem like the correct method since ColibriManager seems to do that already whenever setMouseCursorMoved() is called.