virtual bool SetControllerFocusGroup(unsigned controllerIdx, unsigned focusGroupIndex) = 0;
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 |
Description |
|
unsigned controllerIdx |
The zero-based index of the controller. |
|
unsigned focusGroupIndex |
The zero-based index of the focus group. |
A Boolean value of true if successful; false otherwise.