|
![]() |
![]() |
version 2003
PA_GetClick (params; x; y)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
x | short* | ← | Horizontal click position |
y | short* | ← | Vertical click position |
Description
The routine
PA_GetClick
returns the horizontal and vertical coordinates of the mouse click (expressed in local coordinates, referring to the owning window) in shorts pointed to by
x
and
y
.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.