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