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

fz_fuim_pview_click_func

Description

This is a callback function that allows for any custom mouse click handling during a mouse click of a preview.
The click function is called when the mouse is clicked in the preview window for an action other than the standard window commands.

Plugin Prototype

short fz_fuim_pview_click_func(

fz_fuim_tmpl_ptr

fuim_tmpl,

fzrt_int

dst_windex,

fzrt_point *

click_pnt )

Parameters

fuim_tmpl [Input]

fuim manager

dst_windex [Input]

project window index destination

click_pnt [Input]

click point

Returns

Error codes

Availability

5.0.0.0

See Also

Defined in

fz_fuim_api.h