Home
last modified time | relevance | path

Searched refs:xIndex (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/controls/
H A Dappswitch.c282 int xIndex = (xPos - DIALOG_MARGIN) / CX_ITEM_SPACE; in ProcessMouseMessage() local
285 if (xIndex < 0 || nCols <= xIndex || in ProcessMouseMessage()
291 selectedWindow = (yIndex*nCols) + xIndex; in ProcessMouseMessage()
299 selectedWindow = (yIndex*nCols) + xIndex; in ProcessMouseMessage()