Movie::SetControllerFocusGroup

Movie::SetControllerFocusGroup
virtual bool SetControllerFocusGroup(unsigned controllerIdx, unsigned focusGroupIndex) = 0;
Description

SetControllerFocusGroup associates a controller with a focus group. By default, all controllers are associated with the focus group 0, indicating that they use the same focus.

Parameters
Parameters 
Description 
unsigned controllerIdx 
The zero-based index of the controller. 
unsigned focusGroupIndex 
The zero-based index of the focus group. 
Return Value

A Boolean value of true if successful; false otherwise.