BB FlashBack SDK: FBMovie

SetCursorHighlightProps

Description

The mouse cursor can be highlit by a circle of colour, and clicks highlit by red circles during movie playback. SetCursorHighlightProps sets the movie cursor highlight properties by passing in a pointer to an FBCursorHighlightProps object.

Use GetCursorHighlightProps to get the current cursor highlight properties.

See The FBCursorHighlightProps class for details of the cursor highlight properties.

Syntax

[C#/C++]
public void SetCursorHighlightProps (FBCursorHighlightProps* pCursorProps);

[VB.NET]
Public Sub SetCursorHighlightProps (ByRef pCursorProps As FBCursorHighlightProps)

Parameters

pCursorProps (in) : pointer to an FBCursorHighlightProps object containing the desired cursor highlight properties.

See Also

FBMovie::GetCursorHighlightProps  The FBCursorHighlightProps Class