diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-BF3767E9-054E-4894-9216-00866FC9C3D8.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-BF3767E9-054E-4894-9216-00866FC9C3D8.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,22 @@ + + + + + +Setting +the time before the long-tap animation starts +

You can set the time for the long-tap animation to start after the stylus +has been set down on a control. Use the method SetTimeDelayBeforeAnimation for +changing the time setting.

+

If not set, then default value (0.15 seconds) will be used. The time is +set in microseconds.

+TInt time ( 500000 ); // 0.5 seconds +iLongTapDetector->SetTimeDelayBeforeAnimation ( time ); + +
\ No newline at end of file