IUP/Functions/IupSetFocus

From Vendetta Lua
Revision as of 00:17, 11 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ Defines the interface element that will receive the keyboard focus, i.e., the element that will receive keyboard events. ===Parameters/Return===...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.