BB FlashBack SDK: FBFrames

GetCursorPosition

Description

Returns the position of the mouse cursor in the specified frame.  

Syntax

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

[VB.NET]
Public Sub GetCursorPosition(ByVal framenum As Integer, ByRef pX As Integer, ByRef pY As Integer)
 

Parameters

framenum - the frame for which the cursor position will be retrieved.

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.
 

See Also

FBFrames::GetCursorSize  FBFrames::GetCursorHotSpot  FBFrames::DrawCursor