Searched refs:nSelectedMenu (Results 1 – 1 of 1) sorted by relevance
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()373 if (nSelectedMenu == MENU_NOT_SELECTED || nSelectedMenu == nLastMenuPos) in KeyInput()374 nSelectedMenu = 0; in KeyInput()376 ++nSelectedMenu; in KeyInput()398 if (nSelectedMenu != MENU_NOT_SELECTED) in KeyInput()399 executeMenuItem(nSelectedMenu); in KeyInput()1256 size_t nSelectedMenu = getSelectedMenuItem(); in MouseMove() local[all …]
Completed in 41 milliseconds