Searched refs:xIndex (Results 1 – 1 of 1) sorted by relevance
282 int xIndex = (xPos - DIALOG_MARGIN) / CX_ITEM_SPACE; in ProcessMouseMessage() local285 if (xIndex < 0 || nCols <= xIndex || in ProcessMouseMessage()291 selectedWindow = (yIndex*nCols) + xIndex; in ProcessMouseMessage()299 selectedWindow = (yIndex*nCols) + xIndex; in ProcessMouseMessage()