IupGetFocus

Returns the identifier of the interface element that has the keyboard focus, i.e. the element that will receive keyboard events.

Parameters/Return

Ihandle* IupGetFocus(void); [in C]
iup.GetFocus() -> ih: ihandle [in Lua]

Returns: the element with focus or NULL if no element has the focus.

See Also

IupSetFocus