BB FlashBack SDK: FBFrames

GetCursorHotSpot

Description

Returns the mouse cursor hot spot in the specified frame.  
 

Syntax

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

[VB.NET]
Public Sub GetCursorHotSpot (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 hotspot.

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

See Also

FBFrames::GetCursorPosition  FBFrames::GetCursorSize  FBFrames::DrawCursor