Searched refs:nSelectedMenu (Results 1 – 1 of 1) sorted by relevance
337 size_t nSelectedMenu = getEnclosingMenuItem(rPos); in MouseMove() local338 setSelectedMenuItem(nSelectedMenu, true, false); in MouseMove()361 size_t nSelectedMenu = mnSelectedMenu; in KeyInput() local366 if (nSelectedMenu == MENU_NOT_SELECTED || nSelectedMenu == 0) in KeyInput()367 nSelectedMenu = nLastMenuPos; in KeyInput()369 --nSelectedMenu; in KeyInput()370 setSelectedMenuItem(nSelectedMenu, false, false); in KeyInput()373 if (nSelectedMenu == MENU_NOT_SELECTED || nSelectedMenu == nLastMenuPos) in KeyInput()374 nSelectedMenu = 0; in KeyInput()376 ++nSelectedMenu; in KeyInput()[all …]