GrGetFocus()

Name

GrGetFocus() -- Get the current focus window

Synopsis

GR_WINDOW_ID GrGetFocus (void);

Description

This function gets the ID of the window that currently has the keyboard focus.

Returns

The ID of the window that currently has the keyboard focus.

See Also

GrSetFocus(), GrNewWindow().