@Override LRESULT WM_MOVE (int /*long*/ wParam, int /*long*/ lParam) { if (moved) { Point location = getLocationInPixels (); if (location.x == oldX ...
確定! 回上一頁