From 4eb6a7ae0fa0fa11c7e538b948af1417764d4134 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 5 Aug 2009 18:44:49 +0000 Subject: *** empty log message *** --- html/en/func/other.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'html/en/func/other.html') diff --git a/html/en/func/other.html b/html/en/func/other.html index af611ef..b493ae5 100644 --- a/html/en/func/other.html +++ b/html/en/func/other.html @@ -96,8 +96,9 @@ cd.ContextRegisterCallback(ctx, cb: number, func: function) -> (status: numbe

Used to customize the behavior of the  Play function. If you register a known callback function, it will be called during - the processing loop of cdPlay.

-

The callback should return CD_CONTINUE, if it + the processing loop of cdCanvasPlay. Returns + CD_OK if the specified callback is supported or CD_ERROR otherwise.

+

The callback itself should return CD_CONTINUE, if it returns CD_ABORT, the cdPlay function is aborted. The callback identifiers of a given driver must be in the header file relative to that driver, with prefix "CD_XXYYYCB", -- cgit v1.2.3