klyn.gui.events.FocusEvent.relatedTarget
property
public readonly property relatedTarget as Object
Description

Widget at the other end of the focus transition, or null.

if event.relatedTarget is not null:
print(event.relatedTarget.type.name)