IUP/Functions/IupSetFocus

From Vendetta Lua
Jump to: navigation, search


Defines the interface element that will receive the keyboard focus, i.e., the element that will receive keyboard events.

Parameters/Return

   iup.SetFocus(element: ihandle) -> elem: ihandle
element: identifier of the interface element that will receive the keyboard focus.
This function returns the identifier of the interface element that will receive the keyboard focus.

See Also

IupGetFocus.