Softkeyboard – ADS-TEC Softkeyboard User Manual

Page 34

Advertising
background image

Softkeyboard

34

© ads-tec GmbH • Raiffeisenstr.14 • 70771 Leinfelden-Echterdingen

HOTKEY FRONTKEY

Description

Receive this message if the hotkey frontkey was pressed.

Definition

static UINT SOFTKEY_KEYLOCK;

Registration

SOFTKEY_KEYLOCK = RegisterWindowMessage("SOFTKEY_KEYLOCK");

Usage

LRESULT CSoftKeyDlg::DefWindowProc(UINT message,

WPARAM wParam,
LPARAM lParam)

{
if (message == SOFTKEY_KEYLOCK)

{

[Your code starts here!]

}
}

Advertising