Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3719 static sal_uInt16 nLastModKeyCode = 0; in ImplHandleKeyMsg() local
3868 if( tmpCode < nLastModKeyCode ) in ImplHandleKeyMsg()
3870 aModEvt.mnModKeyCode = nLastModKeyCode; in ImplHandleKeyMsg()
3871 nLastModKeyCode = 0; in ImplHandleKeyMsg()
3877 nLastModKeyCode = tmpCode; in ImplHandleKeyMsg()
3894nLastModKeyCode = 0; // make sure no modkey messages are sent if they belong to a hotkey (see abov… in ImplHandleKeyMsg()

Completed in 86 milliseconds