how can i test if the wheel move was negative or positive?
i belive these detect the mouse position:
xPos = GET_X_LPARAM(lParam);
yPos = GET_Y_LPARAM(lParam);
but how can i test if any key(like alt\control\shift) was pressed?
(i'm talking in same message)