Searched defs:eventPt (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/src/windows/native/sun/windows/ |
| H A D | awt_Component.cpp | 2469 POINT eventPt; local 2470 eventPt.x = x; 2471 eventPt.y = y; 2473 ::ScreenToClient(GetHWnd(), &eventPt); local 2474 DTRACE_PRINT2(" new coords: %i,%i\n\n", eventPt.x, eventPt.y); 2510 eventPt.x, eventPt.y, GetJavaModifiers(), 0, 0, scrollType,
|
Completed in 81 milliseconds