C4 Engine
C4 Engine API Documentation

InputDevice::GetNextInputControl

Defined in:  C4Input.h
Returns the next control in an input device's control tree.
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

InputDevice::GetFirstInputControl

InputDevice::FindInputControl

InputControl