BB FlashBack SDK: FBCursorHighlightProps

The FBCursorHighlightProps Class

Use this class to set the cursor highlight properties for a movie. The cursor can be highlit by a solid circle of color that follows it in the movie, and mouse clicks highlit by red circles.

The current cursor highlight properties can be read by FBMovie::GetCursorHighlightProps, and the properties set by FBMovie::SetCursorHighlightProps.

To hide the cursor highlight, set FBCursorHighlightProps::FillHighlight and FBCursorHighlightProps::DrawBorder both to False.

NOTE: for cursor highlights to be visible, the /custom folder (and the image files inside it) in the SDK installation needs to be copied into the folder that also contains your application excecutable.

 

Properties

BorderColor
BorderOpacity

BorderWidth

DrawBorder

FillColor

FillHighlight

FillOpacity

HighlightMouseClicks

HighlightMouseCursor

HighlightSize