fg_mousecur()

Win32 DirectX Fastgraph/Light

Prototype

void fg_mousecur (HCURSOR hcursor);

Sub fg_mousecur (ByVal hcursor As Long)

procedure fg_mousecur (HCURSOR hcursor);

Description

The fg_mousecur() function activates a mouse cursor previously created with fg_mouseptr(). It is usually called in the WM_SETCURSOR message handler when the mouse cursor enters the window's client area.

Parameters

hcursor is a Windows handle to the mouse cursor, usually created with fg_mouseptr() or the Windows API function LoadCursor().

Return value

none

Restrictions

none

See also

fg_mouseini(), fg_mouseptr()

Examples

MCdemo

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.