IupGetFocus
Verifies the interface element with keyboard focus, that is, the element that receives keyboard events.
Parameters/Return
Ihandle* IupGetFocus(void); [in C] IupGetFocus() -> elem: iuplua_tag [in IupLua3] iup.GetFocus() -> elem: iuplua_tag [in IupLua5]
This function returns the identifier of the interface element which at the moment is receiving keyboard events.
See Also