hgeGUI::SetFocus

Sets the keyboard input focus.

void SetFocus(
  int id
);

Parameters

id
Identificator of the control which will receive input focus or 0.

Remarks

Keyboard events are dispatched to the focused control only.

Requirements

Header: hgegui.h
Import library: hgehelp.lib

See also

GetFocus