formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_pview_track_func

Description

This is a function that allows for any custom mouse tracking during a mouse track of a preview.
The track function is called when the mouse is moved in the preview window for an action other than the standard window commands.

Plugin Prototype

short fz_fuim_pview_track_func(

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_int

dst_windex,

fzrt_point *

click_pnt,

short *

curs_id )

Parameters

fuim_tmpl [Input]

fuim manager

dst_windex [Input]

project window index destination

click_pnt [Input]

click point

curs_id [Input]

cursor id

Returns

Error codes

Availability

5.0.0.0

See Also

Defined in

fz_fuim_api.h