|
![]() |
![]() |
version 2003
PA_GetKey (params) → char
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
Description
The routine
PA_GetKey
returns the ASCII code (depending on default settings or on previous calls to
PA_UseAnsiCharacters
or
PA_UseMacCharacters
) the area received when the user presses a key, at
eAE_KeyDown
event.
params
is the
PA_PluginParameters
that the plug-in received in its
PluginMain
routine.