C
OBJ_HEADER * GOLGetFocusPrev();
Overview
This function returns the pointer to the previous object in the active linked list which is able to receive keyboard input.
Returns
This returns the pointer of the previous object in the active list capable of receiving keyboard input. If there is no object capable of receiving keyboard inputs (i.e. none can be focused) NULL is returned.
Preconditions
none
Side Effects
none