IUP/Functions/IupGetFocus

From Vendetta Lua
Revision as of 00:15, 11 May 2023 by Draugath (Talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ Verifies the interface element with keyboard focus, that is, the element that receives keyboard events. ===Parameters/Return=== iup.GetFocus(...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Verifies the interface element with keyboard focus, that is, the element that receives keyboard events.

Parameters/Return

   iup.GetFocus() -> elem: ihandle
This function returns the identifier of the interface element which at the moment is receiving keyboard events.

See Also

IupSetFocus.