Moderators: Lesya - Tracker, Tracker Support, Chris - Tracker Supp, Vasyl-Tracker Dev Team, Tracker Supp-Stefan
function OnEvent(Type, Name, DataIn, DataOut, Flags)
{
if (Type == PXCVA_OnNamedNotify) and
(Name == "Notifications.Keyboard") thenPDF-XChange Viewer SDK 174
{
// Get keyboard event message
GetProperty("Notifications.Keyboard.Code", vDataOut, 0);
if (vDataOut == 71) then //F2 Key pressed
{
//Perform any commands you would like
}
}
}Return to PDF-XChange Viewer SDK - For Clarion Developers ONLY
Users browsing this forum: No registered users and 3 guests