BB FlashBack SDK: FBEditor

GetMovieCursor

Description

Returns the position of the mouse cursor in the current frame of the loaded movie.
 

Syntax

[C#/C++]
public void GetMovieCursor (long* pX, long* pY);

[VB.NET]
Public Sub GetMovieCursor(ByRef pX As Long, ByRef pY As Long)
 

Parameters

pX - pointer to a long value that will hold the X position of the cursor.

pY - pointer to a long value that will hold the Y position of the cursor.