ICONTROLLER_SETSCROLLREPDELAY()
Brew Release
Brew MP 1.0.2
See Also
- IController_GetScrollRepDelay
- IController
Description
This function is used to set a delay timer when the user begins scrolling.
Params
pif
[]:
[in] Pointer to the IController interface object.
nDelay
[]:
[in] Value representing scroll delay.
Interface
Prototype
int IController_SetScrollRepDelay(IController *pif, int nDelay);
Return
AEE_SUCCESS - If controller is able to set delay value. AEE_EFAILED - If delay value could not be set.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below