GrSetFocus()

Name

GrSetFocus() -- Set the window focus

Synopsis

void GrSetFocus ( GR_WINDOW_ID wid );

Description

This function sets the keyboard focus to the specified window.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to set keyboard focus to.

See Also

GrGetFocus(), GrNewWindow().