InputDevice::GetNextInputControl
Defined in:
Returns the next control in an input device's control tree.
C4Input.h
Prototype
InputControl *GetNextInputControl(const InputControl *control) const;
Parameters
control |
The most recently visited control. |
Description
The GetNextInputControl
function returns the next input control in an input device's control tree following the input control specified by the control
parameter. See the InputDevice::GetFirstInputControl
function for information about retrieving all input controls for an input device.
See Also