Home
last modified time | relevance | path

Searched refs:nLastModKeyCode (Results 1 – 1 of 1) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3716 static sal_uInt16 nLastModKeyCode = 0; in ImplHandleKeyMsg() local
3865 if( tmpCode < nLastModKeyCode ) in ImplHandleKeyMsg()
3867 aModEvt.mnModKeyCode = nLastModKeyCode; in ImplHandleKeyMsg()
3868 nLastModKeyCode = 0; in ImplHandleKeyMsg()
3874 nLastModKeyCode = tmpCode; in ImplHandleKeyMsg()
3891nLastModKeyCode = 0; // make sure no modkey messages are sent if they belong to a hotkey (see abov… in ImplHandleKeyMsg()

Completed in 40 milliseconds