FunctionRegistration::GetNextFunctionRegistration
Defined in:
Returns the next function registration.
C4Controller.h
Prototype
FunctionRegistration *GetNextFunctionRegistration(void) const;
Description
The GetNextFunctionRegistration
function returns the next function registration in the set of functions for a controller. If this function is called for the last registration in the set, then the return value is nullptr
.
See Also
FunctionRegistration::GetPreviousFunctionRegistration