HomeSort by relevance Sort by last modified time
    Searched full:native_point (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/events/win/
events_win.cc 221 POINT native_point; local
227 ::GetCursorPos(&native_point);
239 native_point.x = GET_X_LPARAM(native_event.lParam);
240 native_point.y = GET_Y_LPARAM(native_event.lParam);
242 ScreenToClient(native_event.hwnd, &native_point);
243 return gfx::Point(native_point);

Completed in 79 milliseconds