Searched refs:tmpSelected (Results 1 – 1 of 1) sorted by relevance
259 int tmpSelected = nSelectedIndex; in KeyInput() local267 --tmpSelected; in KeyInput()270 ++tmpSelected; in KeyInput()273 tmpSelected -= COLUMN_COUNT; in KeyInput()276 tmpSelected += COLUMN_COUNT; in KeyInput()279 tmpSelected -= ROW_COUNT * COLUMN_COUNT; in KeyInput()282 tmpSelected += ROW_COUNT * COLUMN_COUNT; in KeyInput()285 tmpSelected = 0; in KeyInput()294 tmpSelected = - 1; // mark as invalid in KeyInput()309 if ( tmpSelected >= 0 ) in KeyInput()[all …]
Completed in 18 milliseconds