Home
last modified time | relevance | path

Searched refs:nSVCode (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2765 USHORT nSVCode = 0; in ImplHandleKeyMsg() local
2796 nSVCode = ImplSalGetKeyCode( pFrame, nMP1, nMP2 ); in ImplHandleKeyMsg()
2799 debug_printf("nSVCode %04x nSVCharCode %04x\n",nSVCode,nSVCharCode ); in ImplHandleKeyMsg()
2826 if ( nSVCode || nSVCharCode ) in ImplHandleKeyMsg()
2829 aKeyEvt.mnCode = nSVCode; in ImplHandleKeyMsg()